[Solved] Signing options required to package IPA
Answered
Hi,
I am trying to generate an ipa with a pure AS app using Air 33.1.
I am using IntelliJ IDEA 2021.1.1 (Ultimate Edition) on macOS Big Sur
I correctly enter the .p12 et provisionning profile.
When a run the app (on simulator or on device) have 2 types of errors
- "SDK is missing file LaunchScreen.storyboardc". When I add the Additional ADT options I added 'ARCHS=x86_64' this error disappears but the second appears
- "Signing options required to package IPA" (screenshot attached)
Could you please help m to build my ipa correctly ?
Please sign in to leave a comment.
Please see if https://youtrack.jetbrains.com/issue/IDEA-259414#focus=Comments-27-4766517.0-0 helps.
Serge Baranov thanks, but I don't use any ANE :/
I'm afraid I don't know what "SDK is missing file LaunchScreen.storyboardc" means and I haven't found anything in the internet so far. Can it be a corrupted SDK installation? Maybe SDK vendor (Harman, if I'm not mistaken) can help through their support channels.
Try to create an IPA package using the ADT tool from the command line. You may use the command that you see in the IDE as a base (start with "adt -package -target ipa-test..."). If you find the working command line please paste it here (without password of course) and we'll see if IDE can be configured to use the same command.
You may also try a different AIR SDK version (32) unless you have to use 33.1.
Alexander Doroshko I'll try to generate the ipa via adt command line.
I ever tried with other sdk like 23 and 32 with no success
I precise that this project was at first a Flash Builder project. This project compiled the ipa correctly with the Air SDK 23.
Hi all,
I finally managed to build ipa file.
The issue was caused by the sdk itself. When I unziped the files from the last sdk downloaded from Harman server on the installed sdk on my disk, some files where copied incorrectly. After extracting the zip and re-copy all content of the folder sdk/lib/aot/lib everything worked well.
We definitely need a real sdk manager for handling updates. Harman guys if you read this...
Thanks to all.
Thanks for the update.