I have a crash in my app that occurs during a test - but only when running on Xcode Cloud - locally tests always pass fine. I have a crash report that looks like the one below.
I understand that abort is being called and includes an abort_message which I could normally see in the console if the debugger was attached, but as this is Xcode Cloud, is there any way where I can actually see this abort message?
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: SIGNAL 6 Abort trap: 6
Triggered by Thread: 0
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x10cb497a2 __pthread_kill + 10
1 libsystem_pthread.dylib 0x10cad4f30 pthread_kill + 262
2 libsystem_c.dylib 0x7ff80014cd30 abort + 133
3 libc++abi.dylib 0x7ff8002961b2 abort_message + 241
4 libc++abi.dylib 0x7ff80028838a demangling_terminate_handler() + 266
5 libobjc.A.dylib 0x7ff80004266e _objc_terminate() + 104
6 libc++abi.dylib 0x7ff80029560b std::__terminate(void (*)()) + 6
7 libc++abi.dylib 0x7ff800298024 __cxa_rethrow + 100
8 libobjc.A.dylib 0x7ff800063a71 objc_exception_rethrow + 37
9 CoreFoundation 0x7ff8003f1a32 CFRunLoopRunSpecific + 738
10 GraphicsServices 0x7ff80fe9d08f GSEventRunModal + 137
11 UIKitCore 0x7ff805bbb53d -[UIApplication _run] + 972
12 UIKitCore 0x7ff805bbffab UIApplicationMain + 123
13 SwiftUI 0x7ff84ab8aeda 0x7ff849b47000 + 17055450
14 SwiftUI 0x7ff84ab8ad93 0x7ff849b47000 + 17055123
15 SwiftUI 0x7ff84a82b0d7 0x7ff849b47000 + 13517015
Post
Replies
Boosts
Views
Activity
Just installed Xcode 15 Beta 6 (15A5219j), and when I archive and try to upload to TestFlight I get this error:
Invalid Toolchain. Your app was built with an unsupported SDK or version of Xcode. If you plan to submit this build to the App Store, make sure you are using the versions listed in https://help.apple.com/xcode/mac/current/#/devf16aefe3b or later. (ID: 9064ee86-35bb-4f8b-acf3-e8cfb2a5beaa)
Submitting from Beta 5 had no issues.
Anyone having this same issue? Anyone found a workaround?
IOS 15 Beta 6 has disabled SharePlay. According to emails sent out, installing the SharePlay Developer Profile should reenable SharePlay for development.
This does not work for me, after installing the Profile on two Beta 6 devices and restarting them, our app ever gets isEligibleForGroupSession == true, although there is an active FaceTime call running. Even if I ignore this and try to run activate() on the GroupActivity, I get an error message saying it can't activate as there are no sessions.
This all worked with beta 5 in our .generic GroupActivity app. Is this working for anyone? If yes what did you change when compared to beta 5? Have I missed something?