Problems packaging non debug swf for iOS

Hi all,
I'm using the latest 3.5 beta (saw the same problem using 3.4). When i package de swf for iOS i got this error:
Packaging failed!
Packaging error message:
Exception in thread "main" java.lang.Error: Unable to find named traits: public::read activation
          at adobe.abc.Domain.resolveTypeName(Domain.java:232)
          at adobe.abc.Domain.resolveTypeName(Domain.java:149)
          at adobe.abc.GlobalOptimizer.sccp_eval(GlobalOptimizer.java:6722)
          at adobe.abc.GlobalOptimizer$SccpContext.commit(GlobalOptimizer.java:4395)
          at adobe.abc.GlobalOptimizer.sccp_modify(GlobalOptimizer.java:5866)
          at adobe.abc.GlobalOptimizer.sccp_modify(GlobalOptimizer.java:4728)
          at adobe.abc.GlobalOptimizer.sccp(GlobalOptimizer.java:4700)
          at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:3566)
          at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:2260)
          at adobe.abc.LLVMEmitter.optimizeABCs(LLVMEmitter.java:532)
          at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:341)
          at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler.java:582)
          at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:80)
ONLY if the swf is a release one (not debug). I'm using this parameters:
  /Users/7daysofrain/Documents/aslibs/flex_sdk_4.6.0.23201B/bin/adt
    -package
    -target
    ipa-test
    -storetype
    pkcs12
    -keystore
    ios/joseba.p12
    -storepass
    -provisioning-profile
    ios/certificados/Social_Futbol.mobileprovision
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/ios/Canal+ Social Futbol.ipa
    ios/canalplus-socialfutbol-app.xml
    -C
    ios
    canalplus-socialfutbol_tv.swf
    -e
    ios/background.mp4
    background.mp4
    -e
    flash/assets/tv.swf
    tv.swf
    -platformsdk
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPh oneOS6.0.sdk/
If I use this with the debug swf the ipa gets generated right:
  /Users/7daysofrain/Documents/aslibs/flex_sdk_4.6.0.23201B/bin/adt
    -package
    -target
    ipa-debug
    -listen
    7936
    -storetype
    pkcs12
    -keystore
    ios/joseba.p12
    -storepass
    -provisioning-profile
    ios/certificados/Social_Futbol.mobileprovision
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/ios/Canal+ Social Futbol.ipa
    ios/canalplus-socialfutbol-app.xml
    -C
    ios
    canalplus-socialfutbol_tv.swf
    -e
    ios/background.mp4
    background.mp4
    -e
    flash/assets/tv.swf
    tv.swf
    -platformsdk
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPh oneOS6.0.sdk/
Any idea of what could be the problem? Thanks in advance

Nope, not native extensions used The only unusual thing is that i use custom metadata tags
Here are the full options of the compiler:
Compiler arguments:
  -output
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/ios/canalplus-socialfutbol_t v.swf
  -+configname=air +flexlib=
    /Users/7daysofrain/Documents/aslibs/flex_sdk_4.6.0.23201B/frameworks
  --compiler.debug=false
  --debug-password=
  --compiler.source-path+=
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/classes
  --compiler.library-path+=
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/MonsterDebugger. swc,
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/analytics.swc,
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/greensock.swc,
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/rosa.swc,
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/greensock.swc,
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/titan.swc,
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/GraphAPI_Web_1_8 _1.swc,
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/as3corelib.swc,
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/parsley-flash-2. 4.0.swc,
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/spicelib-flash-2 .4.0.swc,
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/assets_tv.swc,
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/parsley-core-3.0 .0.swc,
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/spicelib-command s-3.1.1.swc,
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/spicelib-reflect -3.0.0.swc,
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/spicelib-util-3. 0.0.swc,
    /Users/7daysofrain/Documents/aslibs/flex_sdk_4.6.0.23201B/frameworks/libs/air/airglobal.s wc,
    /Users/7daysofrain/Documents/aslibs/flex_sdk_4.6.0.23201B/frameworks/libs/core.swc,
    /Users/7daysofrain/Documents/aslibs/flex_sdk_4.6.0.23201B/frameworks/libs/osmf.swc,
    /Users/7daysofrain/Documents/aslibs/flex_sdk_4.6.0.23201B/frameworks/libs/textLayout.swc,
    /Users/7daysofrain/Documents/aslibs/flex_sdk_4.6.0.23201B/frameworks/libs/air/servicemoni tor.swc,
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/libs/refr3shlib.swc
  -static-link-runtime-shared-libraries=
    true
  -target-player=11.1
  -library-path+=
    /Users/7daysofrain/Documents/aslibs/flex_sdk_4.6.0.23201B/frameworks/locale/en_US
  -default-size=960,640
  -swf-version=13
  -keep-as3-metadata+=Asset,Assets,
    AssetsReady,AssetsContainer,FrameScript
    /Users/7daysofrain/Documents/Proyectos/canalplus-socialfutbol/flash/classes/canalplus/soci alfutbol/MainTV.as

Similar Messages

  • Java.lang.NullPointerException is thrown when packaging Adobe AIR application for iOS

    Hi All,
    https://bugbase.adobe.com/index.cfm?event=bug&id=3071298
    As per above link this bug resolve(latest build) but i am facing  Java.lang.NullPointerException is thrown when packaging Adobe AIR application for iOS, using the packaging tools.
    (for  inappPurchase Demo app --- i used below link code)
    http://code.google.com/p/in-app-purchase-air-ios/
    Thanks,
    Sunil Rana

    Hi Everyone,
    I'm getting basically the same error. Are there any rules or guidelines that we are suppose follow when writing an app for iOS? Is there a way to know exactly where it is crashing? My apps are not MXML, only actionscript. Also I made sure I have no errors not even warnings in my SWF file, but still no go! 
    Getting the same error.
    Exception in thread "main" java.lang.NullPointerException
            at adobe.abc.GlobalOptimizer.sccp_eval(GlobalOptimizer.java:6944)
            at adobe.abc.GlobalOptimizer.sccp_analyze(GlobalOptimizer.java:5909)
            at adobe.abc.GlobalOptimizer.sccp(GlobalOptimizer.java:4628)
            at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:3514)
            at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:2215)
            at adobe.abc.LLVMEmitter.optimizeABCs(LLVMEmitter.java:526)
            at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:336)
            at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler
    .java:472)
            at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:82)
    Compilation failed while executing : ADT
    regards,
    Keith

  • How to embed and launch ipa file from another ipa package created using Air for iOS

    Hi Guys,
    Anybody out there knowing how to embed and launch ipa file from another ipa package created using Air for iOS ?
    I am having 1 ipa file created using Xcode, Now i need to include that file in my ipa Package which is created using Flash CS 5.5 and Air for iOS. Also i need to know how to open my 1st ipa file from AS3 ?
    Thanks,

    Hi Sir,
    Thanks for your reply.
    But in that case user need to download 2 applications right. I need user to download my parent application created using Flash and that package contain one more ipa created using Xcode, so from my parent app only user should able to open my 2nd app. Is there any way to do that?
    Ps:  I am not talking about in-app but 2 individual apps inside one package.

  • Error while debugging AIR for IOS app

    I get the following error when attempting to debug my AIR-IOS app on an IPad 2.
    The weird thing is that the logfile mentioned does not exist.
    Any ideas?
    - Abey
    # A fatal error has been detected by the Java Runtime Environment:
    #  EXCEPTION_UNCAUGHT_CXX_EXCEPTION (0xe06d7363) at pc=0x764db9bc, pid=5400, tid=9024
    # JRE version: 6.0_29-b11
    # Java VM: Java HotSpot(TM) Client VM (20.4-b02 mixed mode windows-x86 )
    # Problematic frame:
    # C  [KERNELBASE.dll+0xb9bc]
    # An error report file with more information is saved as:
    # C:\Users\ABEY~1.LEX\AppData\Local\Temp\AOT1326388929076\hs_err_pid5400.log

    I have the same error.
    The wierd is that the log file doesn't exists.
    Anyway I try everything... to reinstal my Flash Builder, reinstall all versions of java. I even try to make Xmx and Xms bigger size.. but nothing... still got the error.
    If I create new project... then everything works fine... Export Release Build work very well,
    but if I try to Export Release Build for my large project... then this error comes up.
    I look at my code and no find any errors...
    Build for android works as well, the error comes up when I try to build for iOS.
    Please Adobe - give us help how to fix this.
    Thank you

  • Kde3 packages: "non existant prefix '' for kdelibs3"

    I have no ide what happend but today I'm getting this error for all packages for kde3:
    checking whether make sets $(MAKE)... yes
    checking for kde-config... /opt/kde/bin/kde-config
    configure: error: /opt/kde/bin/kde-config --prefix outputed the non existant prefix '' for kdelibs.
    This means it has been moved since you installed it.
    This won't work. Please recompile kdelibs for the new prefix.
    make: *** No targets specified and no makefile found. Stop.
    although it is working if done with as root user with argument '--asroot' (but I must add to all PKGBUILD string: '--with-qt-dir=/opt/qt')
    what happend ? what did I screw up ?
    Last edited by zyghom (2008-11-19 23:09:33)

    azleifel wrote:I've come across this as well.  Like mforce said, it should work if makepkg is run as root (don't forget to add the --asroot switch to the makepkg command).
    Yeah, that worked for me, but it's an indication that some work needs to be done. One needs to AVOID running this as root, and so I think thats going to be the first challenge for the amarok1 maintainer. The ONLY thing we should use root for is the actual installation, not the compilation.

  • [PhoneGap] Building a non-debug APK for Android Market?

    I have an app completely built and tested, and am ready to put it out in the Market. However, I can find NO information about how to do this. All I can manage to build from Dreamweaver is the debug version of the APK, which works fine on my phone, but cannot be uploaded to the Market. How do I build the 'non-debug' version?

    I'm sorry to do this but I have to quote an old post of mine.  Best way to answer this:
    Dreamweaver does not allow you to bypass the store process and give you a certificate.  The Adobe AIR team has given a good explanation of what is going on and how DW signs the app for development and debug mode.
    http://forums.adobe.com/thread/853774
    The answer that they give after the explanation will point you to the Android Developers website which gives you the details on Google's methods for obtaining a proper certificate.
    http://developer.android.com/guide/publishing/app-signing.html

  • Release build and standard packaging doesn't work for iOS mobile project.

    Hi,
    We are trying to port our web application on iOS(iPad). Made some minor changes and package ipa with fast packaging method. It works great.
    Now we are try to package application for AppStore and use Standard method. But error occurs.
         Error occurred while packaging the application:
         Exception in thread "main" java.lang.Error: Unable to find named traits: spark.components::Application
             at adobe.abc.Domain.resolveTypeName(Domain.java:225)
             at adobe.abc.Domain.resolveTypeName(Domain.java:142)
             at adobe.abc.GlobalOptimizer$InputAbc.resolveTypeName(GlobalOptimizer.java:272)
             at adobe.abc.GlobalOptimizer$InputAbc.readInstance(GlobalOptimizer.java:994)
             at adobe.abc.GlobalOptimizer$InputAbc.readAbc(GlobalOptimizer.java:390)
    Distribution certificate and provisioning profile are used for compilation.
    Restarting FB and OS doesn't help. Packaging via command line also throws same error.
    Exporting Release build shows other error. After opening Export Release build window and click next error occur:
         Encountered errors or warnings while building project XXXX.mxml.
         configuration variable 'runtime-shared-library-path' requires a value 'rsl-url'.
    All the libraries are merged into code, not RSL.
    OS: Windows XP SP3, Windows 7.
    Flash Builder: 4.5.1.
    Flex SDK: 4.5.1 build 21328.
    AIR: 2.7.1(2.7 shows erros also).
    Thanks in advance for your answers.

    Hi,
    Please send your swf and app-xml to [email protected] so that we can try it at our end.
    Thanks,
    Amish.

  • Best publish target, for creating intermediate SWF for iOS & Android?

    We're getting ready to create a build system which can compile and deploy our app for testing as both iOS IPA and android APKs, so we'd like to start with a SWF, which we compile from FLA in Flash CS5.5, and then we will compile the swf with adt, to both IPA and APK formats.  We'll probably use AIR 3.0 for compiling.
    Which publish target should we select in Flash CS5.5? Is there a target we can use which will give us an AIR-compatible SWF, but not give us anything we dont need? (ie no IPA, no APK, and no AIR app?   Selecting Flash Player 10.2 doesn't work because we need AIR-specific classes such as SQLite. Should I use AIR 2.6 publish profile?  Does the "profiles" (TV, etc) matter in this case? I just want a SWF, not any extra artifacts.
    Of course, what I would *REALLY* like is a commandline FLA compiler... Adobe.. pretty please? I <3 build automation tools.
    Thanks for any info you might have!

    Update: I've tried multiple video files, using StageVideo instead of FLVPlayback, and nothing is working. The iPad just sits there with a blank screen.
    I've tried using AIR 13, AIR 14, and looking at the .ipa file size changing when I include different video files, it appears to be sending the video file to the iPad, it just won't play anything. I've added loads of event listeners to a FLVPlayback object with trace statements, this is what I see when I debug via USB (again, it works perfectly as a swf on my laptop):
    Waiting for Player to connect...
    [SWF] videotest.swf - 1848 bytes after decompression
    onFlvPlayback_PROGRESS()
    NaN% loaded
    onFlvPlayback_STATE_CHANGE()
    flvPlayback.state == VideoState.BUFFERING
    onFlvPlayback_BUFFERING_STATE_ENTERED()
    onFlvPlayback_READY()
    flvPlayback.source: lft.mp4
    metaDataObj.canSeekToEnd: undefined
    metaDataObj.cuePoints: undefined
    metaDataObj.audiocodecid: mp4a
    metaDataObj.audiodelay: undefined
    metaDataObj.audiodatarate: undefined
    metaDataObj.videocodecid: avc1
    metaDataObj.framerate: undefined
    metaDataObj.videodatarate: undefined
    metaDataObj.height: 720
    metaDataObj.width: 1280
    metaDataObj.duration: 21.674666666666667
    onFlvPlayback_STATE_CHANGE()
    flvPlayback.state == VideoState.STOPPED
    onFlvPlayback_STOPPED_STATE_ENTERED()
    onFlvPlayback_COMPLETE()
    onFlvPlayback_STATE_CHANGE()
    flvPlayback.state == VideoState.REWINDING
    So it is getting the metadata, sees the height, width, duration, codecs, etc.
    It is buffering the video, and decides it is ready, then without ever playing, it goes to stop, and says it is complete, and auto-rewinds and just gets stuck there. (if I turn off auto-rewind and add a play button, it goes to the rewinding state, and hangs, just like it does when auto is on).
    I've seen there are some fixes for video issues in the later versions of the AIR runtime, but those are not available in my Flash CC install, can anyone link me how to add them?

  • AIR 3.7 Problem Loading Multiple Similar SWFs On iOS

    I'm running into an issue with loading multiple SWFs using AIR 3.7 on iOS. The exact same code works fine on Android.
    The issue is that if I include 2 specific SWFs then neither of them will load correctly. When I include just one of the SWFs it works great. I've also tried including a second SWF which is pretty much empty and that also works. Additionally, I've been able to load a MovieClip out of the first SWF IF addChild() was first used on myswf1 and that works even when the main SWF did not. Lastly if I include 2 of the exact same SWFs (with different filenames) that also works.
    So my question is what is it about the two SWFs that causes it not to work? They are effectively the same except each has custom assets and custom class naming.
    Both of them subclass off one main class like this:
    class myswf1 extends mymain
    class mymain extends MovieClip
    class myswf2 extends mymain
    class mymain extends MovieClip
    So both SWFs contain mymain seperately from each other. Could that be the issue? Like when it compiles all the code into the package SWF the
    two mymain root classes clash?
    In the past it seems like that should still work it just uses the first loaded class and that is it.
    The errors that I get seem to happen on lines like this:
    selectableHudOptions.bonustime.mouseEnabled = false;
    Where selectableHudOptions.bonustime is basically null. However, when I just have 1 SWF this line works fine.  If I loop through selectableHudOptions's children it is blank when I am loading the two SWFs but it shows all of the children when just loading the one SWF.
    Another theory I have about it is that it seems like addChild() has to be used on the objects and frames have to go by before the children are visible. Like addChild() is being delayed somehow because of the multiple SWFs. Or addChild() is behaving asyncronously and my code is running syncronously.
    I think Nimisha from Adobe has worked on these multiple SWF issues before.

    Yes, duplicate symbol conflict looks like the cause of your issue.
    This is a known issue in AOT mode. For now, could you please try renaming mymain to something else when using it in the second swf?
    Or you may place mymain into separate swc, and link one of your swfs with "merged into code" option, while the other one "externally", so that only one of the swfs has mymain defined and there is no clash.
    Please do let us know if either of the solutions work for you.

  • Problems using Native Extensions (Gyroscope) for iOS.

    I have downloaded the Gyroscope Native Extension for Air and I'm basically trying to install it so I can use the extensions to develop an iOS AIR app that uses my iPhone's Gyroscope.
    The Gyroscope Folder has been un-zipped and is placed in a folder alongside the AIR app that I'm developing. I've set the Actionscript settings to point to the gyroscope.ane file and also to the gyroscope.swc file.I don't know if the latter is necessary as I'm all new to this.
    My Actionscript reads:-
    import com.adobe.nativeExtensions.Gyroscope;
    import com.adobe.nativeExtensions.GyroscopeEvent;
    import com.adobe.nativeExtensions.GyroscopeIntervalValue
    var gyro:Gyroscope;
    if(Gyroscope.isSupported)
        gyro = new Gyroscope();
        gyro.setRequestedUpdateInterval(1000);
        gyro.addEventListener(GyroscopeEvent.UPDATE,onChange);
    function onChange(e:GyroscopeEvent):void
        trace("From gyro: " + e.x + " " + e.y + " " + " " + e.z);
    Which I've basically taken from the webpage https://www.adobe.com/devnet/air/native-extensions-for-air/extensions/gyroscope.html#artic lecontentAdobe_numberedheader
    And I've added the 3 imports at the top because I believe these should allow these functions / methods (or whatever they are called) to work ?
    Unfortunately I'm getting the following errors:-
    GyroscopeEvent.as, Line 1
    5001: The name of package 'com.adobe.nativeExtensions' does not reflect the location of this file. Please change the package definition's name inside this file, or move the file. /Users/myname/Desktop/programFolder/GyroscopeEvent.as
    Gyroscope.as, Line 1
    5001: The name of package 'com.adobe.nativeExtensions' does not reflect the location of this file. Please change the package definition's name inside this file, or move the file. /Users/myname/Desktop/programFolder/Gyroscope.as
    I don't know where to move the files or how I can get AIR to see this .as files Should I be moving the "Com" folder somewhere better ?
    I'm a relative newbie to AIR so I appologise for my ignorance. All I want is a way to get access to the x y and z values from the Gyroscope.
    Many Thanks
    Gary

    Remove the gyroscope folder. The only file you need is Binaries/Gyroscope.ane.
    If you are using Flash CS6 link to the ane file not the swc file in the publish settings.
    Also remove the line: import com.adobe.nativeExtensions.GyroscopeIntervalValue.
    Sample code that you can use is in the file Eg/src/Eg.mxml.

  • How do debug AIR for iOS

    Hello,
    I've bought Flash Professional CS6 almost an year ago and I'm trying to debug an app that crashes in iOS devices.
    What is the best way to do this?
    I would use Adobe Scout but it doesn't exist anymore as a trial since Adobe introduced Creative Cloud.
    Please help me?
    Thanks

    Are you using the option for "Quick publishing for device testing" upon export to test your app? Then it will stay connected to Flash as you use it on your device and give you relevant debugging information.
    What is going on in your app around the time it crashes? Are you using any device capabilities (camera, etc), accessing the filesystem, using the net, etc?
    What OS are you on? You can test your apps in simulator with instruments running if you're on Mac OSX which can show you a complex but deep heap shot but you should know some obj-c to make good use of it because it names the libraries in use.

  • Debug/Run for iOS simulator and Retina iPad

    Even in the latest beta 2 releates, the dropdown for "Default Device" includes "iPad", "iPhone", "iPhone (Retina)" but does not include "iPad Retina".  Seems like adding the "iPad Retina" woud be a matter of passing the correct flag to the iOS Simulator and should be quick and easy?  When can we expect this?

    Hi ,
    Its a valid request. Please log an Enhancement request using the below link.
    http://bugs.adobe.com/jira/login.jsp
    Meanwhile you can try this workaround:
    1.Open iOS simulator.
    2.Choose Hardware->device from iOS simualator menu to the device on which you want to test your application.
    3.Launch your application on iOS simulator from the Flash Builder.(Selecting the device on Flash Builder has no effect if the simulator is already running).
    Thanks,
    Sanjay

  • Problems with Itunes 11.1 for IOS 7 for Iphone 5

    Hi. At september 20th, I download Itunes 11.1 but this softwrare not allowed synchronize my music and apps with my Iphone. When it stars to synchronize only go to step 5 until it says "Waiting for you to realize all the changes" but nothing happens. Actually I am using Itools. However I am not sure that it´s fine because itunes does not recognize the Iphone's information. Hep me please. What can I do?

    Ok, just figured out how to get rid of AMDS... go to control panel...click on AMDS....choose REPAIR ,let it run through. if you see IGNORE pop up, hit it...it asked me 3 times i hit ignore 3 times. when it is done, go back now and choose to UNINSTALL it. this worked for me.....still cant download itunes though

  • Here is a tool to easily package a swf for AIR 2.6!

    Hi all,
    I have written a win32 app to compile your swf for iOS using AIR 2.6.
    It basically is a replacement for the iPhone settings in CS5.
    It means you don't have to use the command line ADT or compile scripts, and it writes the app descriptor XML for you.
    It is not quite ready yet (it works, but I haven't implemented launch screens yet).
    If there is interest from people here I will finish it and make it available for free.
    Android support is on the way too.
    No Mac version unfortunately.
    Anyone interested?

    That is fantastic work, BarakHarel
    My tool can be found here: http://www.pixelthismobile.com/blog/3/04/2011/adt-helper-tool
    Unfortunately I am unable to edit the original post with the updated details. 
    ADTHelper works very similar to BarakHarels tool, but is perhaps a little more polished (sorry BarakHarel, no offence intended).  For example:
    - You can set all options (like your AIR directory) by browsing for them
    - Image previews for icons and launch screens
    - Auto-create/resize all icons from a single 512 pixel icon
    - Auto-incrementing build number
    - Advanced options (Status bar style, Display res, etc)
    Instructions:
    - Download http://www.pixelthismobile.com/blog/3/04/2011/adt-helper-tool
    - Unzip to a folder
    - Run the exe (no need to install)
    - Browse for your AIR directory
    - Like the tool in CS5, browse for all your other required files and select your options
    - Hit [Compile for iOS]
    - A new folder is created next to your swf
    - All icons, images, swf and otehr files are copies here
    - Once the ADT finishes, the IPA is also here
    There are still some problems I am working on.  Here is a list of unsupported features that are coming soon!
    - Launch screens aren't working 100% yet
    - URL schemes not implemented yet
    - Debug IP not supported yet
    - Capabiliy limiting (WiFi, GPS, Front-facing camera etc) not yet implemented
    - Android support coming soon
    Feedback welcome

  • Problem in loading secondary swf

    Hi,
    I am trying load a font as swf for IOS application.i tried load to it from both application directory and application storage directory.but it always throws the following error.
    Fast debuging mode everything works fine.
    Air Sdk 3.8
    Flash Builder 4.7
    swf version 20
    Error 3747: Multiple application domains are not supported on the operating system.
    Code i used to load the swf.
    var context:LoaderContext = new LoaderContext(false, ApplicationDomain.currentDomain,null);
    var loader:Loader = new Loader();
    loader.contentLoaderInfo.addEventListener(Event.COMPLETE, fontLoadComplete);
    loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);
    var strPath:String = "assets/fonts/font.swf"
    var urlReq: URLRequest = new URLRequest();
    urlReq = strPath;
    loader.load(urlReq, context);
    please correct me if i am doing any thing wrong in loading swf with as3 code.
    Regards,
    Saravanan

    Hi Nimit,
    Sorry for late reply.
    Actually problem is in my side.I am loading two swfs one with code in side another without code.
    I used loader content for only swf containing code inside but both the swfs requires to specify the loader content to same application domain.
    Its working fine after set the loader content to both swfs.
    sorry for trouble and thanks for the response.
    Regards,
    Saravanan.G

Maybe you are looking for

  • Can't save attachments to selected folder

    I've just started using BT Yahoo email, as my LiveMail is kaput, and I find I can't download an attachment to a selected folder. When I click on the file, I'm given merely the generic option to 'Save to computer'. (See screen shot.) This just sends t

  • Doc. Curr change in MIRO - Urgent

    Hi all of you We have 3 vendors one is for Material , Freight and Customs house in  one P.O.. We have configured to create 3 invoices at a time with ref to P.O (GR based Invoice with respect to PO) My client is 100% EOU so that most of the cases will

  • SYNCING is a big pain!

    Im havign such a hard time syncing things and very dissapointed with the iphone in this regard, my Droid handled it A LOT better! I'm trying to sync all my iphone stuff to my ipad 1. Contacts - tried so many things and always data would get changed o

  • CIN condition types in ecc 6.0

    Hi Gud morning what are the standard condition types in ecc 6.0 education cess secondary education cess Murli

  • Concept of unbound cursors.....

    Can anybody explain to me the concept of unbound cursors in PL/SQL? null