Organizer Window

RSS for tag

Upload apps and view performance metrics and diagnostics in the Organizer window in Xcode.

Posts under Organizer Window tag

78 Posts
Sort by:
Post not yet marked as solved
1 Replies
54 Views
From appstore receive email with this issues: ITMS-90738: Invalid purpose string value - The “NSPhotoLibraryUsageDescription” value for the NSPhotoLibraryUsageDescription key isn’t allowed in “.....”. Your app’s code references one or more APIs that access sensitive user data, or the app has one or more entitlements that permit such access. The Info.plist file for the “.....” bundle should contain a NSPhotoLibraryUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. ITMS-90738: Invalid purpose string value - The “NSCameraUsageDescription” value for the NSCameraUsageDescription key isn’t allowed in “....”. Your app’s code references one or more APIs that access sensitive user data, or the app has one or more entitlements that permit such access. The Info.plist file for the “.....” bundle should contain a NSCameraUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. In Info.plist file have defined: <key>NSCameraUsageDescription</key> <string>NSCameraUsageDescription</string> <key>NSFaceIDUsageDescription</key> <string>NSFaceIDUsageDescription</string> <key>NSMicrophoneUsageDescription</key> <string>NSMicrophoneUsageDescription</string> <key>NSPhotoLibraryAddUsageDescription</key> <string>NSPhotoLibraryAddUsageDescription</string> <key>NSPhotoLibraryUsageDescription</key> <string>NSPhotoLibraryUsageDescription</string> in InfoPlist.strings have this keys: "NSCameraUsageDescription"="xxxxx app uses camera to take photos or videos which should be sent via secure message."; "NSMicrophoneUsageDescription"="xxxxx app uses microphone to make secure voice communication."; "NSPhotoLibraryUsageDescription"="xxxxx app needs access to Photo library to attach your images or videos."; "NSPhotoLibraryAddUsageDescription" = "xxxxx app needs access to Photo library to save your images or videos."; "NSFaceIDUsageDescription"="Enabling Face ID allows quick and secure access to your xxxx app account."; Is some other setting necessary to solve these issues?
Posted Last updated
.
Post not yet marked as solved
1 Replies
136 Views
Hi, I'm building a MacOS app that will be published outside of the AppStore (Using an installer). In the app we have an option to sign-in with Apple & Google. While trying to archive the app and distribute with a Developer ID, xcode presented us with this error, and once the entitlements were removed the sign-in with Apple/Google stopped working. Is there a way to archive the app and distribute with Developer ID and also support sign-in with Apple/Google? Thanks!
Posted
by YYfim.
Last updated
.
Post not yet marked as solved
0 Replies
181 Views
I keep getting the error that says Asset Validation failed when I try and upload my app to the App Store. Its giving me the error for 152x152 167x167 and 120x120. Ive changed the sizes and reuploaded them and I also went on the app Transporter and I'm still getting the same issue.. Does anyone know how to resolve this?? Thanks for all the help
Posted Last updated
.
Post not yet marked as solved
1 Replies
140 Views
Hello , am facing issue in submitting my app to store I have submitted my case to apple developer team my case ids "101969263018","101975805043". they told me to submit the report from feedback assistance my case id : FB12141270. but still I don't get any replay form feedback assistance. after that I submitted my case to DTS engineer case id : 2394373. got email to submit some file which I have submitted after that still I don't get any reply from DTS team. please help me to short out this issue. last one month am trying to short out this issue with apple developer team. still I don't get solution.
Posted Last updated
.
Post not yet marked as solved
20 Replies
9.4k Views
After creating a basic table the application crashed while running a select query. Translated Report (Full Report Below) Process:               MySQLWorkbench [1687] Path:                  /Applications/MySQLWorkbench.app/Contents/MacOS/MySQLWorkbench Identifier:            com.oracle.workbench.MySQLWorkbench Version:               8.0.32.CE (1) Code Type:             X86-64 (Translated) Parent Process:        launchd [1] User ID:               501 Date/Time:             2023-02-02 11:58:46.6293 +0530 OS Version:            macOS 13.2 (22D49) Report Version:        12 Anonymous UUID:        7B20408B-A4BE-478D-8402-4595E3D3D9C4 Time Awake Since Boot: 880 seconds System Integrity Protection: enabled Crashed Thread:        0  Dispatch queue: com.apple.main-thread Exception Type:        EXC_BAD_INSTRUCTION (SIGILL) Exception Codes:       0x0000000000000001, 0x0000000000000000 Termination Reason:    Namespace SIGNAL, Code 4 Illegal instruction: 4 Terminating Process:   exc handler [1687] Application Specific Backtrace 0: 0   CoreFoundation                      0x00007ff8141d3cb3 __exceptionPreprocess + 242 1   libobjc.A.dylib                     0x00007ff813d2210a objc_exception_throw + 48 2   CoreFoundation                      0x00007ff81426abbe -[NSObject(NSObject) __retain_OA] + 0 3   CoreFoundation                      0x00007ff81413eab0 forwarding + 1324 4   CoreFoundation                      0x00007ff81413e4f8 _CF_forwarding_prep_0 + 120 5   WBExtras                            0x0000000109c371a1 -[MResultsetViewer tableView:willDisplayCell:forTableColumn:row:] + 393 6   AppKit                              0x00007ff81753282e -[NSTableView _delegateWillDisplayCell:forColumn:row:] + 104 7   AppKit                              0x00007ff817477676 -[NSTableView preparedCellAtColumn:row:] + 1835 8   MySQLWorkbench                      0x0000000100bdfa98 -[MGridView preparedCellAtColumn:row:] + 54 9   AppKit                              0x00007ff817476e41 -[NSTableView _drawContentsAtRow:column:withCellFrame:] + 42 10  AppKit                              0x00007ff817476ac1 -[NSTableView drawRow:clipRect:] + 1638 11  AppKit                              0x00007ff81747613c -[NSTableView drawRowIndexes:clipRect:] + 707 12  AppKit                              0x00007ff817401cc4 -[NSTableView drawRect:] + 1670 13  AppKit                              0x00007ff817334144 _NSViewDrawRect + 121 14  AppKit                              0x00007ff817b193c3 -[NSView _recursive:displayRectIgnoringOpacity:inContext:stopAtLayerBackedViews:] + 1810 15  AppKit                              0x00007ff817333870 -[NSView(NSLayerKitGlue) _drawViewBackingLayer:inContext:drawingHandler:] + 753 16  QuartzCore                          0x00007ff81c16db59 CABackingStoreUpdate_ + 254 17  QuartzCore                          0x00007ff81c1d13c1 ___ZN2CA5Layer8display_Ev_block_invoke + 53 18  QuartzCore                          0x00007ff81c16cd66 -[CALayer _display] + 2275 19  AppKit                              0x00007ff8173334c5 -[_NSBackingLayer display] + 462 20  AppKit                              0x00007ff8172ab455 -[_NSViewBackingLayer display] + 554 21  QuartzCore                          0x00007ff81c16bd08 _ZN2CA5Layer17display_if_neededEPNS_11TransactionE + 900 22  QuartzCore                          0x00007ff81c2e56c6 _ZN2CA7Context18commit_transactionEPNS_11TransactionEdPd + 648 23  QuartzCore                          0x00007ff81c14cb35 _ZN2CA11Transaction6commitEv + 725 24  AppKit                              0x00007ff81734496f __62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke + 285 25  AppKit                              0x00007ff817b5c767 ___NSRunLoopObserverCreateWithHandler_block_invoke + 41 26  CoreFoundation                      0x00007ff81415b3e1 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23 27  CoreFoundation                      0x00007ff81415b309 __CFRunLoopDoObservers + 482 28  CoreFoundation                      0x00007ff81415a866 __CFRunLoopRun + 877 29  CoreFoundation                      0x00007ff814159e7f CFRunLoopRunSpecific + 560 30  HIToolbox                           0x00007ff81dfec766 RunCurrentEventLoopInMode + 292 31  HIToolbox                           0x00007ff81dfec576 ReceiveNextEventCommon + 679 32  HIToolbox                           0x00007ff81dfec2b3 _BlockUntilNextEventMatchingListInModeWithFilter + 70 33  AppKit                              0x00007ff8171e5293 _DPSNextEvent + 909 34  AppKit                              0x00007ff8171e4114 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1219 35  AppKit                              0x00007ff8171d6757 -[NSApplication run] + 586 36  AppKit                              0x00007ff8171aa797 NSApplicationMain + 817 37  dyld                                0x0000000200ff6310 start + 2432 Kernel Triage: VM - pmap_enter retried due to resource shortage Thread 0 Crashed::  Dispatch queue: com.apple.main-thread 0   AppKit                            0x7ff81754dc26 -[NSApplication _crashOnException:] + 287 1   AppKit                            0x7ff817344bab __62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke + 857 2   AppKit                            0x7ff817b5c767 ___NSRunLoopObserverCreateWithHandler_block_invoke + 41 3   CoreFoundation                    0x7ff81415b3e1 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23 4   CoreFoundation                    0x7ff81415b309 __CFRunLoopDoObservers + 482 5   CoreFoundation                    0x7ff81415a866 __CFRunLoopRun + 877 6   CoreFoundation                    0x7ff814159e7f CFRunLoopRunSpecific + 560 7   HIToolbox                         0x7ff81dfec766 RunCurrentEventLoopInMode + 292 8   HIToolbox                         0x7ff81dfec576 ReceiveNextEventCommon + 679 9   HIToolbox                         0x7ff81dfec2b3 _BlockUntilNextEventMatchingListInModeWithFilter + 70 10  AppKit                            0x7ff8171e5293 _DPSNextEvent + 909 11  AppKit                            0x7ff8171e4114 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1219 12  AppKit                            0x7ff8171d6757 -[NSApplication run] + 586 13  AppKit                            0x7ff8171aa797 NSApplicationMain + 817 14  dyld                                 0x200ff6310 start + 2432 Thread 1:: com.apple.rosetta.exceptionserver 0   runtime                           0x7ff7ffc73614 0x7ff7ffc6f000 + 17940 1   runtime                           0x7ff7ffc7f530 0x7ff7ffc6f000 + 66864 2   runtime                           0x7ff7ffc80f30 0x7ff7ffc6f000 + 73520 Thread 2: 0   runtime                           0x7ff7ffc9187c 0x7ff7ffc6f000 + 141436
Posted
by anshgupta.
Last updated
.
Post not yet marked as solved
2 Replies
232 Views
Hi, I've got Xcode 12.4 on a newish MacBook. Usually when I build an app, under Targets -> (app name) -> General, there are fields for the Version and the Build. On previous versions of Xcode I would fill these out e.g. Version 4.4 and Build 1. When I archive the build for distribution to the App Store, the build would show up in the Organizer as '4.4 (1)'. However, when I try it on this machine, the Build number seems to be ignored and the Organizer shows the build as '4.4 (4.4)' both there and on the App Store (where I uploaded it before I noticed this). Where do I need to specify the Build number in this version of Xcode, or am I missing some config somewhere that is causing the number to be ignored?
Posted
by cmaughan.
Last updated
.
Post not yet marked as solved
3 Replies
9.4k Views
Hello I get this error when trying to upload my binarie to appstore with Xcode : ENTITY_ERROR.ATTRIBUTE.INVALID: The provided entity includes an attribute with an invalid value I don't have any other indication on the problem. The only changes I made in my code was : Add In App purchase Change my laptop to a new macbook pro Apple Silicon
Posted
by H333.
Last updated
.
Post not yet marked as solved
2 Replies
367 Views
Hi! We've recently released an usual app-update, but suddenly got a bunch of crashes in App Store Connect and almost none in Firebase Crashlytics. According to customer support, for some users the app insta-crashes. A white screen appears for a flash and then they're returned to the home screen. The app always insta-crashes, only a reinstall fixes it. It makes sense while Crashlytics isn't reporting any crashes, because it doesn't even get a chance to run and upload the crash reports to their server. The Xcode organizer does show a bunch of crashes, but with no stack trace. It just says MyApp: NO_CRASH_STACK. Looking at the explicit 'xccrashpoint' in Finder reveals a couple of crash reports, that I've attached, but they're not that useful. As far as I can tell, the app crashes while it's trying to load the Swift core, that's embedded in the app, but I'm not sure why that would cause a crash. Maybe it was supposed to use the library embedded in iOS (/usr/lib/swift/libswiftCore.dylib)? Any help would be greatly appreciated 🍺! report.crash
Posted
by adiracu.
Last updated
.
Post not yet marked as solved
3 Replies
326 Views
According to this WWDC video: https://developer.apple.com/videos/play/wwdc2021/10203/ Beta Apps delivered via TestFlight App to testers will automatically and nearly instantly send 🤣 Crash Reports to Xcode Organizer. And the documentation states that this will happen REGARDLESS of the device Send Diagnostic Data setting. We have been using TestFlight for the last week and NOT ONE Crash report has been sent to either Organizer OR App Store Connect Test Flight dashboard. All we get are "Screenshots" with some typed feedback. What is going on APPLE?!
Posted
by cliffr.
Last updated
.
Post not yet marked as solved
0 Replies
774 Views
General: DevForums tags: Debugging, LLDB, Graphical Debugger Xcode > Debugging documentation Diagnosing memory, thread, and crash issues early documentation Diagnosing issues using crash reports and device logs documentation Choosing a Network Debugging Tool documentation Testing a release build documentation Isolating Code Signing Problems from Build Problems DevForums post What is an exception? DevForums post Language Exception from RCTFatal DevForums post Standard Memory Debugging Tools DevForums post Posting a Crash Report DevForums post Implementing Your Own Crash Reporter DevForums post Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = "eskimo" + "1" + "@" + "apple.com"
Posted
by eskimo.
Last updated
.
Post not yet marked as solved
0 Replies
276 Views
Hello I am trying to archive my app to push to testflight but I get errors saying "Cannot Find '[insert file name].swift' in scope". Building and running on phone works as expected. It is just when I try to archive, there are specific SwiftUI files (that I have created) that cannot be found in scope for whatever reason. Things I've tried: cleaning, restarting XCode, deleting derived data. I've made sure that all files have the proper target membership for it to be included in the build. XCode version 14.2; iOS support min 16 Any insight is appreciated, thanks!
Posted
by devdrigo.
Last updated
.
Post not yet marked as solved
1 Replies
242 Views
upload app to app store, show the issure beloew: "Asset validation failed (90066) Invalid MinimumOSVersion. The value for the Info.plist key MinimumOSVersion could not be parsed . (ID: a19d87a5-34eb-4616-88f9-442f8be8417d)" env: xcode14.2 + M1 tool: transport
Posted Last updated
.
Post not yet marked as solved
244 Replies
38k Views
I'm getting this error when trying to distribute/validate my app (every version of it): I have a developer account and a distribution certificate, and have had no problems uploading many versions of my app until today. Has anyone experienced this before?
Posted Last updated
.
Post not yet marked as solved
3 Replies
535 Views
I am seeing crashes in my iOS Swift project. We are targeting iOS >= 13 and are seeing a crash that is only happening on iOS 16. Prior to iOS 16 we were not seeing the crash. Myself and team have yet to be able to reproduce. From our analytics tracking and logging, it looks as if the crash is happening when the user navigates to one of our view controllers containing a WKWebView or shortly there after. The view controllers are composed of a table view rendering a cell with a WKWebView. The other cells in the table views are reused else where within the application and are working just fine. It seems to be directly related to the cell containing the WKWebView. Any ideas on what the problem could be? Crashed: com.apple.main-thread 0 libobjc.A.dylib 0x1c20 objc_msgSend + 32 1 UIKitCore 0x59d4 -[UIView bounds] + 32 2 UIKitCore 0x144260 -[UIScrollView _didEndDirectManipulationWithScrubbingDirection:] + 112 3 UIKitCore 0x143d84 -[UIScrollView _stopScrollingNotify:pin:tramplingDragFlags:] + 116 4 UIKitCore 0x2c9718 -[UIScrollView _stopScrollingAndZoomingAnimationsPinningToContentViewport:tramplingDragFlags:] + 52 5 UIKitCore 0x2c93f8 -[UIScrollView dealloc] + 88 6 libobjc.A.dylib 0x15d8 AutoreleasePoolPage::releaseUntil(objc_object**) + 196 7 libobjc.A.dylib 0x4f80 objc_autoreleasePoolPop + 256 8 CoreFoundation 0x7e764 _CFAutoreleasePoolPop + 32 9 CoreFoundation 0x7c4b8 __CFRunLoopPerCalloutARPEnd + 48 10 CoreFoundation 0x1a2f8 __CFRunLoopDoObservers + 572 11 CoreFoundation 0x7bc7c __CFRunLoopRun + 1048 12 CoreFoundation 0x80ed4 CFRunLoopRunSpecific + 612 13 GraphicsServices 0x1368 GSEventRunModal + 164 14 UIKitCore 0x3a23d0 -[UIApplication _run] + 888 15 UIKitCore 0x3a2034 UIApplicationMain + 340 16 <App> 0x450c main + 4310877452 (<compiler-generated>:4310877452) 17 ??? 0x1f4b10960 (Missing)```
Posted
by codycraig.
Last updated
.
Post not yet marked as solved
0 Replies
528 Views
Dear Experts, What is the current best practice for build numbering? I ask because I am aware that when exporting an archived app for upload I am now asked if I want Xcode to manage the build number for me. In the past I have set a build number in the Info.plist, often based on the date, e.g. 2.4.20230218. Now, I am asked if I want that to be replaced by something like 2.4.7 (if I recall correctly). So far I've answered No. Previously I have searched for automatic build numbering and I've found web pages that suggest adding a script to the build process that automatically increments the build number in the info.plist, or similar. I've not tried to implement that myself. In some of my apps, I have code that needs to know the full version at compile time (e.g. app receipt validation). How would that interact with the new feature? Thanks, Phil.
Posted
by endecotp.
Last updated
.
Post not yet marked as solved
1 Replies
2.7k Views
My test flight application crashed while doing a disk writing operation. I saw the following error in crash log 1073.76 MB of file backed memory dirtied over 705 seconds (1522.14 KB per second average), exceeding limit of 12.43 KB per second over 86400 seconds\ After a little bit of research I found from Apple documentation that System will throw an exception if disk writes from the app exceeds a certain limit in 24 hours window [https://developer.apple.com/documentation/xcode/reducing-disk-writes) But the threshold is not documented. But looking at the crash log we can reverse calculate this threshold as 12.43KB * 86400 ~ 1 GB Does this means that iOS application won't be able to write data more than this limit (1 GB) per day?
Posted Last updated
.
Post not yet marked as solved
0 Replies
404 Views
Hello, I am trying to analyse the hang logs stacktrace which are reported via xcode organiser for my app. The json .xchanglog files which are generated are not symbolicated. I was trying out the the recommendations which are used to symbolicate .crash logs but it did not work for me. Is there an apple recommendation on how we can symbolicate/analyse .xchanglog logs locally? Note: I have dSYM files available on my mac. The uuid are matched. Command i am using is replacing the correct values: % atos -arch BinaryArchitecture -o PathToDSYMFile/Contents/Resources/DWARF/BinaryName -l LoadAddress AddressesToSymbolicate Things tried: https://developer.apple.com/documentation/xcode/interpreting-the-json-format-of-a-crash-report https://developer.apple.com/documentation/xcode/adding-identifiable-symbol-names-to-a-crash-report Thanks!
Posted
by ropal.
Last updated
.
Post not yet marked as solved
1 Replies
1.3k Views
I am using Macbook Pro 2020 M1 chip model with Mac OS 11.4, Xcode 12.5.1 . App runs in simulator , build succeeds fine. But when selected archive , when its complete almost to 100% , totally xcode crashes repeatedly . When opened again and i went into archives, there is none. Please help me resolve as now distribution is not possible. A Sample from xcode crash report is below, Process: Xcode [31453] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 12.5.1 (18212) Build Info: IDEFrameworks-18212000000000000~4 (12E507) App Item ID: 497799835 App External ID: 842555601 Code Type: ARM-64 (Native) Parent Process: ??? [1] Responsible: Xcode [31453] User ID: 501 Date/Time: 2021-07-04 13:23:53.754 +0530 OS Version: macOS 11.4 (20F71) Report Version: 12 Anonymous UUID: 9489B1DD-F35A-A215-90AF-7C1941B5D7BA Sleep/Wake UUID: 3BC9647F-BA34-4DEB-AED5-2EAC16766C46 Time Awake Since Boot: 22000 seconds Time Since Wake: 4600 seconds System Integrity Protection: enabled Crashed Thread: 22 Dispatch queue: -[DVTSourceControlWorkspace init] (QOS: UNSPECIFIED) Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: ProductBuildVersion: 12E507 UNCAUGHT EXCEPTION (NSInvalidArgumentException): *** -[NSURL URLByAppendingPathComponent:]: component, components, or pathExtension cannot be nil. UserInfo: (null) Open FDs: 54/7168 Hints: Backtrace: 0 __exceptionPreprocess (in CoreFoundation) 1 DVTFailureHintExceptionPreprocessor (in DVTFoundation) 2 objc_exception_throw (in libobjc.A.dylib) 3 -[NSURL(NSURLPathUtilities) URLByAppendingPathComponent:isDirectory:] (in Foundation) 4 -[DVTSourceControlWorkspaceBlueprint saveBlueprintInFolder:options:] (in DVTSourceControl) 5 __96+[IDEArchive _copySCMBlueprintFromWorkspace:toArchiveWithPath:usingFileManager:completionBlock:]_block_invoke (in IDEFoundation) 6 __107-[DVTSourceControlWorkspace blueprintWithRemoteRepositories:includingManagedWorkingCopies:completionBlock:]_block_invoke (in DVTSourceControl) 7 NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK (in Foundation) 8 -[NSBlockOperation main] (in Foundation) 9 NSOPERATION_IS_INVOKING_MAIN (in Foundation) 10 -[NSOperation start] (in Foundation) 11 NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION (in Foundation) 12 __NSOQSchedule_f (in Foundation) 13 _dispatch_block_async_invoke2 (in libdispatch.dylib) 14 _dispatch_client_callout (in libdispatch.dylib) 15 _dispatch_continuation_pop (in libdispatch.dylib) 16 _dispatch_async_redirect_invoke (in libdispatch.dylib) 17 _dispatch_root_queue_drain (in libdispatch.dylib) 18 _dispatch_worker_thread2 (in libdispatch.dylib) 19 _pthread_wqthread (in libsystem_pthread.dylib) 20 start_wqthread (in libsystem_pthread.dylib) abort() called Application Specific Signatures: NSInvalidArgumentException Application Specific Backtrace 1: 0 CoreFoundation 0x000000019e228c78 __exceptionPreprocess + 240 1 DVTFoundation 0x00000001005acfc8 DVTFailureHintExceptionPreprocessor + 424 2 libobjc.A.dylib 0x000000019df510a8 objc_exception_throw + 60 3 Foundation 0x000000019ef23640 -[NSURL(NSURLPathUtilities) URLByAppendingPathComponent:isDirectory:] + 0 4 DVTSourceControl 0x000000010c64e354 -[DVTSourceControlWorkspaceBlueprint saveBlueprintInFolder:options:] + 124 5 IDEFoundation 0x000000010133bfcc __96+[IDEArchive _copySCMBlueprintFromWorkspace:toArchiveWithPath:usingFileManager:completionBlock:]_block_invoke + 128 6 DVTSourceControl 0x000000010c63e3f4 __107-[DVTSourceControlWorkspace blueprintWithRemoteRepositories:includingManagedWorkingCopies:completionBlock:]_block_invoke + 4096 7 Foundation 0x000000019ef31f50 NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK + 24 8 Foundation 0x000000019ef31df8 -[NSBlockOperation main] + 104 9 Foundation 0x000000019ef31d88 NSOPERATION_IS_INVOKING_MAIN + 24 10 Foundation 0x000000019ef30fc8 -[NSOperation start] + 808 11 Foundation 0x000000019ef30c98 NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION + 24 12 Foundation 0x000000019ef30b4c __NSOQSchedule_f + 184 13 libdispatch.dylib 0x000000019df0ab28 _dispatch_block_async_invoke2 + 148 14 libdispatch.dylib 0x000000019defbec0 _dispatch_client_callout + 20 15 libdispatch.dylib 0x000000019deff398 _dispatch_continuation_pop + 448 16 libdispatch.dylib 0x000000019defea28 _dispatch_async_redirect_invoke + 592 17 libdispatch.dylib 0x000000019df0d684 _dispatch_root_queue_drain + 388 18 libdispatch.dylib 0x000000019df0de90 _dispatch_worker_thread2 + 112 19 libsystem_pthread.dylib 0x000000019e0a7860 _pthread_wqthread + 216 20 libsystem_pthread.dylib 0x000000019e0a65d4 start_wqthread + 8 Xcode Crash Log
Posted
by vinod2vin.
Last updated
.