I’m trying to package my app for adhoc distribution via TestFlight.
Corona SDK created the .app with no problems, but when i package it in a .ipa and try to install in a device via XCode, i get this error:
The file ‘file:///[APP_PATH].ipa’ is not a valid archive. (Could not locate file within archive)
I’m creating an .ipa following these steps:
-
Create a folder named Payload;
-
Copy the .app file into the Payload folder;
-
Zip the Payload folder;
-
Rename it from .zip to .ipa;
Additional info:
-
Using Corona SDK Starter v2014.2511;
-
XCode v6.1.1;
-
Trying it on an iPhone 5s with iOS 8.1.2;
-
I can install the app via .app file, it only breaks with the .ipa;
Any ideas?