Using FlashBuilder 4.6 or 4.7, I generate an IPA file from Flex Mobile Project.
My Problem is that generation of IOS package takes from 15 to 30 minutes to generate 20 Mo package, while it takes 1 minute max for AIR and Android packages.
I know that IOS package is different as LLVM is used to generate that IPA and embed AIR methods used by package, but is there any way to improve this speed ?
I tried increasing Eclipse memory but it doesn't help. Analyzing further the tool I noticed it is mono threaded.
I have tried with AIR 3.1, AIR 3.3 and AIR 3.4 and generation times are still the same.
Except for this, note that I am very happy with Flex Mobile as I currently have an application developed in Flex which works on Windows, Mac OSX, Android Tablets and IPad.