{FlashDevelop} Create iOS with AIR and FlashDevelop

I am having problems using the following tutorial and flashdevelop template to create a flash project for iOS. http://www.codeandvisual.com/2011/exporting-for-iphone-using-air-27-and-flashdevelop-part-four-creating-an-air-certificate-and-compiling-to-ipa/

Whenever I compile my project (using FlashDevelop 3.3.4), I get an error message from adl.exe saying "Error loading source content."

Using iOS applicationpackager.bat, I get the error message: application.xml: error 305: the contents of the internal SWF window version 11 exceeds the namespace version http://ns.adobe.com/air/application/2.0

I am using Air 2.7 and Flex 4.5.1 on Windows XP.

Any help would be greatly appreciated! Thank.

J

+1
source share
1 answer

From what I read, your problem most likely comes from an improperly configured application descriptor file:

http://www.leebrimelow.com/?p=2764

This tutorial explains how to configure the handle for the target iOS using AIR 2.7. Try checking if this fixes the problem.

+2
source

All Articles