Page 1 of 1

Any way to figure out why an IPA build failed?

Posted: Thu Sep 05, 2013 4:02 am
by Jeff Givens

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.


Any way to figure out why an IPA build failed?

Posted: Thu Sep 05, 2013 4:08 am
by Alena Prykhodko

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 way to figure out why an IPA build failed?

Posted: Thu Sep 05, 2013 4:47 am
by Jeff Givens

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?


Any way to figure out why an IPA build failed?

Posted: Thu Sep 05, 2013 11:41 am
by Anton Artyukh5836028

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.


Any way to figure out why an IPA build failed?

Posted: Fri Sep 06, 2013 1:14 am
by Jeff Givens

That worked, Anton. Thanks! The 'Undo for iOS folder' method.