Both AIRSDK 13/14 can't debug with iOS simulator !

XCode 5.1.1 / Mac OSX 10.9.2 / iOS Simulator 7.1 or 7.0 or 6
AIRSDK 13/14
all can't debug in iOS Simulator
error message:
Unable to dvtFoundationBundle. Error:

when you debug your ipa, run the application, and it will show the adobe alert
but it did not show on iOS 7.03,iPhone 5s,just crashed
my objective code:
#import "FlashRuntimeExtensions.h"
FREObject tryCall(FREContext ctx, void* funcData, uint32_t argc, FREObject argv[])
    FREObject retStr;
    FRENewObjectFromUTF8(1, (const uint8_t*)"", &retStr);
    return retStr;
void ANEContextInit(void* extData, const uint8_t* ctxType, FREContext ctx, uint32_t* numFunctionsToTest, const FRENamedFunction** functionsToSet)
    *numFunctionsToTest = 1;
    FRENamedFunction* func = (FRENamedFunction*) malloc(sizeof(FRENamedFunction) * *numFunctionsToTest);
    func[0].name = (const uint8_t*) "tryCall";
    func[0].functionData = NULL;
    func[0].function = &tryCall;
    *functionsToSet = func;
void ANEInit(void** extDataToSet, FREContextInitializer * ctxInitializerToSet, FREContextFinalizer * ctxFinalizerToSet)
    *extDataToSet = NULL;
    *ctxInitializerToSet = &ANEContextInit;
i think it just a empty and,what should i do?how can i fix this? thank you

Similar Messages

  • Can't Debug On iOS Simulator Anymore... Why Did You Break It Adobe?

    I see lots of posts on this subject, and I am experiencing the same issue. I fail to see why this change in the SDK was put forth, as it has made development a real pain for iOS. In the AIR SDK 4.0 this worked fine. According to the new method, we are supposed to use an environment variable to control which simulator we want to debug in, but this does not work either when multiple iOS SDKs are installed. If this can be controlled by an environment variable, then why can't it be controlled by a command line option to adt? That would be a much more robust solution versus having to change your OS's environment every time you need to switch simulators.
    Any response from development on why it is this way now?

    Thanks for reporting the issue.
    At our end there is no problem when there are multiple iOS SDKs. We used the following commands:
    Package App :
    adt -package -target ipa-test-interpreter-simulator -storetype <type> -keystore < Certificates > -storepass < password > <.ipa>  <.xml>  <swf> -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk/
    Install App :
    adt -installApp -platform ios -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk -device ios-simulator -package < ipa >
    Launch App :
    adt -launchApp -platform ios -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk -device ios-simulator -appid <APP ID>
    Could you please share the adt packaging, install and launch commands?
    P.S: In case you are using SDK path as: -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator.sdk,
    kindly use the SDK path containing the SDK version eg, If you want to use iOS 8.0 simulator use -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk and in case you want to use iOS 7.1 simulator use -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator7.1.sdk

  • Can't install on iOS simulator with AIR 16 beta

    I'm having trouble testing an app on the simulator with AIR 16 beta SDK. It says "Unable to install the application on iOS Simulator." when I try it.
    This is my iOS Simulator SDK path:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SD Ks/iPhoneSimulator.sdk
    Am I missing something?
    Kevin N.
    BTW, It's a total nightmare every time I have to edit this project because of issues like this. I loose hours of time trying to figure it out every time (granted, I only update the app once or twice a year). Why can't Adobe keep their tool chain working?

    Thanks for reporting the issue.
    At our end there is no problem when there are multiple iOS SDKs. We used the following commands:
    Package App :
    adt -package -target ipa-test-interpreter-simulator -storetype <type> -keystore < Certificates > -storepass < password > <.ipa>  <.xml>  <swf> -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk/
    Install App :
    adt -installApp -platform ios -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk -device ios-simulator -package < ipa >
    Launch App :
    adt -launchApp -platform ios -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk -device ios-simulator -appid <APP ID>
    Could you please share the adt packaging, install and launch commands?
    P.S: In case you are using SDK path as: -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator.sdk,
    kindly use the SDK path containing the SDK version eg, If you want to use iOS 8.0 simulator use -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator8.0.sdk and in case you want to use iOS 7.1 simulator use -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/S DKs/iPhoneSimulator7.1.sdk

  • Flash CC 2014 14.1.0.96 Crashing on attempt to debug in iOS Simulator

    Just like the title says, Flash CC 2014 14.1.0.96 is completely crashing every time I try and debug my project in the iOS simulator via the Debug > Debug Movie > On iOS Simulator command. I have XCode version 6.1 installed. The simulator never opens - Flash crashes while the "Publishing..." progress bar is showing, after about 5 seconds.
    I've tried the following iOS Simulator SDK paths in the Air 14.0 for iOS Publish settings:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SD Ks/iPhoneSimulator.sdk/
    and
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SD Ks/iPhoneSimulator8.1.sdk/
    But both cause Flash CC 2014 to crash completely.
    I should note that Publishing directly to my iPad works properly. Flash only crashes when trying to debug in the simulator.
    The crash generates a rather lengthy error report. Here's the top part of it:
    Process:               Adobe Flash CC 2014 [18187]
    Path:                  /Applications/Adobe Flash CC 2014/Adobe Flash CC 2014.app/Contents/MacOS/Adobe Flash CC 2014
    Identifier:            com.adobe.Adobe Flash CC 2014.application
    Version:               14.1.0 (14.1.0.96)
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Adobe Flash CC 2014 [18187]
    User ID:               501
    Date/Time:             2014-10-30 19:27:03.689 -0400
    OS Version:            Mac OS X 10.10 (14A389)
    Report Version:        11
    Anonymous UUID:        D572A920-72C5-3A81-FC6C-5190EEE5CC54
    Sleep/Wake UUID:       3AAEBF78-CC4E-4B94-8C18-DB6F9F2C1915
    Time Awake Since Boot: 620000 seconds
    Time Since Wake:       330000 seconds
    Crashed Thread:        37
    Exception Type:        EXC_CRASH (SIGABRT)
    Exception Codes:       0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    Performing @selector(dispatchMenuSelection:) from sender DVAMacMenuItem 0x6080000eaa80
    [18187] stack overflow
    If you'd like the full version let me know.
    Please help! Being able to test in the simulator will improve my life exponentially.
    Thanks

    Hi All,
    Thanks for your patience. All the issues related to iOS simulator, XCode 6.x have been fixed in latest release of FlashPro CC 2014 (Build No. 14.2.0.20) which was released yesterday.
    Requesting you to please update and try and let us know if you still face any issues.
    You can update your Flash CC 2014 build by just going to Help>Updates or through Creative Cloud App.
    You can learn more about the update at Flash Professional Help | New features summary
    Rgds,
    Mukesh

  • Code signing issue with iOS simulator during bot integration

    I am integrating bot to run on iOS simulator only not any device but still getting code signing error- No matching codesigning identity found: No codesigning identities(i.e. certificate and private key pairs) code signing is required for product type 'Application' in SDK 'iOS 7.0'
    I have selected only one simulator under specific devices at the time of creating bot.
    Why this is the problem for simulator too.
    I have also tried by checking don't code sign option. But integration still failed with error-
    CodeSign error:code signing is required for product type 'Application' in SDK 'iOS7'>
    How to fix it? Plz help...

    You should probably take this to the developers forum.

  • Can't debug with mac-intel, firefox and FB2

    Here is the message I get when trying to debug:
    <start>
    Failed to connect; session timed out.
    Ensure that:
    1. You compiled your Flash application with debugging on.
    2. You are running the debug version of the Flash Player.
    <end>
    I assume the flash player 9.0.45 does not have a debug
    version for the intel mac. Has anyone got this to work? In the mean
    time, I'll go back to using FB2 on windows (in parallels).

    Was this ever resolved? Because I am having the same problem.
    I can install the flash player debug version but then the flash
    player won't work in the browser AT ALL.
    When I installed FlexBuilder I was told that I didn't have
    sufficient permission to install the debug flash player even though
    I am an Admin on this computer. I have read that because I am not
    the original root user, that this is the problem, but if I install
    using sudo from the command line, the debug will install, but again
    no flash player will work in the browser.

  • Can't debug with gdb - avm2-remote times out

    I'm trying to debug a FlasCC SWF that's loaded by our main SWF, but can't get it working and could use some help and/or advice.
    This is on OS X, Firefox 20, Flash debug player 11.7.700.169
    I put flascc/sdk/usr/bin at the front of my path
    I created /Library/Application Support/Macromedia/mms.cfg and added the line "ScriptStuckTimeout=600"
    I exported FLASCC_GDB_RUNTIME=/Applications/Firefox.app
    I launch gdb, but cannot get it to attach to the loaded SWF. I always get a timeout error:
    $ gdb
    GNU gdb (GDB) 7.3
    Copyright (C) 2011 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
    This is free software: you are free to change and redistribute it.
    There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
    and "show warranty" for details.
    This GDB was configured as "--host=x86_64-apple-darwin10 --target=avm2-elf".
    For bug reporting instructions, please see:
    <http://www.gnu.org/software/gdb/bugs/>.
    (gdb) break main
    No symbol table is loaded.  Use the "file" command.
    Make breakpoint pending on future shared library load? (y or [n]) y
    Breakpoint 1 (main) pending.
    (gdb) run
    Starting program: 
    /xxxxxxx/tools/flascc/1.0.1/sdk/usr/bin/../../usr/share/flascc-run.gdb:1: Error in sourced command file:
    localhost:6666: Operation timed out.
    Looking at flascc-run.gdb, it contains one line:
    target avm2-remote localhost:6666
    So, it seems like something should be listening on port 6666 but isn't? What am I missing here?
    Thanks,
    --brian

    Solved for me
    FlasCC/sdk/usr/bin/g++ -c -g -O0 main.cpp ## additional flags
    FlasCC/sdk/usr/bin/g++ main.o -emit-swf -o main.swf ## additional flags
    changet to
    FlasCC/sdk/usr/bin/g++ -g -O0 main.cpp -emit-swf -o main.swf ## additional flags

  • How can i debug with field(rbkpv-xblnr) wise in MIRO

    Hi Experts,
    i would like to debug field wise, and how can i assign the value in the middle of the debugging for the particular field. please give me the steps.
    thanks in advance.
    Hari

    Hi Hari,
    Use /h to start the debugging.
    use F5 to go single step by step
    double click any of the variable. Then you can change the values.
    Regards
    Arun

  • Can't debug with jbuilder on a remote s1as

    Hi,
    I'm trying to run or debug an application on a remote sun one application server from a jbuilder 8 ee. The thing is that the ide deploys the web application without any problem, but when it doesn't run it, and if you try to debug it, you get this error:
    -- Cannot start Java debug process VM --
    com.sun.jdi.connect.VMStartException: VM initialization failed for: D:\JBuilder8\jdk1.4\bin\java.exe -classpath "D:\Sun\AppServer7\lib\appserv-admin.jar;D:\Sun\AppServer7\lib\appserv-cmp.jar;D:\Sun\AppServer7\lib\appserv-ext.jar;D:\Sun\AppServer7\lib\appserv-jstl.jar;D:\Sun\AppServer7\lib\appserv-rt.jar;D:\Sun\AppServer7\lib\appserv-tags.jar;D:\Sun\AppServer7\lib\jhall.jar;D:\Sun\AppServer7\lib\sun-appserv-ant.jar;d:\JBuilder8\lib\ext\appsrvSUNJB8.jar" -DFILETODEPLOY="D:/pruebas/jbuilder8/pruebasS1AS7/pruebasS1AS.war" com.sun.appserv.jbuilder.server.Main Debug
    In the manual says that this could be caused by the admin server not running, but it is not the case, because it is running, and has just been used to deploy the application.
    If i do the same operation on tomcat, there are no problems.
    Thanks for the help and regards,
    Juan

    In case you need to debug an application on a remote Sun ONE Server Instance. Go to Admin Tool of Sun ONE Application Server 7 and Start Default Server Instance in the Debug Mode. You need to look for port at which Sun ONE debugger has started. For this find the following Entry in server.xml of Default Server instance.
    server.xml is located in config folder in the default server instance folder in that particular domain under the domains directory in <INSTALL_DIR> of Sun ONE Application 7 e.g. if default server instance is server1 in domain1 then server.xml will be located in <INSTALL_DIR>/domains/domain1/server1/config
    <java-config java-home="C:/Appservers/Sun/AppServer7/jdk" server-classpath="C:/Appservers/Sun/AppServer7/lib/appserv-rt.jar; " env-classpath-ignored="true" debug-enabled="true" javac-options="-g" rmic-options="-iiop -poa -alwaysgenerate -keepgenerated -g" debug-options="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1186 -Xnoagent -Djava.compiler=NONE">
    Note the value of address in the debug-options attribute value
    specification. In this example the address is 1186.
    Now in JBuilder Go To Run->
    Configurations and edit Run Time Configuration for your JSP. Go To Debug Tab and Enable Remote Debugging and check Attach Option. In the Host name text field enter the hostname of the Default Server Instance. In the transport select dt_socket from the Type List and in the Address field enter the value of address from the debug-options attribute specified in the server.xml file.
    Now try to Debug the application.
    For more information on Remote Debugging, check out section 5.8.2 Remote Debugging in User Documentation of the Plugin.

  • I can't debug with java studio creator (jsf) :

    when i type F5 occur this message :
    Exception while starting debugger:Cannot connect to remote VM
    Wath can i do ?
    Thank you.

    Hi,
    Can we consider this a duplicate thread of
    http://swforum.sun.com/jive/thread.jspa?threadID=52199&tstart=0
    Thanks,
    Creator Team.

  • Can't debug in IOS 8 simulator

    Hello,
    I've downloaded the new Xcode version 6 GM for Mac OS X 10.9.4 to debug and test my apps for iOS 8. I got the following error, see screenshot below.
    I use Flash Builder 4.7, AIR 15 and the latest Xcode version
    How can i fix it??
    Thnx
    Developer KDApps

    I found a workaround on the forum of Starling Framework: http://forum.starling-framework.org/topic/iphone-6-question
    https://forums.adobe.com/thread/1571152
    I simply used IntelliJ to do the .ipa build, then after the error (but successful .ipa build), used ios-sim with the unzipped Payload/_.app using lines like the following in the command line to launch the app running in the simulator:
    ios-sim launch ../../Payload/_.app --devicetypeid com.apple.CoreSimulator.SimDeviceType.iPhone-6  or  ios-sim launch ../../Payload/_.app --devicetypeid com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus

  • I need an app where I can type documents with iOS 4.3

    I wanted to know if anyone cold tell me an app on the app store preferably free or less than $2.00 that I may download and it requires iOS 4.3 or earlier
         Thank you, Yair Chaya

    Ychaya wrote:
    I downloaded free notes and thanks but I need something like cloud on but that I can use iOS 4.3.3 on my computer gets a virus every time I try to download iTunes so please reply with anoughter app
       Thank you, ychaya
    You're computer gets a virus everytime you download itunes?  Seriously, no, it doesn't. What makes you think it does?
    And you will need to upgrade iOS on teh iPad to get many apps of the type you state you need.

  • Debugging with JDeveloper 2 with JDK 2

    Oracle Jdev team,
    I am running jdeveloper 2 (JDK 1.2), build 343. Whenever I
    attempt to debug an app i get this error dialog:
    Cannot debug project with Target JDK 'java
    version "JDK1.2_JDEVELOPER'", can only debug with Target
    JDK 'java version "1.2"'.
    My Project Properties Target JDK Version is pointing to the java
    1.2 java.exe that came with Jbuilder.
    Path of java.exe
    D:\Tools\JDeveloper20\java1.2\jre\bin\java.exe
    Classpath
    D:\Tools\JDeveloper20\java1.2\jre\lib\rt.jar
    Sourcepath
    [D:\Tools\JDeveloper20\java1.2\src.jar]\src\
    I've attempted to use various 1.2 jdks to get the debugger to
    work, but always with the same version.
    The project began as a JDK 1.2 project (did not attempt to
    switch from a jdk 1.1.x project).
    I;m sure you've seen this before, what am I doing wrong???
    THanks in advance, Peter
    null

    I have the same problem but even wierder.
    When I try to debug my project JDeveloper says
    Cannot debug project with Target JDK 'java version
    "JDK1.1.7_JDeveloper'", can only debug with Target JDK 'java
    version "1.1.8'".
    I do indeed have such a Target JDK defined, but I have not
    compiled anything in the current project with that. In fact I
    haven't switched JDKs at all in this project, nor in this
    workspace.
    What gives?
    Markus Burle (guest) wrote:
    : JDeveloper Team (guest) wrote:
    : : Hi
    : : JDeveloper allows to use different JDK's but the debugger
    only
    : : works with JDK's that come with JDeveloper. If you are
    pointing
    : : to a JDK outside it will still work but the debugger will be
    : : disabled.
    : : regards
    : : raghu
    : The original poster (see below, marked with an X) IS using the
    : JDK that comes with JDeveloper. I'm also using it and have the
    : same problem.
    : Markus
    : : Peter (guest) wrote:
    : : : Oracle Jdev team,
    : : : I am running jdeveloper 2 (JDK 1.2), build 343. Whenever I
    : : : attempt to debug an app i get this error dialog:
    : X : Cannot debug project with Target JDK 'java
    : X : version "JDK1.2_JDEVELOPER'", can only debug with Target
    : X : JDK 'java version "1.2"'.
    : X : My Project Properties Target JDK Version is pointing to
    the
    : X java
    : X : 1.2 java.exe that came with Jbuilder.
    : : : Path of java.exe
    : : : D:\Tools\JDeveloper20\java1.2\jre\bin\java.exe
    : : : Classpath
    : : : D:\Tools\JDeveloper20\java1.2\jre\lib\rt.jar
    : : : Sourcepath
    : : : [D:\Tools\JDeveloper20\java1.2\src.jar]\src\
    : : : I've attempted to use various 1.2 jdks to get the debugger
    to
    : : : work, but always with the same version.
    : : : The project began as a JDK 1.2 project (did not attempt to
    : : : switch from a jdk 1.1.x project).
    : : : I;m sure you've seen this before, what am I doing wrong???
    : : : THanks in advance, Peter
    null

  • HT4972 can a 3GS iphone be updated with iOS 4 or iOS 5 software?

    I have a 3GS phone and would like to know if It can be updated with ios 4 or ios 5 software.
    Thanks!

    Yes, the iPhone 3GS can be updated to the current software iOS 6.1.4.
    UPDATE - It might be 6.1.3 ... I don't remember.  But anyway, you either update all the way or not at all.

  • DANG! What's with iOS 7.1 and Wallpaper?

    >_<  OK, I love to put my own pictures on my iPad wallpaper. iOS 7 messed this up with being unable to scale and position anything except Apple's wallpapers. So I actually got an app (Wallax, used to work pretty good) to take care of the scaling so I could use my own pictures again.
    Now, with 7.1, the Wallax app is broken, and I don't think it's their fault. Apple seems to have changed the rules out from under them... again.
    C'mon, Apple, why can't you just let us put up our own dang pictures, scale 'em however we want, put black around the edges if you need to, and let us get on with customizing OUR DEVICES? People have been customizing phone and computer wallpaper for DECADES. We LIKE to be able to do this! What's your problem?
    Having gotten that off my chest, does anyone out there have a workaround for this latest Apple paternalistic disaster?
    Sandra Lakin (the Silver Dragon, breathing flame.)

    I just found this on the frontline support site, I believe my question has been answered:
    Important Notice
    iOS Devices
    Apple has made a change to the PushMagic or UnlockToken values in that they may differ in size to previous values. This can cause issues with iOS devices being able to connect to the Afaria server as the current database field size is not adequate to facilitate the variable length of this value.
    Apple has made a change to the PushMagic or UnlockToken values in that they may differ in size to previous values. This can cause issues with iOS devices being able to connect to the Afaria server as the current database field size is not adequate to facilitate the variable length of this value.
    There is an Apple issue that we have found in our testing that occurs when iOS devices are enrolled. This issue fails a check when the enrollment payload is inspected and the signing cannot be read. SAP believes Apple will fix this issue prior to iOS 7.1 being released but we are working on a patch that will address this issue shortly in case the fix does not make the iOS 7.1 GA release.
    Afaria will be providing a patch to address this issue that increases the size of the database column from 2K to 6K to accommodate this change.
    This issue is resolved in Service Pack 3 Hot Fix 39 and Service Pack 4 Hot Fix 3. Available now.

Maybe you are looking for

  • BT Infinity Problem and Atrocious Service

    Hi everyone, first time poster, registered last week, hope someone can help me. I've had BT Infinity since it arrived in my area last year, I was previously a very happy BE subscriber, but switched to BT when FTTC came to my area. All has gone well w

  • External Drive Limit?

    I'm running into issues with connected external drives that I'm hoping someone will have some suggestions. I have been running my late 2007 2.6 GHz MacBook Pro for a year and a half with 3 external Firewire drives, 2 of which are virtually always in

  • How can i load a gif animation in Flex 1.5?

    I used to use <mx:Image> control to load a static gif file.Now i have a gif file that is dynamic(I mean that it has animation).But when i use the <mx:Image> control, it has no animation, just static images.Which control should i use ? thanks in advan

  • Errors when writing metadata to files on Windows Server

    Good day! I have an iMac running OSX 10.9 (Maverick) and Lightroom 5.2. My catalog is on the local iMac drive, and the images are on SMB shared drive (handled by Windows 2012 server). I decided to do the final layout of my album using InDesign, and f

  • Transfering iPhoto Library via DVD

    Hello! I searched long and hard before posting this, but I couldn't find a good answer. I bought a new macbook and I want to put the iPhoto '08 library from my iMac on it. I burned the events to a couple DVDs and imported them on the macbook, but the