Hi all,
so i have a forms app, I have it working now Windows phone 8.1 android and IOS all in debug mode. I can debug the IOS app on a real phone or on the simulator no issues.
when i create an IPA file and sign it, i am able to install this onto any device and have to trust the developer as i would expect, but the app will not start. all i can see in the crash report on the phone is
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Triggered by Thread: 0
i don't know where to look for the real reason the app will not load. I see the splash screen then it dumps?
I have tried installing the IPA on a device that i have successfully debugged on before and get the same issue.
I have the latest xcode and sdk, with the latest stable XF loaded in VS 2013 if that helps?
Kieran