Posts

Post marked as solved
1 Replies
0 Views
Fine, we've figured out what's caused problem. It was one of frameworks that we depend on. How we figured it out? There is "View device logs" button in Devices and simulators window (in Xcode). And its the only place where we've found some info about crash. So the log says that it couldn't find some framework, so we researched and found that there is some strange behavior, when you build from Xcode it runs ok, but when archived framework not attached to build so it caused crash. We updated that framework and everything works fine now.
Post not yet marked as solved
28 Replies
0 Views
Same strange things here, in my case its also related to instant crash of application, so in my case it's pretty straitforward - no app running no crashlog :D In my json's I can even see. "uptimemillis: null". :( And I don't know what is happening with application
Post not yet marked as solved
3 Replies
0 Views
Having same errors. Started with iOS and its crashing my app. App runs well wen starting from Xcode, but when starting from TestFlight (or even from archive) it make this error and app not even working
Post not yet marked as solved
6 Replies
0 Views
Having same issue :( Only when starting app from TestFlight. Runs ok when from xcode Attempting to create a breadcrumb action for a scene handle which already has one (sceneID:com.*.*-default). Are you trying to active an app that's already active?