windows-intelliji- package for ios
hi, i have recantly moved from FB to intellij, i am trying to package the app for the app store. but i am getting that error- Failed to package AIR application x.ipa: Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object i couldnt find any solution for that on the forum or stackoverflow. is there any chance that someone knows how to solve that? thanks Rony
请先登录再写评论。
What is your OS, AIR SDK and IntelliJ IDEA version?
Do you see command line that finished with this error?
Do you have any AIR-specific action working, like run/debug on emulator, run/debug on simulator, run/debug on device?
The error that you get means that Java VM is not properly initialized (it is used to run ADT tool from the AIR SDK), but so far I have no idea how that could happen and why nobody else have ever seen it.