Test Apps Quitting

Not sure where to start with this and it may be on the back of my Provisioning profiles issue?

When I deploying my test App to my iPhone for testing it starts up and quits. All my previously built Apps that were working also quit??

Thanks
Martin

You can have the crash log in your phone with XCode. When the phone is plugged, of course.

Your provisioning profile likely expired - I came across this myself after a year with iOSKit.

That makes sense. How do I clear all the Xcode profiles from my system. I think part of my problem might be from trying to build/work on the same app from my iMac and my Macbook… could that be an issue?

Hi Michel,

Does this excerpt from the log mean I have an UnhandledException? The App works in XOJO.

Filtered syslog:
None found

Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x00000001887fb014 __pthread_kill + 8
1 libsystem_pthread.dylib 0x00000001888c3450 pthread_kill + 112
2 libsystem_c.dylib 0x000000018876f400 abort + 140
3 libsystem_c.dylib 0x0000000188743418 basename_r + 0
4 SFMotion 0x000000010027a3d4 UnhandledException(RuntimeObject*) (iOSApplication.mm:92)
5 SFMotion 0x0000000100287f18 -[XOJTimerAdapter timerFireMethod:] (XojoExceptions.h:74)
6 Foundation 0x000000018a3422e4 __NSFireTimer + 88
7 CoreFoundation 0x00000001897db1d8 CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION + 28

What is for sure is that the main thread crashed. Indeed there is a line that mentions a crash, but it seems related to Core Motion, which is kind of unusual.

Maybe you should file a bug report and attach the full crash report file for Xojo engineers to tell you more.