freshplanet / ANE-Chartboost

Air Native Extension for Chartboost (iOS + Android)
Apache License 2.0
36 stars 28 forks source link

Ad-hoc release build "Error occurred while packaging the application" #17

Open brybam opened 11 years ago

brybam commented 11 years ago

When I do an Ad-hoc release build It keeps crashing and giving me the error below when packaging for iOS. But if I do a debug build that's a "fast" or "standard" build it compiles fine, and I can even see the ads.

Why would it crash when doing a release build? Does this ANE need an update?

I'm using FB 4.7 and AIR 3.8.

If I remove this 1 line "AirChartboost.getInstance().showInterstitial();", the release build compiles fine and I can put it on the test iOS device.

"Error occurred while packaging the application:

AOT Compilation has failed while optimizing function public::AdsHelper.showFullscreenAd Exception in thread "main" java.lang.NullPointerException at java.util.TreeMap.getEntry(TreeMap.java:324) at java.util.TreeMap.containsKey(TreeMap.java:209) at adobe.abc.GlobalOptimizer.sccp_eval(GlobalOptimizer.java:6150) at adobe.abc.GlobalOptimizer.sccp_analyze(GlobalOptimizer.java:6019) at adobe.abc.GlobalOptimizer.sccp(GlobalOptimizer.java:4733) at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:3615) at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:2309) at adobe.abc.LLVMEmitter.optimizeABCs(LLVMEmitter.java:534) at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:343) at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler.java:611) at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:104) Compilation failed while executing : ADT"