Building an iOS app using FB4.7 Premium, Air 3.4. At this point, just a very simple test framework. Suddenly, the builder is throwing PackageInspectionFailed errors, and won't complete the build. No explanation why. Simulator runs fine.
I should point out that I have been building and packaging this all day directly to my iPad with no problems. Suddenly, I'm getting this error and the app no longer builds. The last thing I did was add this line:
text.autoSize = TextFieldAutoSize.LEFT;
Update
After UNDOing those edits, I'm now getting a new error (is this progress?) ApplicationVerificationFailed
. Again with no further info. I haven't changed certificates, build parameters or anything else.
Interestingly, manually dragging the generated .ipa to iTunes and then syncing with the iPad does actually install the app, without error. It just adds a bunch more steps to my testing / debugging process.
What is this error? What are some of the conditions I should be looking for that might cause the error?
Please vote on Adobe Bugbase
I have submitted a bug for 3.9 here: please vote: https://bugbase.adobe.com/index.cfm?event=newBug
Sarah Northway has another bug report for 3.8 here: please vote: https://bugbase.adobe.com/index.cfm?event=bug&id=3650414
Let's get some Adobe eyes on this - there needs to be more information provided about the causes of this error.