Problem debugging for ios

Hello,
I've followed all the instructions to deploy a flash builder mobile project to ios device, but when I start the debug the process stops at 57%, stands by and doesn't go further.
I tried to reinstall the SDK and flash builder, I tried to re-create the apple certificates, I even tried to debug an empty project but the result is the same.
Can anyone help me?
Steven

tremmy wrote:
I am building with AIR 4.0 using IntelliJ IDEA... I get the following when I try to build for iOS iPad doing a debug build and using iOS7.1 SDK without fast packaging.
Exception in thread "main" java.lang.Error: Unable to find named traits public::e
I have seen this error on the forums in many variations (i.e. different Classes) -- They all 'seem' to relate to being unable to resolve to a specific Class? And some have resolved the issue by specifying the class path (not sure where, but it has been accepted as an answer).
My question is -- what the hell is public::e?
Here is the full error:
Exception in thread "main" java.lang.Error: Unable to find named traits: public::e
  at adobe.abc.Domain.resolveTypeName(Domain.java:232)
  at adobe.abc.Domain.resolveTypeName(Domain.java:149)
  at adobe.abc.GlobalOptimizer.sccp_eval(GlobalOptimizer.java:6775)
  at adobe.abc.GlobalOptimizer$SccpContext.commit(GlobalOptimizer.java:4448)
  at adobe.abc.GlobalOptimizer.sccp_modify(GlobalOptimizer.java:5919)
  at adobe.abc.GlobalOptimizer.sccp_modify(GlobalOptimizer.java:4781)
  at adobe.abc.GlobalOptimizer.sccp(GlobalOptimizer.java:4753)
  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.GOAOTCompiler.convertAbcToLlvmBitcodeImpl(GOAOTCompiler.java:243)
  at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:85)
Compilation failed while executing : ADT

Similar Messages

  • Hellcat: USB debugging for iOS?

    Hi,
    Anyone know if Flash CS7 will feature USB debugging for iOS?
    Sure could be useful. Having a heck of a time troubleshooting internet connectivity right now. Suppose I could look into going back to command line compile, but support in CS7 would sure be helpful...
    Thanks.

    it's available in Flash Pro CS6 now via the Air for OS settings panel and via the Air for Android settings panel.  no command line needed.  just check the box and publish to the usb connected device. 
    it works flawlessly for me.
    i've agreed to an adobe nda so i can't comment about the next Flash Pro release.
    and, i don't use Flash Builder so i just don't know about its current or planned capabilities.

  • 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

  • AIR Debug Launcher Closes on Button Click in AIR for iOS test fla

    Hi,
    I'm working with a Flash CS5.5 AIR for iOS fla using AIR 3.0. Test Movie ---> AIR Debug Launcher (Desktop) worked as expected for a couple of weeks then suddenly began to malfunction. The debug launcher fires up correctly but anytime a button is clicked in the test movie, it closes (but does not shut down completely). I don't know if I've selected something by accident but I can't get it to stop. No problems testing in Flash Professional using an ordinary AS3 fla. Any ideas?
    Thanks!

    Relaxatraja, thanks for trying to help me with this. I've tried testing for Android and for iOS... here's an example of a mobile code snippet that doesn't work in the AIR debug launcher for a contact_mc button I've made.
    Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;
    contact_mc.addEventListener(TouchEvent.TOUCH_BEGIN, fl_TouchBeginHandler);
    contact_mc.addEventListener(TouchEvent.TOUCH_END, fl_TouchEndHandler);
    var fl_DragBounds:Rectangle = new Rectangle(0, 0, stage.stageWidth, stage.stageHeight);
    function fl_TouchBeginHandler(event:TouchEvent):void
    event.target.startTouchDrag(event.touchPointID, false, fl_DragBounds);
    function fl_TouchEndHandler(event:TouchEvent):void
    event.target.stopTouchDrag(event.touchPointID);
    Am I missing something? Do I need to import classes? Can I only test Multitouch and gestures on an actual device?
    Thanks

  • Problem with GarageBand for iOS 6/7 Iphone 3gs / 4

    Problem with GarageBand for iOS 6/7 Iphone 3gs / 4
    Hello,
    On February 16, bought the GarageBand for iOS which was free and so I find and install it on my 3GS .
    Take the demo: Curtain Call Demo
    and within the instruments :
    audio Recorder
    Sampler
    Smart Drums
    Smart Strings
    Smart Bass
    Smart Keyboard
    Smart Guitar
    Keyboard
    Drums
    Guitar Amp
    1.4.1 is the latest version for ios 6.
    Configure my AppleID on a Iphone 4 and install the program , the version I have the Iphone 4 is the orange ( different from 3gs ) icon and put it on the AppStore : ios 2.0.1 for ios7.
    With these instruments :
    audio Recorder
    Sampler ( to download the instrument )
    Smart Drums ( to download the instrument )
    Smart Strings (Download the instrument )
    Smart Bass ( to download the instrument )
    Smart Keyboard ( to download the instrument )
    Smart Guitar
    Keyboard
    Drums
    Guitar Amp ( to download the instrument )
    and if I give what I need to restore tells me if I bought it I did not restore anything and tells me to buy :
    Complete collection of GarageBand instruments and sound at a price of : € 4.49
    As they are 2 different versions ? More than anything I say because I have to pay for the instruments in the 2.0.1 version of the Iphone 4 ... ?
    And besides not wearing demo Demo Curtain Call : (
    GarageBand 1.x If you are upgrading it using iTunes on a Mac or PC, you can restore the original collection of instruments and sounds. There is no need to buy this collection. Press "You've already purchased?" When displayed on iPhone, iPad or iPod touch.
    this puts on the AppStore but I have tried to restore as I wrote above, and does not work. There is nothing to restore.
    regards

    I've been having the same problem. However, I believe my problem is due to the 3G issues I've been having. I don't have internet access even when the 3G symbol appears, so probably my iphone keeps trying to connect to the network and has its battery drained! Have you been having the same issue?

  • With my i phone 4 , the Push notifications doesn't work for apps like (fb viber , whatsapp etc ) it only works for the official apps like message  even when im using the phone, has  this probleme with the iOs 6.0.1 and also with the iOs 6.1

    With my i phone 4 , the Push notifications doesn't work for apps like (fb viber , whatsapp etc ) it only works for the official apps like message  even when im using the phone, has  this probleme with the iOs 6.0.1 and also with the iOs 6.1

    This isn't an issue. Notice the screen prior to the one that shows usage has an iCloud section and a Manage Storage button. For this button to activate ios needs to download a few kb from icloud. Switching back to this screen forces ios to download those few kb.

  • There is no option to reject an incoming call in locked screen, there must be an icon on the screen for one who don't want to use lock button several times, i did'nt face this problem in last ios 6.1.3.

    There is no option to reject an incoming call in locked screen, there must be an icon on the screen for one who don't want to use lock button several times, i did'nt face this problem in last ios 6.1.3.

    A good read. Have you done anything at all to resolve your problem. Reset? Restore?
    By the way - "your products"... nobody here produced the iPhone, we are all just users. Apple is not here.

  • 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

  • Problem when compiling for IOS

    Hello to all guys, before today i compiled my little app for ios easely but from this morning i'm having this error using AIR 3.8:
    however i can install my app on my iphone5 with no problems but i'm scared for this message
    p.s. before using AIR 3.8(version 3.7) i had this problem and another like PIE error but with AIR 3.8 the PIE error disappeared

    up

  • Jabber-config for IOS devices - Set_Status_Inactive_Timeout option \ chat problem

    Is there any possibility to change Set_Status_Inactive_Timeout for IOS clients to 60 min or to disable it with jabber-config.xml file? I've changed Set_Status_Inactive_Timeout option but int take no effect. After user log in to device the Set_Status_Inactive_Timeout is default 15 min (even after jabber reset).
    The main goal is to set this timeout by jabber-config but not users. And the main problem is that the user that goes inactive and is in active chat don't receive messages from other participants of chat any more (simply leaves it).
    maybe persistent chat can save the situation but our CUMP (v 9.1.1) can not implement this option.
    CUCM v. 9.1.2
    Jabber IOS Ipad v. 10.5.2

    After contacting Cisco TAC no solution to this problem was provided they said "" As of now we don’t have this timer, Set_Status_Inactive_Timeout, yet supported on IPad". So maybe later they will provide this function in updated app.

  • Problem with downloading iOS 5 for iPad 2

    I face problem while downloading iOS 5.0.1 for iPad 2. First, I have upgraded the latest version of iTune and followed the onscreen instruction for downloading iOS 5.0.1 already. However, when the downloading process continues about half an hour, I get the following message: "There was a problem downloading the software for the iPad. The network connection timed out. Make sure your network settings are correct and your network connection is active, or try again later." I try to verify and see that there is nothing wrong with my network connection. Then what should I do to get iOS 5.0.1?

    Have you a firewall or anti virus software enabled? If so, disable it temporarily.

  • HT5278 im having a problem downloading updates for iOS 5.1.1 is been for months now it cuts out everytime

    im having a problem downloading updates for iOS 5.1.1 is been for months now it cuts out everytime

    Are you updating under Settings > General > Software Update, or using iTunes on a computer?

  • I have problem with my ipad3. I could not downgrade for ios 6.0.1 to 5.1.1. It was alarm code 3194. can u help me?, I have problem with my ipad3. I could not downgrade for ios 6.0.1 to 5.1.1. It was alarm code 3194. can u help me? Thanks...

    I have problem with my ipad3. I could not downgrade for ios 6.0.1 to 5.1.1. It was alarm code 3194. can u help me?, I have problem with my ipad3. I could not downgrade for ios 6.0.1 to 5.1.1. It was alarm code 3194. can u help me? Thanks...

    Apple does not support downgrading iOS levels.

  • HitTestObject problem in AIR for iOS

    I've been creating a game in Flash for a while now, and I never ran into a problem with the hitTestObject function I use for simple collision detection while making the swf version of the game. I recently started compiling it with AIR for iOS, and now hitTestObject returns true once in a while when it should clearly be false. I've traced the x, y, width, and height properties of the hit boxes that are being compared and and they aren't even close sometimes when hitTestObject returns true.
    Could this be a bug with AIR for iOS or do I need to change something else when switching from Flash Player to AIR?

    Hi,
    I tried hitTestObject inside the handler for MOUSE_UP event and it works consistently for me. Where are you testing for hitTestObject in your example? Could you please file a bug at http://bugbase.adobe.com with your sources?
    Thanks,
    Sanika

  • How do you get USB debugging for AIR iOS working?

    How do you get USB debugging for AIR iOS working?
    Here is my current configuration:
    Flash Builder 4.6
    Flex 4.6.0 (build 23201) with AIR 3.3 Beta and Flash 11.3 Beta playerglobal.swc (both merged in to the current Flex build)
    Flex 4.6 release: http://www.adobe.com/devnet/flex/flex-sdk-download.html
    AIR 11.3 Beta: http://labs.adobe.com/technologies/flashplatformruntimes/air3-3/
    Flash Player 11.3 Beta: http://labs.adobe.com/downloads/flashplayer11-3.html
    I read through the Flash Player 11.3 and AIR 3.3 release notes (http://labsdownload.adobe.com/pub/labs/flashplatformruntimes/shared/air3-3_flashplayer11-3 _p1_releasenotes.pdf) and this is all that is stated:
    USB debugging for AIR iOS iOS developer can now connect directly? to the desktop via USB to debug mobile applications.
    Every other feature seems to have a description of how to accomplish it other than USB debugging for AIR iOS.
    Anyone else get this working?
    The main reason I want to get this working is because our IT department is very strict on our firewalls and it is relatively hard to open the required ports to debug on our own devices through the network.

    I've found one way of doing it using command-line on Windows.  I'm sure someone will make it easier by building it into something like a FlashDevelop template soon.
    Steps are...
    1. Add a "-listen 7936" param to the packager.  Something like, "adt -package -target -debug-interpreter .... -listen 7936". Install IPA on device.
    2. Find out the handle of your iOS device by running "lib\aot\idb\idb -devices".  In my case it is "2". Will look something like...
    List of attached devices
    Handle    UUID
        2    {your UUID here}
    3. Forward the local_port to the remote_port for the device_handle.  Something like "lib\aot\idb\idb -forward 7936 7936 2".
    4. Start Flash Debugger in another command prompt from your FlexSDK directory.  Something like "flexsdk\bin\fdb -p 7936".
    5. Run your app.
    6. Type the "(fdb) run" command in the debug command line.
    7. May need to type "(fdb) continue".
    Hope that helps.

Maybe you are looking for

  • Adding subtitles in Premiere Elements 13

    How do I add subtitles/closed captioning (for the hard of hearing) into my video using Premiere Elements 13?

  • Zen 7 Verify not populating Macro values

    This is Zen 7 on XP SP2. This deals with using values under MSI> Properties that enter values into the MSI installs into the Registry or INI files. On the initial install the values are installed as intended. However, if the AO "Verify" is selected,

  • File Info behavior changed?

    In CS3, when I wanted to add keywords or copy them to enter into another file's keywords, I could copy and paste. In CS4 I am not able to do that and have to enter keywords by hand. Is there a preference I have missed that would change this behavior?

  • Deleted Word doc from Ipad. Any way to recover?

    I was working on a document and accidentally hit the delete button. It's gone. Any way to recover the doc?

  • Cross Platform HTML Email Questions

    Hi, I am creating new html emails from within dreamweaver for use in a service like constant contact. The service I use is COMF5. They have a rudimentary (but nice) WSYIWYG editor so I am giving it a whirl in Dreamweaver. I first made the mistake of