1
votes

I'm having trouble using the following tutorial and flashdevelop template to build 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 from adl.exe saying "Error loading initial content".

Using the iOS applicationpackager.bat, I get an error saying: application.xml: error 305: Intial window content SWF version 11 exceeds namespace version http://ns.adobe.com/air/application/2.0

I'm using air 2.7 and Flex 4.5.1 on Windows XP.

Any help would be greatly appreciated! Thanks.

J

1

1 Answers

2
votes

From what I've read your issue is most likely coming from an incorrectly configured application descriptor file:

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

That tutorial explains how to configure your descriptor to target IOS using AIR 2.7. Give that a try see if that doesn't fix your issue.