Can anybody please help? I am facing problem while running app on iPhone via flash builder

Getting the following error while using ANE file in a test application. Can you please suggest how to launch the app successfully on ios simulator and on ios device?
Error occurred while packaging the application:
I have selected iOS simulator and iOS device in run configurations too. ANE builds fine but when integrated with application it is not running. I have also set certificate and profile. I have used the following command to build ane:
adt -package -target ane Output.ane extension.xml -swc MyLibrary.swc -platform iPhone-ARM -platformoptions platformOptions.xml -C ios . -platform default -C default .
Its urgent. Please help.

This is covered in the basics section.
A restore loses nothing.
A restore does.  If you are using the iphone as designed, then everything should be on your computer.

Similar Messages

  • I am facing a problem in my IPod . it is not detected by computer i tried every possible thing i changed cable i installed new itunes still its not coming up in itunes. can you please help me regarding this problem.

    i am facing a problem in my IPod . it is not detected by computer i tried every possible thing i changed cable i installed new itunes still its not coming up in itunes. can you please help me regarding this problem.

    This is for Windows: http://support.apple.com/kb/TS1538

  • HT201210 My iPhone has crashed and i went to iTunes to restore it and after waiting for it to be restored it said "The iPhone could not be restored. An unknown error occurred (2006). Can anybody please help suggest what i should do now?

    My iPhone has crashed and i went to iTunes to restore it and after waiting for it to be restored it said "The iPhone could not be restored. An unknown error occurred (2006). Can anybody please help suggest what i should do now?

    This error normally appears if you attempted to downgrade or modify your iOS. See here http://support.apple.com/kb/TS3694#error1015

  • Trying to change reset my Apple ID as I can't remember it, however it is sending an email which says invalid link or a list with the option to change password which can't be clicked on? Can anybody please help?

    Trying to change reset my Apple ID as I can't remember it, however it is sending an email which says invalid link or a list with the option to change password which can't be clicked on? Can anybody please help? Going around in circles! Grrrrrrrrrrr

    Is this your machine or the company's?  Machines that came with Snow Leopard or earlier installed come with system and software install disks that can be used to reisntall the iApps that came with the machine orignally. 
    If this is your machine and it came with Snow Leopard or earlier installed the disk will look slimialr to one of these:
    If it is the company's machine see if they have the disks.
    Do a custom install and then use Software Update to update iPhoto to the highest version that is available.

  • Can anybody please help me to find out the link where small co.

    can anybody please help me to find out the link where small companies implementing saps.

    Hi,
         SAP is providing a solution to Small Scale Industries with SMB (Small and Midsize Business) Product for various industries. It's a Pre configured SAP Solution pertaining to a specific industry(like Pharma, Oil..etc) with which the implementation as well as the cost will also decreases.
    Regards,
      Jayaram...

  • Am facing problem while buying app in appstore during payment . Getting message as" your payment is declined"- please help me solve this issue

    am facing problem while buying app in appstore during payment . Getting message as" your payment is declined"- please help me solve this issue

    If your payment method is not accepted, here is the formal Apple guidance on the situation.   iTunes Store: Changing account information

  • I am running Yosemite 10.10.2 on my Macbook Pro. In the game center app I can not access my account. Clicking on the username does not help - it looks like it's stuck. Can anybody please help me? Thanks in advance.

    I am running Yosemite 10.10.2 on my Macbook Pro. In the game center app I can not access my account. Clicking on the username does not help - it looks like it's stuck. Can anybody please help me? Thanks in advance.

    Someone in another section answered this. Thanks.

  • Hi, I tried to change my security questions on the internet. But, for some reason, the button to change them is not there! This is annoying as I have recently bought an iTunes voucher and now I cannot buy any new apps. Can anybody please help me!!

    Hi, I tried to change my security questions on the internet. But, for some reason, the button to change them is not there! This is annoying as I have recently bought an iTunes voucher and now I cannot buy any new apps. Can anybody please help me!!

    Security questions:
    https://discussions.apple.com/docs/DOC-4551

  • My iPhone 4 will not sync my new voice memos from the "Voice Memos" app to my computer. This is frustrating, should not be so hard, can someone please help. I use PC with windows 7 with iPhone version 6.1.3 and iTunes most recent. Thanks.

    My iPhone 4 will not sync my new voice memos from the "Voice Memos" app to my computer. This is frustrating, should not be so hard, can someone please help. I use PC with windows 7 with iPhone version 6.1.3 and iTunes most recent. Thanks.

    In the Music tab of iTunes, do you have 'Include Voice Memos' checked?

  • Hi Experts , I am currently facing problems while running restricted version copy .. The log says 0 location products copied and that the process has has timed out. the error message is /SAPAPO/MVM_INT_SVC_CO_VER_LCW reported exception in task DP00014, th

    Hi Experts , I am currently facing problems while running restricted version copy in sap apo .. The log says 0 location products copied and that the process has timed out. the error message is " /SAPAPO/MVM_INT_SVC_CO_VER_LCW reported exception in task DP00014 " , then ending in time limit exceeded. could anyone explain why this happens. please note even if the log says 0 location products copied , in reality they have have been partially copied.
    Regards
    Jerel

    Hi, thank you for your replies, I found out few things about my servlet, and its portability
    and i have few questions, although i marked this topic as answered i guess its ok to post
    I am using javax.servlet.context.tempdir to store my files in that servletcontext temporary directory. But i dont know how to give hyperlink
    of the modified files to the user for them to download the modified files.
    What i am using to get the tempdir i will paste
    File baseurl = (File)this.getServletContext().getAttribute("javax.servlet.context.tempdir");
    System.out.println(baseurl);
    baseurl = new File(baseurl.getAbsolutePath()+File.separator+"temp"+File.separator+"files");
    baseurl.mkdirs();so i am storing my files in that temp/files folder and the servlet processes them and modifies them, then how to present them as
    links to the user for download ?
    and as the servlet is multithreaded by nature, if my servlet gets 2 different requests with same file names, i guess one of them will be overwritten
    And i want to create unique directory for each request made to the servlet , so file names dont clash.
    one another thing is that i want my servlet to be executed by my <form action> only, I dont want the user to simply type url and trigger the servlet
    Reply A.S.A.P. please..
    Thanks and regards,
    Mihir Pandya

  • CAN ANYBODY PLEASE HELP ME???

    Okay, I'm in this AP Computer Science class where I don't understand ANYTHING and my mom won't take me out of it because she thinks "it will help me in the future"(even though I'm going to be a doctor). So can somebody please help me write a program that simulates a slot machine that outputs three random numbers?? Please and Thank You.

    Why are you using the Scanner? I didn't see anything in your reqiurements about reading user input.
    I see you imported Random, so you know it exists. Did you read its docs?
    http://java.sun.com/j2se/1.5.0/docs/api/java/util/Random.html
    If you don't know the basics of writing a program in Java in general, you'll probably want to look at one or more of these.
    Sun's basic Java tutorial
    Sun's New To Java Center. Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    http://javaalmanac.com. A couple dozen code examples that supplement The Java Developers Almanac.
    jGuru. A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch. To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    Bruce Eckel's Thinking in Java (Available online.)
    Joshua Bloch's Effective Java
    Bert Bates and Kathy Sierra's Head First Java.
    James Gosling's The Java Programming Language. Gosling is
    the creator of Java. It doesn't get much more authoratative than this.

  • I brought a iTunes card and the the code on the back is not there it has faded away can u please help me with this problem

    i brought a iTunes card and the the code on the back is not there it has faded away can u please help me with this problem

    Hi Daniel ...
    Try here > iTunes Store: Invalid, inactive, or illegible codes

  • My CS5 start up splash gets stuck at 'Reading fonts...ABSALOM', can anybody please help

    My CS5 start up splash gets stuck at 'Reading fonts...ABSALOM', can anybody please help

    Fritz,
    You may try the list, especially 4) or 6).
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    If possible/applicable, you should save curent artwork first, of course.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Can someone please help me?  I am having trouble activating my iPhone.

    I attach my iPhone to my computer through the USB and the cradle. iTunes opens fine and it shows my iPhone. When the iPhone window opens I get the following error. We could not complete your iTunes store request. The network connection timed out. Make sure your network settings are correct and your network is active , then try again. Can someone please help me with thin. I have tried to contact apple support but havn't been able to get anyone. If you go to my profile and read my bio there is a link to a site where I sell my concert photographs. My site is www.davextreme.photoreflect.com or my myspace is www.myspace.com/davextreme1. I would be willing to send an 8X10 of any musician you want to anyone who helps me solve this problem.

    "The network connection timed out. Make sure your network settings are correct and your network is active , then try again."
    This is usually the type of message you get when you have NO internet connection. It can also happen if the site that you are trying to contact is experiencing troubles or is just to busy at the time. Are you sure your connection is working properly?

  • Problem while running APPS

    Hi peeps,
    I have problem in running apps, whenever i try it will show:
    http://i.imgur.com/nGc5TEB.png
    Can anyone help me ?
    Thanks

    Hi peeps,
    I have problem in running apps, whenever i try it will show:
    http://i.imgur.com/nGc5TEB.png
    Can anyone help me ?
    Thanks
    any particular app or does this happen with other apps?
    Corsair Carbide 300R with TX850V2
    Asus M5A99FX PRO R2.0 CFX/SLI
    AMD Phenom II 965 C3 Black Edition @ 4.0 GHz
    G.SKILL RipjawsX DDR3-2133 8 GB
    EVGA GTX 660 Ti FTW Signature 2 (GK104 Kepler)
    Asus PA238QR IPS LED HDMI DP 1080p
    ST2000DM001 & Windows 8.1 Professional x64
    Microsoft Wireless Desktop 2000 & Wacom Bamboo CHT470M
    Place your rig specifics into your signature like I have, makes it 100x easier to understand!
    Hardcore Games Legendary is the Only Way to Play!

Maybe you are looking for

  • My Mac Pro has died can I get my Mail onto my Macbook Air?

    My Macbook Pro has died and before I send it for repair I would like to get all my Mails off it onto my Macbook Air. I have both the syatem disc and a Time Machine backup. Is there a utility to do this or anything I need to look out for or make invis

  • JTable column headers not displaying using custom table model

    Hi, I'm attempting to use a custom table model (by extending AbstractTableModel) to display the contents of a data set in a JTable. The table is displaying the data itself correctly but there are no column headers appearing. I have overridden getColu

  • OIM 9 - How do I add a jar to the classpath in WebLogic?

    I have a custom Scheduled Task that I am trying to add and it references a 3rd party library. I placed this 3rd party lib in /ext and restarted the server, but whenever I try to save my new Task, I get a ClassNotFound error for the 3rd party task. I

  • HT1725 Updates from app store are frozen. What do I do ?..

    Tried to get them to work through iTunes by tapping download icon in lower right corner but it just went to iTunes store terms and conditions. So I tapped on that and it took me to here to show me all the legal jargon...I need help ..not the run arou

  • Trying to load Balance several Cisco ISE servers.

    Trying to load Balance several Cisco ISE servers.  For persistence, Cisco recommends using Calling-Station-ID and Framed-IP-address...Session-ID is recommended if load balancer is capable of it.  I have documentation for the Cisco ACE, but using F5 L