Unable to validate upload to appstore - ios

I keep getting this message when trying to upload an app to the app store:
Unable to validate your application. the path...
'/var/.../T/xcodedistpipeline.u4Q/packages/unity-iphone.ipa' does not
contain a file.
One of the log files says:
2016-05-19 13:34:43 +0000 [MT] Presenting: Error Domain=IDEFoundationErrorDomain Code=1 "Codesign failed" UserInfo={NSLocalizedDescription=Codesign failed}
Thanks.

Related

App failed to launch on Xcode after build successfully

I'm trying to launch the application on a real device from Xcode, but after building correctly the app doesn't launch.
The error is the following:
Unable to launch bundle.identifier Domain: com.apple.platform.iphoneos
Code: -12
-- Request to launch "bundle.identifier" failed. Domain: com.apple.dt.deviceprocesscontrolservice Code: 2 Failure Reason: The
operation couldn’t be completed. Application info provider
(FBSApplicationLibrary) returned nil for "bundle.identifier" : Failed
to launch process with bundle identifier 'bundle.identifier'.
-- The operation couldn’t be completed. Application info provider (FBSApplicationLibrary) returned nil for "bundle.identifier" Domain:
FBSOpenApplicationErrorDomain Code: 4 Failure Reason: Application info
provider (FBSApplicationLibrary) returned nil for "bundle.identifier"
User Info: {
BSErrorCodeDescription = NotFound; }
It started giving me this error when i changed bundle identifier to the application. I also tried to change the bundle identifier directly from info.plist and not only from project > Targets but the error persists.

Can't get Firebase Crashlytics to work - not connecting to dashboard

I cannot get Firebase crashlytics to work on iOS with swift. I have created a new app and a new Firebase project. (The app-server connection is succefull - I have checked it by creating a dummy firestore and read from it)
I have followed all the steps as detailed in the Firestore docs:
Added the Firebase/Crashlytics pod
Added the "${PODS_ROOT}/FirebaseCrashlytics/run" script in the project build phases
Selected the dwarf-with-dsym configuration
Forced a crash with fatalError
Run the app with no debugger attached
From the Firebase dashboard Crashlytics page I can only see the the rotating wheel and I do not get the successful installation.
This is XCode error stack when I launch the app:
2021-02-07 20:09:09.672258+0100 crashlyticsTest[43062:2323253] [Firebase/Crashlytics] Version 7.4.0
2021-02-07 20:09:09.874008+0100 crashlyticsTest[43062:2323510] [] nw_protocol_get_quic_image_block_invoke dlopen libquic failed
2021-02-07 20:09:09.918388+0100 crashlyticsTest[43062:2323514] 7.4.0 - [Firebase/Crashlytics][I-CLS000000] Failed to remove file /Users/lucasfragara/Library/Developer/CoreSimulator/Devices/73D5BD20-51E0-4346-8474-375D5018108E/data/Containers/Data/Application/47F2BB34-CB6D-4E08-93B3-CCFC00788DA4/Library/Caches/com.crashlytics.data/com.sfra.crashlyticsTest/v5/reports/prepared/ad561f8c3ef74f6fb5cdf1eadb3bae7d: Error Domain=NSCocoaErrorDomain Code=4 "“ad561f8c3ef74f6fb5cdf1eadb3bae7d” couldn’t be removed." UserInfo={NSUserStringVariant=(
Remove
), NSFilePath=/Users/lucasfragara/Library/Developer/CoreSimulator/Devices/73D5BD20-51E0-4346-8474-375D5018108E/data/Containers/Data/Application/47F2BB34-CB6D-4E08-93B3-CCFC00788DA4/Library/Caches/com.crashlytics.data/com.sfra.crashlyticsTest/v5/reports/prepared/ad561f8c3ef74f6fb5cdf1eadb3bae7d, NSUnderlyingError=0x600002b294a0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
2021-02-07 20:09:09.918775+0100 crashlyticsTest[43062:2323514] 7.4.0 - [Firebase/Crashlytics][I-CLS000000] Unable to remove packaged submission
Fatal error: file crashlyticsTest/ViewController.swift, line 14
2021-02-07 20:09:09.926357+0100 crashlyticsTest[43062:2323253] Fatal error: file crashlyticsTest/ViewController.swift, line 14
(lldb)

app created through expo-cli crashing on ios real device

After I executed 'xattr -cr path/to/your.app' command ,app got installed in simulator. but its crashing in the real device.
crash report:
error: Error Domain=BKSProcessErrorDomain Code=1
"Unable to bootstrap process with bundleID com.aq.FOGVERSION2"
UserInfo={
NSLocalizedDescription=Unable to bootstrap process with bundleID com.aq.FOGVERSION2,
BKSProcessExitReason=0,
NSLocalizedFailureReason=Failed to start job,
NSUnderlyingError=0x282299320
{Error Domain=NSPOSIXErrorDomain Code=3
"No such process"
UserInfo={NSLocalizedFailureReason=The process failed to exec, NSLocalizedRecoverySuggestion=Consult /var/log/com.apple.xpc.launchd/launchd.log
for more information, NSLocalizedDescription=Unable to get valid task name port right for pid 2019}},
`BSErrorCodeDescription`=bootstrap-failed}
can you help me to fix it?

Xcode executes successful build but is unable to launch on a physical device

I'm having this exact same issue:
https://github.com/facebook/react-native/issues/26152
This is on react-native 0.60.4
I'm able to have a successful build in Xcode, but I'm not able launch the app on a physical device.
This is the error that I'm given:
This is the readout from the console:
Details
Unable to launch com.news.arg
Domain: com.apple.platform.iphoneos
Code: -12
--
Request to launch com.news.arg failed.
Domain: com.apple.dt.deviceprocesscontrolservice
Code: 2
Failure Reason: The operation couldn’t be completed. Application "com.news.arg" is unknown to FrontBoard. : Failed to launch process with bundle identifier 'com.news.arg'.
--
The operation couldn’t be completed. Application "com.news.arg" is unknown to FrontBoard.
Domain: FBSOpenApplicationErrorDomain
Code: 4
Failure Reason: Application "com.news.arg" is unknown to FrontBoard.
User Info: {
BSErrorCodeDescription = NotFound;
}
--
Someone said on the react native reddit that expo posted a workaround on their twitter, but we were unable to find it when we went back and looked.

NativeScript iOS: release build failed

I want to update my app that is currently in AppStore. So I logged in into apple developer and downloaded the certificate from there (which is not expired yet).
What do I have now:
The certificate file $my_certificatename.cer
I still have a .p12-file in my project directory, which (I thought) should be the corresponding private key.
The following build.xcconfig:
CODE_SIGN_IDENTITY = $my_certificatename;
DEVELOPMENT_TEAM = $my_TeamID;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
updated version numbers in my Info.plist
Then I tried to run the following command:
tns build ios --release --for-device
Which does some stuff and then displays the following error:
** ARCHIVE SUCCEEDED **
2017-09-19 12:35:15.309 xcodebuild[3302:410544] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/nl/z3cdbrb17776dtxlltdqvc4h0000gn/T/HandyApp_2017-09-19_12-35-15.308.xcdistributionlogs'.
2017-09-19 12:35:17.352 xcodebuild[3302:410544] [MT] IDEDistribution: Step failed: <IDEDistributionSigningAssetsStep: 0x7f8964985730>: Error Domain=IDEDistributionErrorDomain Code=1 "(null)"
error: exportArchive: The operation couldn’t be completed. (IDEDistributionErrorDomain error 1.)
Error Domain=IDEDistributionErrorDomain Code=1 "(null)"
** EXPORT FAILED **
Command xcodebuild failed with exit code 70
# build ios
Did I miss something in my configuration? Can anyone relate to this error?
My Xcode Signing Identities of my Account:

Resources