Post

Replies

Boosts

Views

Activity

Reply to How can I find the error in a TestFlight crash report?
Look for a binary image with that name in the list of binary images at the bottom of the crash report. This list contains the build UUID of each binary image that was loaded into the process at the time of the crash. I found the UUID in the list of binary images but I don´t know what I should do with the UUID. In addition, where can I enter this command: % mdfind "com_apple_xcode_dsym_uuids == " In my case, would it be like this? % mdfind "com_apple_xcode_dsym_uuids == "
Jan ’25
Reply to How can I find the error in a TestFlight crash report?
I have found the following UUID in the Binary Images section of the crash report: In addition I have found the dSYM file. But I don't know how to open and find the UUID in the dSYM file. I have tried to open the dSYM file with TextEdit but it doesn't work. How can I find the UUID in my dSYM file? In addition, I don't know what I should enter in macOS Terminal when I want to use % grep to find the UUID in the dSYM file.
Jan ’25
Reply to How can I find the error in a TestFlight crash report?
It worked to symbolicate the lines in Terminal. But I don't get more informations here than in Xcode about the crash. When I go to App Store Connect-->My app-->TestFlight and then open my crash report in Xcode then I get the same messages than in the macOS Terminal. Frames 3 through 0 are your code. Messages from macOS Terminal for Frames 3 through 0: SharedCodeProject_MyClass__Updated__301_MoveNext (in MyGameiOS) (:1) System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_ (in MyGameiOS) + 388 MyGameiOS_SharedCodeProject_MyClass_Update_Microsoft_Xna_Framework_GameTime (in MyGameiOS) + 184 -[iOSGameView doTick] (in MyGameiOS) (registrar.mm:13304) What does (:1) mean? In which line in my class did the error happened? Is it normal that there is no error or exception message displayed here?
Jan ’25
Reply to I need help with my TestFlight crash report. I have already symbolicated my crash report but I don't see an error.
I uploaded a new version to TestFlight and here is my symbolicated crash report. My application always crashes shortly after launch. Can my symbolicated crash report help to find the issue? Original crash report: Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Termination Reason: SIGNAL 6 Abort trap: 6 Terminating Process: ProjectiOS [695] Triggered by Thread: 0 Thread 0 name: Thread 0 name: Thread 0 Crashed: 0 libsystem_kernel.dylib 0x000000023a1f00cc __pthread_kill + 8 1 libsystem_pthread.dylib 0x00000001ecb44810 pthread_kill + 268 (pthread.c:1721) 2 libsystem_c.dylib 0x000000019c3d7f64 abort + 124 (abort.c:122) 3 ProjectiOS 0x0000000105b6ef34 0x104b9c000 + 16592692 4 ProjectiOS 0x0000000105a2fbc8 0x104b9c000 + 15285192 5 libsystem_platform.dylib 0x00000002a5c47158 _sigtramp + 56 (sigtramp.c:116) 6 libsystem_pthread.dylib 0x00000001ecb44810 pthread_kill + 268 (pthread.c:1721) 7 libsystem_c.dylib 0x000000019c3d7f64 abort + 124 (abort.c:122) 8 ProjectiOS 0x00000001058cabc8 0x104b9c000 + 13822920 9 ProjectiOS 0x00000001058bf5e4 0x104b9c000 + 13776356 10 ProjectiOS 0x00000001058bf72c 0x104b9c000 + 13776684 11 ProjectiOS 0x0000000105a04b5c 0x104b9c000 + 15108956 12 ProjectiOS 0x0000000105923be8 0x104b9c000 + 14187496 13 ProjectiOS 0x0000000105923704 0x104b9c000 + 14186244 14 ProjectiOS 0x0000000105924a1c 0x104b9c000 + 14191132 15 ProjectiOS 0x0000000105828688 0x104b9c000 + 13158024 16 ProjectiOS 0x0000000105925a08 0x104b9c000 + 14195208 17 ProjectiOS 0x0000000105925bf8 0x104b9c000 + 14195704 18 ProjectiOS 0x00000001059208c8 0x104b9c000 + 14174408 19 ProjectiOS 0x00000001059f4054 0x104b9c000 + 15040596 20 ProjectiOS 0x0000000105a0096c 0x104b9c000 + 15092076 21 ProjectiOS 0x00000001058228f0 0x104b9c000 + 13134064 22 ProjectiOS 0x0000000105828e84 0x104b9c000 + 13160068 23 ProjectiOS 0x0000000105a75d04 0x104b9c000 + 15572228 24 dyld 0x000000018db6ae28 start + 7116 (dyldMain.cpp:1477) My new symbolicated crash report: Lines 3-4: __isOSVersionAtLeast.cold.1 (in ProjectiOS) + 0 mono_runtime_setup_stat_profiler (in ProjectiOS) (mini-posix.c:695) Lines 8-23: mono_log_write_os_log (in ProjectiOS) (mono-log-darwin.c:0) monoeg_g_logv (in ProjectiOS) (goutput.c:173) monoeg_g_log (in ProjectiOS) (goutput.c:184) load_aot_module (in ProjectiOS) (aot-runtime.c:2146) mono_assembly_request_load_from (in ProjectiOS) (assembly.c:2020) mono_assembly_request_open (in ProjectiOS) (assembly.c:1625) mono_assembly_open (in ProjectiOS) (assembly.c:1828) xamarin_assembly_preload_hook (in ProjectiOS) (monotouch-main.m:150) invoke_assembly_preload_hook (in ProjectiOS) (assembly.c:1282) mono_assembly_load_corlib (in ProjectiOS) (assembly.c:2688) mono_init (in ProjectiOS) (domain.c:317) mini_init (in ProjectiOS) (mini-runtime.c:4841) mono_jit_init (in ProjectiOS) (driver.c:2724) xamarin_bridge_initialize (in ProjectiOS) (monovm-bridge.m:79) xamarin_main (in ProjectiOS) (monotouch-main.m:415) main (in ProjectiOS) (main.arm64.mm:85)
1w