I am using Flash Builder 4.5, so if I want to package a project using an ANE,
I have to use ADT.  I have never used it before and have run into an issue
regarding the Icons to be displayed in iOS.  I put all of my certificates
and project files into a single folder so that I wouldn't have to wrestle
with directories.  Here is my command line instruction:

adt -package -target ipa-ad-hoc -storetype pkcs12 -keystore iOS_dev.p12
-provisioning-profile RealDeals.mobileprovision RealDealsTablet.ipa
RealDealsTablet-app.xml RealDealsTablet.swf -extdir extensionsDir

When I run this, I get this series of 303 errors for the Icons:

C:\ANE Project\RealDealsTablet-app.xml: error 303: Icon
assets/iosIcons/icon57.png is missing from package
C:\ANE Project\RealDealsTablet-app.xml: error 303: Icon
assets/iosIcons/icon76.png is missing from package
C:\ANE Project\RealDealsTablet-app.xml: error 303: Icon
assets/iosIcons/icon60.png is missing from package
C:\ANE Project\RealDealsTablet-app.xml: error 303: Icon
assets/iosIcons/icon48.png is missing from package
C:\ANE Project\RealDealsTablet-app.xml: error 303: Icon
assets/iosIcons/icon50.png is missing from package
C:\ANE Project\RealDealsTablet-app.xml: error 303: Icon
assets/iosIcons/icon80.png is missing from package
C:\ANE Project\RealDealsTablet-app.xml: error 303: Icon
assets/iosIcons/icon1024.png is missing from package
C:\ANE Project\RealDealsTablet-app.xml: error 303: Icon
assets/iosIcons/icon120.png is missing from package
C:\ANE Project\RealDealsTablet-app.xml: error 303: Icon
assets/iosIcons/icon58.png is missing from package
C:\ANE Project\RealDealsTablet-app.xml: error 303: Icon
assets/iosIcons/icon40.png is missing from package
C:\ANE Project\RealDealsTablet-app.xml: error 303: Icon
assets/iosIcons/icon152.png is missing from package
C:\ANE Project\RealDealsTablet-app.xml: error 303: Icon
assets/iosIcons/icon167.png is missing from package
C:\ANE Project\RealDealsTablet-app.xml: error 303: Icon
assets/iosIcons/icon100.png is missing from package
C:\ANE Project\RealDealsTablet-app.xml: error 303: Icon
assets/iosIcons/icon72.png is missing from package
C:\ANE Project\RealDealsTablet-app.xml: error 303: Icon
assets/iosIcons/icon512.png is missing from package
C:\ANE Project\RealDealsTablet-app.xml: error 303: Icon
assets/iosIcons/icon114.png is missing from package
C:\ANE Project\RealDealsTablet-app.xml: error 303: Icon
assets/iosIcons/icon29.png is missing from package

All of these paths refer to a folder in my main application structure called
assets/iosIcons.  I included the project folder in C:\ANE Project, but
apparently my xml file does not see the Icons.  Any thoughts???

Thanks



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Trouble-Packaging-Mobile-App-using-ADT-tp14025.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to