the reinstall command line tools doesn't contain xcodebuild tool in /user/bin directory. is this normal?
Post
Replies
Boosts
Views
Activity
I tested other apps from appstore on my phone, same issue.
I meet the same issue. frequently relaunch app cause random crash, however no crash report on Xcode->DeviceAndSimulators->DeiceLog and no crash report showed in firebase/crashlytics or Xcode Crash Organizer.
Hi, I upload the full crash report at 9762413.
Further, the fact that the top frame on the main thread is waiting says this is a watchdog termination and your app's main thread was not responsive, and you should discuss those those conditions with the SDK vendor.
Thanks for your reply, I guessed it's a watchdog termination too, however I expect a termination reason like 0x8badf00d in my crash report. so I'm not sure. Thanks again.