Organizer Window

RSS for tag

Upload apps and view crash reports, energy reports, and performance metrics in the Organizer window in Xcode.

Pinned Posts

Posts under Organizer Window tag

126 Posts
Sort by:
Post not yet marked as solved
14 Replies
2.7k Views
Hello, I'm finding that the Xcode organizer metrics window isn't showing data for my last three releases. One of those was this week, so that may be expected, but the other two were in late May and early June so I'd expect them to have data by now. As a related note, even on previous releases I see very sparse information for hang rate so it's hard to see trends. Is there something we need to be doing to get this data to populate? How much usage is required for data to show in metrics section of the Xcode organizer?
Posted
by
Post not yet marked as solved
0 Replies
856 Views
Hey Everyone, I'm trying to understand the thresholds required before the Metric section of Organizer starts populating? We have one app with several thousand workouts logged on it everyday, and have never seen any of these populate. We get crash reports without issue, but nothing in Metrics. Clicking "Learn More" I can confirm: 'Step 1' is done, and we are supported (WatchOS 7, and iOS 14). We are distributed on the App Store Users agree to share data. As far as I can tell there is nothing we need to do here, it's part of the iPhone onboarding that asks if you are cool with sharing data. We see other analytics data for people who opt-in, so I'm assuming they opt-in for these metrics too. We are signed in, confirmed by being able to download Crash Reports. Finally I see this line: "To provide accurate results, Metrics organizer reports require significant usage of your app, and each metric has different usage thresholds." If you don't mind sharing, could you help give me an idea as to whether or not I should expect to see data here? Thanks in advance.
Posted
by
Post marked as solved
5 Replies
1.8k Views
Hi, on my macOS app I would like to set the window background color as the titlebar background color such a way to get a unique color all over the window on both light and dark mode. But I cannot find the way to read the titlebar background color nor I found a standard color name for that. How can I do that?
Posted
by
Post not yet marked as solved
1 Replies
873 Views
Hello, I have a crash problem when I send the new version of my app to apple. Locally everything works, I don't understand the problem I'm lost ... Here is the crash log : Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 0 Application Specific Information: abort() called Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001be75e7b0 0x1be737000 + 161712 1 libsystem_pthread.dylib 0x00000001da98c9c0 0x1da982000 + 43456 ... CRASH LOG Someone can help me ?
Posted
by
Post not yet marked as solved
0 Replies
318 Views
Hello, I build the app via Expo and is crashing as soon I try to launch. Below the crashlog. Incident Identifier: 0F831499-7540-46D9-B28F-5AFB3A079565 Hardware Model: iPhone10,4 Process: ComNatooraNatoora [3205] Path: /private/var/containers/Bundle/Application/33329E3C-3A23-488F-8ABF-7E278A2273EE/ExpoKitApp.app/ComNatooraNatoora Identifier: com.natoora.natoora Version: 3.4 (2.17.2) AppStoreTools: 12E506 AppVariant: 1:iPhone10,4:14 Beta: YES Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: com.natoora.natoora [722] Date/Time: 2021-07-20 14:46:59.4600 +0100 Launch Time: 2021-07-20 14:46:58.2412 +0100 OS Version: iPhone OS 14.6 (18F72) Release Type: User Baseband Version: 4.04.00 Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 0 Last Exception Backtrace: 0 CoreFoundation 0x185a3b298 __exceptionPreprocess + 216 (NSException.m:199) 1 libobjc.A.dylib 0x199795480 objc_exception_throw + 56 (objc-exception.mm:565) 2 ComNatooraNatoora 0x102a60ba4 -[EXAppViewController maybeShowError:] + 1160 (EXAppViewController.m:224) 3 ComNatooraNatoora 0x102a81cec handleFatalReactError_block_invoke_2 + 520 (EXReactAppExceptionHandler.m:26) 4 libdispatch.dylib 0x185673298 0x185612000 + 397976 5 libdispatch.dylib 0x185656048 0x185612000 + 278600 6 libdispatch.dylib 0x185673298 0x185612000 + 397976 7 libdispatch.dylib 0x185655430 0x185612000 + 275504 8 CoreFoundation 0x1859ba2e0 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12 (CFRunLoop.c:1790) 9 CoreFoundation 0x1859b4740 __CFRunLoopRun + 2528 (CFRunLoop.c:3118) 10 CoreFoundation 0x1859b3818 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242) 11 GraphicsServices 0x19c0b9570 GSEventRunModal + 160 (GSEvent.c:2259) 12 UIKitCore 0x1882df0e8 -[UIApplication _run] + 1052 (UIApplication.m:3269) 13 UIKitCore 0x1882e4664 UIApplicationMain + 164 (UIApplication.m:4740) 14 ComNatooraNatoora 0x102839d18 main + 88 (main.m:8) 15 libdyld.dylib 0x185692140 start + 4 Thread 0 name: Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001b17e57b0 0x1b17be000 + 161712 1 libsystem_pthread.dylib 0x00000001cde889c0 pthread_kill + 212 (pthread.c:1582) 2 libsystem_c.dylib 0x000000018e65fac0 0x18e5ec000 + 473792 3 libsystem_c.dylib 0x000000018e65fa50 0x18e5ec000 + 473680 4 libc++abi.dylib 0x000000019986fbe8 abort_message + 128 (abort_message.cpp:78) 5 libc++abi.dylib 0x0000000199861d14 demangling_terminate_handler() + 296 (cxa_default_handlers.cpp:67) 6 libobjc.A.dylib 0x00000001997759a0 _objc_terminate() + 124 (objc-exception.mm:701) 7 libc++abi.dylib 0x000000019986f074 std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59) 8 libc++abi.dylib 0x000000019986f00c std::terminate() + 44 (cxa_handlers.cpp:88) 9 libdispatch.dylib 0x00000001856732ac 0x185612000 + 397996 10 libdispatch.dylib 0x0000000185656048 0x185612000 + 278600 11 libdispatch.dylib 0x0000000185673298 0x185612000 + 397976 12 libdispatch.dylib 0x0000000185655430 0x185612000 + 275504 13 CoreFoundation 0x00000001859ba2e0 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12 (CFRunLoop.c:1790) 14 CoreFoundation 0x00000001859b4740 __CFRunLoopRun + 2528 (CFRunLoop.c:3118) 15 CoreFoundation 0x00000001859b3818 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242) 16 GraphicsServices 0x000000019c0b9570 GSEventRunModal + 160 (GSEvent.c:2259) 17 UIKitCore 0x00000001882df0e8 -[UIApplication _run] + 1052 (UIApplication.m:3269) 18 UIKitCore 0x00000001882e4664 UIApplicationMain + 164 (UIApplication.m:4740) 19 ComNatooraNatoora 0x0000000102839d18 main + 88 (main.m:8) 20 libdyld.dylib 0x0000000185692140 start + 4 Thread 0 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x0000000000000000 x5: 0x0000000000989680 x6: 0x000000000000006e x7: 0x0000000000000900 x8: 0x0000000104fbb880 x9: 0xd61d362bcb6d5752 x10: 0x00000000000003e8 x11: 0x000000000000000b x12: 0x00000001d0c5dc4a x13: 0x0000000000000000 x14: 0x0000000000000010 x15: 0x0000000000000000 x16: 0x0000000000000148 x17: 0x0000000000000002 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x0000000000000103 x21: 0x0000000104fbb960 x22: 0x0000000104fbba00 x23: 0x0000000104fbb960 x24: 0x0000000002ffffff x25: 0x000000016d90e250 x26: 0x0000000104fbb960 x27: 0x0000000000000000 x28: 0x0000000000000013 fp: 0x000000016d5ca430 lr: 0x00000001cde889c0 sp: 0x000000016d5ca410 pc: 0x00000001b17e57b0 cpsr: 0x40000000 esr: 0x56000080 Address size fault
Posted
by
Post marked as solved
20 Replies
7.3k Views
Hi, We are using Firebase Crashlytics to collect crashes from our app. Firebase Crashlytics says that the dSYM is missing to process crashes for the recent two versions of our app. We have recently not changed anything in our app distribution process (it is based on CI/CD). For the non-product change, we moved one of our internal frameworks to be managed by SPM (previously Carthage). In build settings, we have set : Debug information format: DWARF with dSYM Files Enable bitcode: Yes Because of the latter, we manually download all dSYMs from the AppStoreConnect page and upload them to the Firebase Crashlytics for each new version. I've double-checked the UUID's and the one mentioned by Firebase is missing in the downloaded (from the AppStoreConnect) zip file. The zip file contains dSYM for our app but with a different UUID. Is there anything I can do to verify that generated dSYMs have the correct UUID? Not sure if this is related, but when I try to download crashes via Xcode Organiser, I got an error: Unable to download crash information. An error occurred preventing Xcode from downloading updated crash information. The value “2021-07-27T00:00:00Z” is invalid. Please try again later.
Posted
by
Post not yet marked as solved
0 Replies
307 Views
Good afternoon! I am not an ios developer and do not use XCode, but I am an Android developer and use Android Studio. When working on a large project, an emergency reboot often occurs with the following error: panic(cpu 0 caller 0xffffff7f9e533498): "Submission on work queue 46 failed due to insufficient space!\n"@skl/sched3/IGGuC.cpp:2845 Backtrace (CPU 0), Frame : Return Address Tell me how you can solve the issue?
Posted
by
Post not yet marked as solved
0 Replies
1.4k 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
by
Post not yet marked as solved
0 Replies
300 Views
My Mac book pro 16" continuously crashing during my work. This becomes more frequent when I do development. My Mac details are below: Hardware Overview:   Model Name: MacBook Pro   Model Identifier: MacBookPro11,3   Processor Name: Quad-Core Intel Core i7   Processor Speed: 2.3 GHz   Number of Processors: 1   Total Number of Cores: 4   L2 Cache (per Core): 256 KB   L3 Cache: 6 MB   Hyper-Threading Technology: Enabled   Memory: 16 GB Here is crash log: Process: watchman [946] Path: /usr/local/Cellar/watchman/4.9.0/libexec/bin/watchman Identifier: watchman Version: 0 Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: watchman [946] User ID: 501 Date/Time: 2021-08-04 11:52:02.176 +0530 OS Version: macOS 11.5 (20G71) Report Version: 12 Anonymous UUID: DA1381AA-B996-D4EE-28A6-3EE885872785 Time Awake Since Boot: 400 seconds System Integrity Protection: enabled Crashed Thread: 0 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: DYLD, [0x1] Library missing Application Specific Information: dyld: launch, loading dependent libraries Dyld Error Message: dyld: Using shared cache: F2DC58FA-E869-380A-8C1E-53D831FB3F9E Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib Referenced from: /usr/local/Cellar/watchman/4.9.0/libexec/bin/watchman Reason: image not found Binary Images: 0x103db1000 - 0x103e6afff +watchman (0) <AC708876-7313-366B-9E86-9521B7D3502E> /usr/local/Cellar/watchman/4.9.0/libexec/bin/watchman 0x108c74000 - 0x108d0ffff dyld (852.2) <57DB2053-BFD5-3683-97C6-F1DB2A1F1D09> /usr/lib/dyld
Post not yet marked as solved
0 Replies
335 Views
Hi there - We can see in AppStoreConnect, under Analytics, there are few crashes reported, when hovering over the section, we can see there is a message that is displayed: But when we go to Xcode, we do not see crash reports under Organizer for the latest versions deployed. Could someone assist with how to pull these for the crashes being reported in AppStore. Thanks in advance
Posted
by
Post not yet marked as solved
0 Replies
280 Views
In Xcode 12.5.1, looking at the (Scrolling) metric in our project and comparing it to the following image from your documentation: https://docs-assets.developer.apple.com/published/ead368de5bf65301780cb2be5cbab4d8/10500/improving-app-responsiveness-1~dark@2x.png Full article: https://developer.apple.com/documentation/xcode/improving-app-responsiveness I notice that histogram columns in the linked image are colored and to the right there's a note on each color ([Key] table), while in our project i do not see such thing and it's always colored red. Any reason for why this has been removed? Thank you.
Posted
by
Post not yet marked as solved
15 Replies
1.7k Views
Hello. I think it's beta bug. Yesterday, I archived my app and release TestFlight. All of testing is well. My app minimum iOS version is iOS 9. Today, I've archived same the build and TestFlight but the app show note minimum iOS 11. I tried 3 times upload but show same that note iOS 11. There is no change any code or update tool environment. All issue happen after annoucing apple developer beta 5 Aug 0811. I hope this issue resolve soon. Thanks.
Posted
by
Post not yet marked as solved
0 Replies
297 Views
For SOME REASON whenever I try to download anything java related, with me using Java 8 I get this: Process: java [13858] Path: /Users/USER/Library/Application Support/minecraft/*/jre.bundle/Contents/Home/bin/java Identifier: net.java.openjdk.cmd Version: 1.0 (1.0) Code Type: X86-64 (Native) Parent Process: launcher [13838] Responsible: launcher [13838] User ID: 502 Date/Time: 2021-08-13 15:46:16.764 +0900 OS Version: macOS 11.5.1 (20G80) Report Version: 12 Bridge OS Version: 5.5 (18P4759a) Anonymous UUID: 977F1BC4-8250-CEAE-2847-DB257B452A0B Sleep/Wake UUID: 0A3EFDB3-71E6-4C6A-9D5C-06FF788B7DBC Time Awake Since Boot: 59000 seconds Time Since Wake: 180 seconds System Integrity Protection: enabled Crashed Thread: 65 Java: Thread-10 Exception Type: EXC_BAD_ACCESS (SIGABRT) Exception Codes: KERN_PROTECTION_FAILURE at 0x00000001083a3000 Exception Note: EXC_CORPSE_NOTIFY in my console. This is WITHOUT the rest of the files, however (personal information.)
Posted
by
Post not yet marked as solved
10 Replies
1.8k Views
Hello, I work with XCode 12.5 and Swift 5. I am a member of a development Team. I finished my first App and I want to start with Beta Testing using Testflight. I already tested the app on my mobile device and everything works fine. Furthermore I followed every step of this article: https://developer.apple.com/documentation/xcode/preparing-your-app-for-distribution This article describes the steps to distribute my App for Beta Testing: https://developer.apple.com/documentation/xcode/distributing-your-app-for-beta-testing-and-releases On of the first steps is creating an archive of my app. When I do this I don't get the option "Distribute App". I only get the option "Distribute Content". The following distribution methods doesn't contain the options i need. I already tried the solutions mentioned here: https://stackoverflow.com/questions/55467829/xcode-10-1-doesnt-show-distribute-app-option-when-archiving-cant-archive In this article it seems like the solution is to change the "skip install" value. I have the "Skip Install" once in the "Projects" and "Targets" section. I already tried each combination of ticking yes and no, but the result stays the same. I also tried it with different provisioning profiles. Once with the Type "Development" and once with the type "Distribution". This is the first app that i wrote and published through the App Store. It could be that i am missing out something obvious? I am glad for everyone who can help me! Thanks in advance Jakob
Posted
by
Post not yet marked as solved
2 Replies
890 Views
Hello team , I have react native app, its countinuosly rejected by apple team in review by specifing , its crashes. I have tested the app on many real devices using test flight and also on simulators. Even I have tested on the same device and version that was speified in the crash reason. Please suggest any solution because i cant able to regenrate the crash in the app that was provided by the apple. Attached crash report by apple. attachment.crashlog-7423E0D4-45B1-4E6B-92D7-C853EE9BD006.txt
Posted
by
Post not yet marked as solved
2 Replies
409 Views
When I am trying to archive and publish my app, I'm getting an error: 'This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory.' The IPA content/structure is different. Basically, the IPA has payload with my libraries/frameworks, but there is no app bundle, which includes them all. I want to change/edit the IPA so that it includes a .app bundle, but I'm not really sure how. All inputs are appreciated :D
Posted
by
Post not yet marked as solved
0 Replies
243 Views
I just need a clear answer. I want to look at crash log for an application in production. Where do I go see the crash logs for PRODUCTION? I see crash information in the Testflight tab but isn't this from the BETA build(s)?
Posted
by
Post not yet marked as solved
1 Replies
406 Views
Hi, I've just built my existing project on a new macBook m1 machine with Big Sur. I'm able to build and run the app on simulator using xcode with Roseta. But on actual device it crashes on launch. I'm not able to debug from the crash log. Any help would be immensely appreciated. Please find the attached log crashlog.crash
Posted
by
Post marked as solved
1 Replies
352 Views
Hello Folks; I'm trying to utilize a crash log from App Review. I've uploaded the app with DWARF with dSYM File. When I open the App Review .crash file in Xcode I see this: #0 in __pthread_kill () #1 in pthread_kill () #2 in abort () #3 in abort_message () #4 in demangling_terminate_handler() () #5 in _objc_terminate() () #6 in std::__terminate(void (*)()) () #7 in std::terminate() () #8 in _dispatch_client_callout () #9 in _dispatch_main_queue_callback_4CF () #10 in __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ () #11 in __CFRunLoopRun () #12 in CFRunLoopRunSpecific () #13 in RunCurrentEventLoopInMode () #14 in ReceiveNextEventCommon () #15 in _BlockUntilNextEventMatchingListInModeWithFilter () #16 in _DPSNextEvent () #17 in -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] () #18 in -[NSApplication run] () #19 in NSApplicationMain () #20 in 0x10a062000 () #21 in 0x10a062000 () #22 in start () Whereas in Console it looks like this: 0 CoreFoundation 0x00007fff2053783b __exceptionPreprocess + 242 1 libobjc.A.dylib 0x00007fff2026fd92 objc_exception_throw + 48 2 CoreFoundation 0x00007fff205609a2 +[NSException raise:format:arguments:] + 88 3 Foundation 0x00007fff2131e4d2 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 191 4 AppKit 0x00007fff22d02679 -[NSCell _objectValue:forString:errorDescription:] + 260 5 AppKit 0x00007fff22d024d3 -[NSCell setStringValue:] + 44 6 AppKit 0x00007fff22d7af3e -[NSControl setStringValue:] + 121 7 AppXYZ 0x000000010a069107 AppXYZ + 28935 8 AppXYZ 0x000000010a07eed1 AppXYZ + 118481 9 libdispatch.dylib 0x00007fff20219623 _dispatch_call_block_and_release + 12 10 libdispatch.dylib 0x00007fff2021a806 _dispatch_client_callout + 8 11 libdispatch.dylib 0x00007fff20226b4f _dispatch_main_queue_callback_4CF + 940 12 CoreFoundation 0x00007fff204fa5a8 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9 13 CoreFoundation 0x00007fff204bc7a2 __CFRunLoopRun + 2755 14 CoreFoundation 0x00007fff204bb61c CFRunLoopRunSpecific + 563 15 HIToolbox 0x00007fff28701a83 RunCurrentEventLoopInMode + 292 16 HIToolbox 0x00007fff287017e5 ReceiveNextEventCommon + 587 17 HIToolbox 0x00007fff28701583 _BlockUntilNextEventMatchingListInModeWithFilter + 70 18 AppKit 0x00007fff22cc3172 _DPSNextEvent + 864 19 AppKit 0x00007fff22cc1945 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1364 20 AppKit 0x00007fff22cb3c69 -[NSApplication run] + 586 21 AppKit 0x00007fff22c87e6c NSApplicationMain + 816 22 AppXYZ 0x000000010a155a62 AppXYZ + 997986 23 AppXYZ 0x000000010a155afb AppXYZ + 998139 24 libdyld.dylib 0x00007fff203dff3d start + 1 25 ??? 0x0000000000000001 0x0 + 1 So what am trying to understand is how to utilize lines 7 & 8 in the Console. Reading through the Docs (https://developer.apple.com/documentation/xcode/adding-identifiable-symbol-names-to-a-crash-report#Symbolicate-the-Crash-Report-in-Xcode) it seems like I should use 'atos' but its not working out.... For starters there is no 'Binary Architecture' information in the 'Binary Images' section of the .crash file. Can someone point out what I need to do here or clarify my misunderstanding? Thank for any help! Steve
Posted
by
Post not yet marked as solved
2 Replies
417 Views
Years ago, one could use a window in Xcode to select an app being developed on an iPhone, and see the *.sqlite files that the app used for Core Data. One could copy those files back onto the Mac, and so preserve the current state of the app's data. I've tried to get back to that window in the current Xcode, but with no joy. Can anyone give me a clue as to how to preserve a Core Data state for an iOS app?
Posted
by