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?
Topic:
Developer Tools & Services
SubTopic:
General
Tags: