Is the best way to figure this out to export to xcode and determine what went wrong? I've had 0 issues with the Android build, but I've had several failed attempts at exporting an IPA file. The application should already be shared with support.
Is the best way to figure this out to export to xcode and determine what went wrong? I've had 0 issues with the Android build, but I've had several failed attempts at exporting an IPA file. The application should already be shared with support.
Hello Jeff!
We had an error log but had to remove when doing an update. We are going to bring it back very soon.
Any suggestions in the meantime? I've got a deadline coming up very soon. Best bet to export to xcode? Or possibly have the support team look at the files?
Hi,
For now we have only one possibility -- ask to support.
In your project I have find changes on Source tab.
MainViewController.m and InfoPlist.strings marked as changed.
And build log says:
preMainViewController.m:51:59: error: expected ';' after expression
[[UIApplication sharedApplication] setStatusBarHidden:NO]/pre
Most simple way is remove those files and run Undo for IOS folder.
That worked, Anton. Thanks! The 'Undo for iOS folder' method.