Created
September 7, 2018 14:47
-
-
Save dvogel/e19c48d5a89d1bdee499402ba50947c8 to your computer and use it in GitHub Desktop.
xcodebuild crash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>provisioningProfiles</key> | |
<!-- THIS SHOULD HAVE BEEN A DICT: --> | |
<string>90064_appcl0XL8guBT_DIST.mobileprovision</string> | |
</dict> | |
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** INTERNAL ERROR: Uncaught exception ** | |
Uncaught Exception: -[__NSCFString objectForKeyedSubscript:]: unrecognized selector sent to instance 0x7ff7349edbc0 | |
Stack: | |
0 __exceptionPreprocess (in CoreFoundation) | |
1 objc_exception_throw (in libobjc.A.dylib) | |
2 -[NSObject(NSObject) doesNotRecognizeSelector:] (in CoreFoundation) | |
3 ___forwarding___ (in CoreFoundation) | |
4 _CF_forwarding_prep_0 (in CoreFoundation) | |
5 -[IDEDistributionSigningAssetsStep _loadSigningAssetMapFromPropertyList:error:] (in IDEFoundation) | |
6 -[IDEDistributionSigningAssetsStep loadFromPropertyList:error:] (in IDEFoundation) | |
7 -[IDEDistributionDriver runWithDestinationPath:error:] (in IDEFoundation) | |
8 -[Xcode3CommandLineBuildTool _distributeArchiveAndExit] (in Xcode3Core) | |
9 -[Xcode3CommandLineBuildTool run] (in Xcode3Core) | |
10 0x0000000107dbc2af (in xcodebuild) | |
11 start (in libdyld.dylib) | |
Abort trap: 6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment