Firebase crash reports says missing UUID. Is it related with dysm? How to solve this?
Fatal Exception: NSInternalInconsistencyException
0 CoreFoundation 0x105184 (Missing UUID 994db90811a13e43b7df25c09d51368a)
1 libobjc.A.dylib 0x18e04 (Missing UUID 6ffccf845e0f34b2bcbbbcf98407ea05)
2 Foundation 0x17fe90 (Missing UUID a2e534d9cdf0397fa41e147559c83893)
3 AppKit 0x957ac (Missing UUID a773dd23b1c83c9b91759a71d210ace0)
4 AppKit 0x9506c (Missing UUID a773dd23b1c83c9b91759a71d210ace0)
5 AppKit 0x94050 (Missing UUID a773dd23b1c83c9b91759a71d210ace0)
6 SafariPlatformSupport 0x3f08 (Missing UUID 7587af6dc4f83a3d87ed982ba65121bf)
7 SafariPlatformSupport 0x3d68 (Missing UUID 7587af6dc4f83a3d87ed982ba65121bf)
8 UIKitCore 0xb302b8 (Missing UUID d9410dddc83c314496892f65b936a9ce)
9 UIKitCore 0xb3a4c8 (Missing UUID d9410dddc83c314496892f65b936a9ce)
10 UIKitCore 0x81a94c (Missing UUID d9410dddc83c314496892f65b936a9ce)
11 UIKitCore 0x81a138 (Missing UUID d9410dddc83c314496892f65b936a9ce)
12 UIKitCore 0x18a504 (Missing UUID d9410dddc83c314496892f65b936a9ce)
13 WebKit 0x7e1098 (Missing UUID aa13ddaad5bc30a5bfc154f853570c6e)
14 WebKit 0x3fb8f4 (Missing UUID aa13ddaad5bc30a5bfc154f853570c6e)
15 WebKit 0x74b40c (Missing UUID aa13ddaad5bc30a5bfc154f853570c6e)
16 WebKit 0x31b900 (Missing UUID aa13ddaad5bc30a5bfc154f853570c6e)
17 WebKit 0x4e47d4 (Missing UUID aa13ddaad5bc30a5bfc154f853570c6e)
18 WebKit 0x316024 (Missing UUID aa13ddaad5bc30a5bfc154f853570c6e)
19 WebKit 0x3156d8 (Missing UUID aa13ddaad5bc30a5bfc154f853570c6e)
20 JavaScriptCore 0x1a6014 (Missing UUID 3304ba288b4734048dec3b99449f520f)
21 JavaScriptCore 0x1a6db0 (Missing UUID 3304ba288b4734048dec3b99449f520f)
22 CoreFoundation 0x85034 (Missing UUID 994db90811a13e43b7df25c09d51368a)
23 CoreFoundation 0x84f80 (Missing UUID 994db90811a13e43b7df25c09d51368a)
24 CoreFoundation 0x84c80 (Missing UUID 994db90811a13e43b7df25c09d51368a)
25 CoreFoundation 0x83600 (Missing UUID 994db90811a13e43b7df25c09d51368a)
26 CoreFoundation 0x82b24 (Missing UUID 994db90811a13e43b7df25c09d51368a)
27 HIToolbox 0x32338 (Missing UUID f842b96a54f336f39b94b258fae1b7eb)
28 HIToolbox 0x320b4 (Missing UUID f842b96a54f336f39b94b258fae1b7eb)
29 HIToolbox 0x31e68 (Missing UUID f842b96a54f336f39b94b258fae1b7eb)
30 AppKit 0x4178c (Missing UUID a773dd23b1c83c9b91759a71d210ace0)
31 AppKit 0x40084 (Missing UUID a773dd23b1c83c9b91759a71d210ace0)
32 AppKit 0x32250 (Missing UUID a773dd23b1c83c9b91759a71d210ace0)
33 AppKit 0x396c (Missing UUID a773dd23b1c83c9b91759a71d210ace0)
34 AppKit 0x2d9a80 (Missing UUID a773dd23b1c83c9b91759a71d210ace0)
35 UIKitMacHelper 0x53b0 (Missing UUID 116be57b2d4436298891b807ebb81cdd)
36 UIKitCore 0x3b60 (Missing UUID d9410dddc83c314496892f65b936a9ce)
37 ZoodMall 0x6ce0 main + 13 (AppDelegate.swift:13)
38 ??? 0x1083b108c (Missing)
Yes, this is related to dSYMs. One option would be trying to find those missing dSYMs locally. For this:
Run this command to list all the available dSYMs in your machine: mdfind -name .dSYM | while read -r line; do dwarfdump -u "$line"; done
If you can find the same UUIDs, then you can upload those dSYMs to Crashlytics. The easiest way would be using the Crashlytics dashboard where you can drag and drop them.
However, if you cannot find them, the suggestion would be:
Make sure Xcode is generating dSYMs.
Configure Xcode for uploading dSYMs automatically.
I crease the version/build number (just to help you differentiate this version)
Make a small code change so Xcode generates a new UUID and dSYMs.
Then build and run the app and then cause a new test crash.
If everything went well, the new crash should have symbolicated frames. Note that this fixes this issue for new crashes, older crashes won't be symbolicated.
Related
I'm working on a bluetooth project, and getting a runtime error when dismissing our custom keyboard.
The development environment is based on M1 chip, Xcode version is 13.4.1, deployment target is iOS 13.0, and this issue happens on iOS 14.6, iOS 15.6.1 with iPhone7, XR, iPad mini and iPad Pro.
I've check this post: Xcode runtime error for iOS iPhone 8 - [AXRuntimeCommon]
Instead of Google Cloud Platform, we're using these pods:
RealmSwift, R.Swift, IQKeyboard, JGProgressHUD, SwiftCSVExport and Toast-Swift
At this moment, the AXRuntimeCommon issue not causing app crash or leaking, performance issue, or maybe just not been triggered yet :p
Still, I really want to figure it out, if you have any idea would be very helpful !
2022-10-19 17:31:22.651723+0800 AppName[91990:3536656] [AXRuntimeCommon] AX Lookup problem - errorCode:1100 error:Permission denied portName:'com.apple.iphone.axserver' PID:91992 (
0 AXRuntime 0x00000001b0213a8c CDC17371-8478-3982-936D-2AA23E6C61DC + 326284
1 AXRuntime 0x00000001b01c8d5c _AXGetPortFromCache + 704
2 AXRuntime 0x00000001b01ca688 AXUIElementPerformFencedActionWithValue + 564
3 UIKit 0x00000001fb2ad240 1E08AD1F-8154-3B7B-98BE-C064E7670933 + 934464
4 libdispatch.dylib 0x0000000105b08c70 _dispatch_call_block_and_release + 32
5 libdispatch.dylib 0x0000000105b0a7c0 _dispatch_client_callout + 20
6 libdispatch.dylib 0x0000000105b128a4 _dispatch_lane_serial_drain + 984
7 libdispatch.dylib 0x0000000105b135e0 _dispatch_lane_invoke + 428
8 libdispatch.dylib 0x0000000105b20168 _dispatch_workloop_worker_thread + 908
9 libsystem_pthread.dylib 0x00000001faf7d0bc _pthread_wqthread + 288
10 libsystem_pthread.dylib 0x00000001faf7ce5c start_wqthread + 8
)
I have been using Xcode 4.2 for the past month without incident. Two days ago I went back into my project to add some navbars to my app. When I clicked on .XIB (Either one) xcode came crashing down.
I tried launching a new project but it ended up with the same exact result. I sudo deleted xcode in its entirety and did a fresh installation. Still the problem persists unfortunately I cannot upgrade to the latest Xcode because the only mac I have access to is a 2006 macbook that is not compatible with Mountain Lion.
Below is my error message when Xcode launches.
It seems to be a cocoa issue but I am at a loss.
ASSERTION FAILURE in
/SourceCache/IDEInterfaceBuilderCocoaTouch/IDEInterfaceBuilderCocoaTouch-933/IBPlugin/Utilities/IBObjectMarshalling.m:179
Details: Interface Builder encountered an error communicating with
the iOS Simulator. "Interface Builder Cocoa Touch Tool" (431) failed
to launch and exited with status (null), signal 5. Please check
Console.app for crash reports for "Interface Builder Cocoa Touch Tool"
for further information. Function:
NSDistantObject
*IBAttachToCocoaTouchTool(IBCocoaTouchTargetRuntime *) Thread: {name = (null), num = 1} Hints: None Backtrace:
0 0x00000000008c184b -[IDEAssertionHandler
handleFailureInFunction:fileName:lineNumber:messageFormat:arguments:]
(in IDEKit) 1 0x0000000000061728 _DVTAssertionHandler (in
DVTFoundation) 2 0x00000000000746db _DVTAssertionFailureHandler (in
DVTFoundation) 3 0x000000001cfb7871 IBAttachToCocoaTouchTool (in
IDEInterfaceBuilderCocoaTouchIntegration) 4 0x000000001cfb7332
IBAskClassInTargetRuntimeForValueForKeyPathUsingResultMarshallerWithContext
(in IDEInterfaceBuilderCocoaTouchIntegration) 5 0x000000001cfb7118
IBAskClassInTargetRuntimeForValueForKeyPathUsingResultMarshallerWithContext
(in IDEInterfaceBuilderCocoaTouchIntegration) 6 0x000000001cfb7087
IBAskClassInTargetRuntimeForValueForKeyPathUsingResultMarshaller (in
IDEInterfaceBuilderCocoaTouchIntegration) 7 0x000000001cfb6b57
IBUserPresentableStringForTargetedDeviceFamily (in
IDEInterfaceBuilderCocoaTouchIntegration) 8 0x000000001cfe5ace
IBIPhoneOSSdkToDeploymentTargetMapping (in
IDEInterfaceBuilderCocoaTouchIntegration) 9 0x000000001cfe5b22
IBIPhoneOSSdkToDeploymentTargetMapping (in
IDEInterfaceBuilderCocoaTouchIntegration) 10 0x000000001cfec7cf
IBUIControlEventTypeToUIControlEventMask (in
IDEInterfaceBuilderCocoaTouchIntegration) 11 0x000000001ca4f44d
-[NSView(IBViewIntegration) ibWarnings:forDocument:withComputationContext:] (in
IDEInterfaceBuilderKit) 12 0x000000001cdec864
-[NSView(IBAppKitViewIntegration) ibSwizzledNSViewWarnings:forDocument:withComputationContext:] (in
IDEInterfaceBuilderCocoaIntegration) 13 0x000000001d00fbb2
IBUIViewSizeToFillView (in IDEInterfaceBuilderCocoaTouchIntegration)
14 0x000000001d01a451 IBMakeBarButtonItemFromPasteboardView (in
IDEInterfaceBuilderCocoaTouchIntegration) 15 0x000000001c9efb44
-[IBDocument rebuildWarnings] (in IDEInterfaceBuilderKit) 16 0x000000001c9efd4a -[IBDocument buildWarningsIfNeeded] (in
IDEInterfaceBuilderKit) 17 0x000000001c9efdae -[IBDocument warnings]
(in IDEInterfaceBuilderKit) 18 0x000000001caa305e -[IBIssueProvider
updateWarningsForOpenDocument:filePath:] (in IDEInterfaceBuilderKit)
19 0x000000001c9c93e7 -[IBIssueProvider updateOpenDocuments] (in
IDEInterfaceBuilderKit) 20 0x000000001caa2e85 __50-[IBIssueProvider
initWithIssueManager:extension:]_block_invoke_051 (in
IDEInterfaceBuilderKit) 21 0x00000000000210de
-[DVTObservingBlockToken observeValueForKeyPath:ofObject:change:context:] (in DVTFoundation)
22 0x0000000096fe5acb NSKeyValueDidChange (in Foundation) 23
0x0000000096fca2b6 -[NSObject(NSKeyValueObserverNotification)
didChangeValueForKey:] (in Foundation) 24 0x00000000007ec026
-[IDEDocumentController addDocument:] (in IDEKit) 25 0x000000000081104d +[IDEDocumentController retainEditorDocument:] (in
IDEKit) 26 0x0000000000a00375 +[IDEDocumentController
_retainedNewEditorDocumentWithClass:forURL:withContentsOfURL:ofType:extension:error:]
(in IDEKit) 27 0x000000000081f0d0 +[IDEDocumentController
_retainedEditorDocumentForURL:type:error:] (in IDEKit) 28 0x000000000081ef25 +[IDEDocumentController
retainedEditorDocumentForNavigableItem:forUseWithWorkspaceDocument:error:]
(in IDEKit) 29 0x0000000000910acd
IDEUtilitySliceRetainedDocumentsForNavigableItems (in IDEKit) 30
0x00000000007e3cb6 -[IDEUtilityArea _rebuildStackWithNavigableItems:]
(in IDEKit) 31 0x00000000007e30d0 -[IDEUtilityArea
_rebuildCategoriesAndStack] (in IDEKit) 32 0x00000000007e2e23 __41-[IDEUtilityArea initWithNibName:bundle:]_block_invoke_0 (in IDEKit) 33 0x00000000001e7a55 -[DVTDelayedValidator doValidation:]
(in DVTKit) 34 0x0000000096fff86c __NSFirePerformWithOrder (in
Foundation) 35 0x0000000093db2dd2 __CFRunLoopDoObservers (in
CoreFoundation) 36 0x0000000093d6eced __CFRunLoopRun (in
CoreFoundation) 37 0x0000000093d6e3c4 CFRunLoopRunSpecific (in
CoreFoundation) 38 0x0000000093d6e1f1 CFRunLoopRunInMode (in
CoreFoundation) 39 0x0000000090447e04 RunCurrentEventLoopInMode (in
HIToolbox) 40 0x0000000090447af5 ReceiveNextEventCommon (in
HIToolbox) 41 0x0000000090447a3e
BlockUntilNextEventMatchingListInMode (in HIToolbox) 42
0x00000000987c6595 _DPSNextEvent (in AppKit) 43 0x00000000987c5dd6
-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit) 44 0x00000000987881f3 -[NSApplication run] (in AppKit) 45
0x0000000098780289 NSApplicationMain (in AppKit) 46
0x0000000000001f3d 47 0x0000000000000002
If you really can't upgrade to xCode 4.4...
Do you use TimeMachine?
Try to rewind your complete system...
I continue to get this problem in my application even when i added all of the frameworks and code to another Xcode app. It happens even before the view loads.
this is my error message:
[Switching to process 11523 thread 0x2d03]
[Switching to process 11523 thread 0x2d03]
warning: No copy of <No file name> found locally, reading from memory on remote device. This may slow down the debug session.
warning: No copy of <No file name> found locally, reading from memory on remote device. This may slow down the debug session.
sharedlibrary apply-load-rules all
warning: No copy of <No file name> found locally, reading from memory on remote device. This may slow down the debug session.
warning: No copy of <No file name> found locally, reading from memory on remote device. This may slow down the debug session.
warning: No copy of <No file name> found locally, reading from memory on remote device. This may slow down the debug session.
warning: Unable to read symbols for /Users/admin/Library/Developer/Xcode/iOS DeviceSupport/4.2.1 (8C148)/Symbols/usr/lib/info/dns.so (file not found).
warning: No copy of dns.so found locally, reading from memory on remote device. This may slow down the debug session.
warning: No copy of <No file name> found locally, reading from memory on remote device. This may slow down the debug session.
warning: No copy of <No file name> found locally, reading from memory on remote device. This may slow down the debug session.
warning: No copy of <No file name> found locally, reading from memory on remote device. This may slow down the debug session.
2012-04-17 09:33:30.166 Little Birds! - iPhone[7445:307] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIApplication 0x1129f0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key HighScoresPodium.'
*** Call stack at first throw:
(
0 CoreFoundation 0x35f08c7b __exceptionPreprocess + 114
1 libobjc.A.dylib 0x30186ee8 objc_exception_throw + 40
2 CoreFoundation 0x35f08a01 -[NSException dealloc] + 0
3 Foundation 0x34018bbf -[NSObject(NSKeyValueCoding) setValue:forUndefinedKey:] + 186
4 Foundation 0x34018051 _NSSetUsingKeyValueSetter + 92
5 Foundation 0x34019ef3 -[NSObject(NSKeyValueCoding) setValue:forKey:] + 178
6 Foundation 0x33fcb805 -[NSObject(NSKeyValueCoding) setValue:forKeyPath:] + 144
7 UIKit 0x33aacf20 -[UIRuntimeOutletConnection connect] + 96
8 CoreFoundation 0x35ea9a8b -[NSObject(NSObject) performSelector:] + 18
9 CoreFoundation 0x35eb273b -[NSArray makeObjectsPerformSelector:] + 366
10 UIKit 0x33aab7a0 -[UINib instantiateWithOwner:options:] + 868
11 UIKit 0x33aad640 -[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:] + 140
12 UIKit 0x3386cb18 -[UIApplication _loadMainNibFile] + 144
13 UIKit 0x338669ec -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 256
14 UIKit 0x338202e4 -[UIApplication handleEvent:withNewEvent:] + 1476
15 UIKit 0x3381fb1c -[UIApplication sendEvent:] + 68
16 UIKit 0x3381f3b4 _UIApplicationHandleEvent + 6824
17 GraphicsServices 0x35262c88 PurpleEventCallback + 1048
18 CoreFoundation 0x35e9a5cb __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 28
19 CoreFoundation 0x35e9a589 __CFRunLoopDoSource1 + 164
20 CoreFoundation 0x35e8c835 __CFRunLoopRun + 580
21 CoreFoundation 0x35e8c50b CFRunLoopRunSpecific + 226
22 CoreFoundation 0x35e8c419 CFRunLoopRunInMode + 60
23 UIKit 0x33865554 -[UIApplication _run] + 548
24 UIKit 0x33862558 UIApplicationMain + 972
25 Little Birds! - iPhone 0x0000248f main + 106
26 Little Birds! - iPhone 0x00002420 start + 40
)
terminate called after throwing an instance of 'NSException'
warning: No copy of <No file name> found locally, reading from memory on remote device. This may slow down the debug session.
(gdb)
Looks like a dead outlet connection to me. An object in a XIB is connected to an outlet that has been deleted from the owner class.
Can you check all connection in interface builder for XIB? try with recreating XIB. I found issue when by mistake i delete a label from IB and call setText on label.
It looks like your problem is around "HighScoresPodium". You may have mis-assigned something to that variable. Check for where you would be interacting with that property and you should be close to the problem. AS others have said, the problem may be hiding out in the XIB connections.
I've recently converted to using ARC. However, i'm having a weird crash now, and the crashlogs are really unhelpful. During one of my application initialization processes (getting data from server, parsing it, setting up views), i get a bad_access. This is the error log from the device:
Incident Identifier: 7CE05452-7C5D-424A-8529-AE7B17C9FEBC
CrashReporter Key: b743ede30ce737293cf7444f67bb8a7b590c2fd9
Hardware Model: iPhone3,1
Process: BoreBeta [231]
Path: /var/mobile/Applications/52A15437-459A-4160-95C4-BF5DF5C98C15/BoreBeta.app/BoreBeta
Identifier: BoreBeta
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2011-08-18 14:53:41.800 +0200
OS Version: iPhone OS 5.0 (9A5288d)
Report Version: 104
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x80000004
Crashed Thread: 0
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 CoreFoundation 0x3758e380 CFRelease + 28
1 CoreFoundation 0x375a93ec -[__NSArrayM dealloc] + 116
2 libobjc.A.dylib 0x30a4e0be _objc_rootRelease + 30
3 libobjc.A.dylib 0x30a4fdb0 objc_release + 32
4 libobjc.A.dylib 0x30a4ee06 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 218
5 libobjc.A.dylib 0x30a4ed22 _objc_autoreleasePoolPop + 6
6 CoreFoundation 0x3759f050 _CFAutoreleasePoolPop + 12
7 Foundation 0x337cd460 -[NSAutoreleasePool release] + 120
8 UIKit 0x33b8d948 _UIApplicationHandleEvent + 6664
9 GraphicsServices 0x30ff8ef4 PurpleEventCallback + 876
10 CoreFoundation 0x3760a9c4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 32
11 CoreFoundation 0x3760a966 __CFRunLoopDoSource1 + 134
12 CoreFoundation 0x3760958c __CFRunLoopRun + 1364
13 CoreFoundation 0x375ab036 CFRunLoopRunSpecific + 294
14 CoreFoundation 0x375aaefe CFRunLoopRunInMode + 98
15 UIKit 0x33b8b758 -[UIApplication _run] + 544
16 UIKit 0x33b8898a UIApplicationMain + 1074
17 BoreBeta 0x00002d8a main (main.m:14)
18 BoreBeta 0x000027f8 start + 32
Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x3140d214 kevent + 24
1 libdispatch.dylib 0x376aaf60 _dispatch_mgr_invoke + 708
2 libdispatch.dylib 0x376aac7e _dispatch_mgr_thread + 30
Etcetera, i believe this is the only helpful part. When i let it crash from running in XCode, i see it crashes in main, and i don't get to see any calltrace, apart from main, UIApplicationMain and CFRelease on top..
In the past, i would look through my code for overreleasing objects, but i doubt this is the case because i'm now using ARC. How do you fix errors like this?
Edit: the code for parsing the data is on a seperate thread using GCD, and that's where my only #autoreleasepool lives.
Also, when running with NSZombieEnabled, i'm getting the NSArrayM release call. Unfortunately, that's the same we read in the crash log, so still no real progress here i'm afraid...
Edit: Ok. Once i fixed all my other memory errors without ARC, i got this error once again. So apparently it's not ARC-related...
Known bug introduced relatively recently.
Fixed in a future release (Note that Xcode 4.2 is under NDA, but llvm-commits is not). The commit message is available here. The commit message is slightly vague, but it should cover the case you are seeing -- if that is not the case upon the next compiler release (or you could build one yourself, if so motivated), please immediately file a bug and post the bug # here.
Have you just recently upgraded to Xcode 4.2 beta 5? That seems to cause some random issues with ARC such as that, we sara very similar crash and had to revert back to 4.2 beta 4.
Look on the Apple developer forums for more detail.
I also get this when failing to return an object in a method that has a return type. When the method exits, it throws up EXC_BAD_ACCESS in objc_release.
I am trying to learn iphone programming and I have just upgraded xcode to version 3.2.4 (and to iOS 4.1).
When I create a new project I get the "Internal error" seen below. What is wrong? (by the way, I can't see any message in the console)
Internal Error
File: /SourceCache/DevToolsBase/DevToolsBase-1705/pbxcore/Target.subproj/PBXTarget.m
Line: 1603
Object: <PBXNativeTarget:0x20088e7c0>
Method: createPropertyExpansionContextWithBuildState:
Platform failed to completely load. Examine Console Log for error messages.
The same happened to me, and I fixed in the same way. Reinstaling from the same dowload image.
The first thing you need to do is follow the directive in the error message and check the console log. To do so, choose Run -> Console (or press Shift-Command-R). Read any displayed error messages. If you can't get to the root of the problem from there, post the console log, and I'll take a look.
I am also getting the exact same message with the version of the SDK that I downloaded yesterday. Here's what I get in the console. I verified that /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Plug-ins/iPhoneOS Build System Support.xcplugin exists, so I'm not sure what the problem is.
There were about 20 copies of the first message, I only pasted in one.
11/14/10 9:12:14 AM Xcode[8973] WARNING: Failed to load plugin at: /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Plug-ins/iPhoneOS Build System Support.xcplugin, skipping. Could not load bundle.
11/14/10 9:12:14 AM Xcode[8973] Platform validation failed for Class 'XCiPhoneOSCodeSignContext'
11/14/10 9:12:14 AM Xcode[8973] [MT] File: /SourceCache/DevToolsBase/DevToolsBase-1705/pbxcore/Target.subproj/PBXTarget.m
Line: 1603
Object:
Method: createPropertyExpansionContextWithBuildState:
Platform failed to completely load. Examine Console Log for error messages.
Backtrace:
0 0x000000010099fe19 -[PBXAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in DevToolsInterface)
1 0x00000001002dab1f _XCAssertionFailureHandler (in DevToolsCore)
2 0x00000001000e9ca1 -[PBXTarget createPropertyExpansionContextWithBuildState:] (in DevToolsCore)
3 0x00000001000e9212 -[PBXTarget createPropertyExpansionContextWithBuildAction:configurationName:] (in DevToolsCore)
4 0x00000001000e8ca2 -[PBXTarget cachedPropertyExpansionContextForConfigurationNamed:] (in DevToolsCore)
5 0x00000001000e8b33 -[PBXTarget expandedValueForString:forConfigurationNamed:] (in DevToolsCore)
6 0x00000001000f8c79 -[PBXProject _validArchsMayHaveChanged:] (in DevToolsCore)
7 0x00000001000f69a0 -[PBXProject _unarchiverDidFinishUnarchiving:] (in DevToolsCore)
8 0x00007fff819f8a66 _nsnote_callback (in Foundation)
9 0x00007fff87d7e000 __CFXNotificationPost (in CoreFoundation)
10 0x00007fff87d6a578 _CFXNotificationPostNotification (in CoreFoundation)
11 0x00007fff819ef9ce -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation)
12 0x00000001000d2cbb -[PBXPListUnarchiver decodeRootObject] (in DevToolsCore)
13 0x00000001000d0da4 +[PBXProject projectWithFile:errorHandler:readOnly:] (in DevToolsCore)
14 0x00000001000d0003 +[PBXProject projectWithFile:errorHandler:] (in DevToolsCore)
15 0x0000000100963460 -[PBXProjectTemplateClonerWizard _instantiateASCIIMacroTemplateWithContext:] (in DevToolsInterface)
16 0x00000001009634f7 -[PBXProjectTemplateClonerWizard _instantiateTemplateWithContext:] (in DevToolsInterface)
17 0x00000001009d29d6 -[PBXFileCopyingWizard _finishCopyingTemplate:filesToPreserve:] (in DevToolsInterface)
18 0x00000001009d2895 -[PBXFileCopyingWizard _checkForOverwritingFiles:] (in DevToolsInterface)
19 0x00000001009400f1 -[PBXProjectWizard finish] (in DevToolsInterface)
20 0x000000010093be24 -[PBXProjectWizardChooserWizard sheetDidEndWithReturnCode:fileSystemLocations:contextInfo:] (in DevToolsInterface)
21 0x00000001008e3fda +[PBXOpenSavePanelHelper sheetDidEnd:returnCode:contextInfo:] (in DevToolsInterface)
22 0x00007fff86bd9946 -[NSSavePanel _didEndSheet:returnCode:contextInfo:] (in AppKit)
23 0x00007fff8697fbd1 -[NSApplication endSheet:returnCode:] (in AppKit)
24 0x00007fff86891e9a -[NSApplication sendAction:to:from:] (in AppKit)
25 0x00007fff86891df9 -[NSControl sendAction:to:] (in AppKit)
26 0x00007fff8691d76b -[NSCell trackMouse:inRect:ofView:untilMouseUp:] (in AppKit)
27 0x00007fff8694e2aa -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] (in AppKit)
28 0x00007fff8691c215 -[NSControl mouseDown:] (in AppKit)
29 0x00007fff8683634f -[NSWindow sendEvent:] (in AppKit)
30 0x00007fff8676ba86 -[NSApplication sendEvent:] (in AppKit)
31 0x00000001007fc21c -[PBXExtendedApplication sendEvent:] (in DevToolsInterface)
32 0x00007fff867024da -[NSApplication run] (in AppKit)
33 0x00007fff866fb1a8 NSApplicationMain (in AppKit)
34 0x00000001000017b4