IOS support for Flash Builder 4.5.1

I am getting the following message when I try to export a releae build to iOS using Flash Builder 4.5.1:
     This platform is not currently supported for Flex Mobile projects
I have tried running the update again and gives me the update was successful message, but I still don't have iOS support.
I did update using the Eclipse updater and was unable to open Flash Builder, but since resolved that issue. I wonder if I need to reinstall Flash Builder and reapply the update or if there is an easier fix.

I just created a project with Adobe Launchpad (http://labs.adobe.com/technologies/airlaunchpad/), and it looked like I setup all the options for iOS, but when I go to run configurations and try and deploy to an iOS device I'm getting the same problem: "This platform is not currently supported for Flex Mobile projects"
Anyone know why?

Similar Messages

  • AIR for Apple iOS Support in Flash Builder is not installed.

    I've written an application in Flash Builder and I'm now attempting to get it running on an iPad.
    I am running on a Mac (OSX 10.6.7)
    I have FB 4.5 installed and downloaded the separate 4.5.1 update file successfully updated FB to 4.5.1.
    I have downloaded and installed AIR 2.7.
    I have downloaded and installed the AIR sdk.
    I have an iOS developer account and have created my developer certificatn p12 file, created an Apple Id for my application and a provisioning profile.
    I created a new "ActionScript Mobile Project" for my application and enabled the Apple iOS platform.
    I have entered my certificate and provisioning information into FB.
    I created a "Debug Configuration" for my project.
    When I run my debug configuration, I am prompted for my Certificate Password (which I enter).
    I then receive a pop-up message with the following error:
    "AIR for Apple iOS Support in Flash Builder is not installed. To enable packaging support for Apple iOS follow these instructions."
    The link for the instructions links to the following knowledge base article:
    http://kb2.adobe.com/cps/899/cpsid_89938.html
    I have Flash Builder as a part of the CS5.5 Web Premium (on DVD), which does not appear to have a "AIR for Apple iOS Support" option during the FB installation.
    So I followed the manual installation steps provided (although copying the described folders to my sdks/4.5.1 folder (rather than the sdks/4.5 folder).
    However, doing the above did not resolve the issue. I still get the same error message as before.
    Has anyone else encountered this issue, or have any suggestions on how to resolve it?
    Thanks in advance.

    In case anyone else runs into this issue:
    This problem was solved in this other thread in the Adobe AIR Installation Issues forums:
    http://forums.adobe.com/thread/867868?tstart=0
    Craig.

  • The version of iOS on does not match any of the versions of iOS supported for development with this installation of the iOS SDK

    Getting this error message as of this morning: The version of iOS on “iPad” does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK. I've downloaded the latest SDK and gone through the usual turn off and turn on again for iPad and computer, removed and reinstalled the iPad from Organizer and have no idea how to make apps build now. I was prompted to update the iphone too but there's no way I'm updating it if this issue can't be resolved.

    Okay these are the steps I took to solve the problem - they may not be the right ones for you but they've solved the problem and saved time hunting for some other solution. Firstly I changed my MAC system to Lion with the £20 download, then I deleted the old Xcode and installed the new version that is app based and doesn't support Snow Leopard, then all was well. I can now update my xcode via the app which is quicker and more logical and can update my iPhone rather than chug along avoiding updates as I need to update my existing apps on the app store and upload a new one.

  • Starting iOS development with Flash Builder 4.6

    Hi guys,
    I want to start iOS development with Flash Builder 4.6. I have iPad 2 with iOS 6 installed (latest version available).
    I was following this tutorial step by step: http://help.adobe.com/en_US/flex/mobileapps/WS064a3073e805330f6c6abf312e7545f65e-8000.html #WSe4e4b720da9dedb5-27e02e9a12ee20e4a60-7fff
    As a part of it I also did this:
    Convert a developer certificate into a P12 file - http://help.adobe.com/en_US/as3/iphone/WS144092a96ffef7cc-371badff126abc17b1f-7fff.html
    Installed AIR SDK version 3.4.0.2540 as for 4.5 (I have 4.6) - http://helpx.adobe.com/flash-builder/kb/error-run-debug-deploy-ios.html
    I try Now I am getting the follwoing errors:
    Error occurred while packaging the application:
    SDK is missing file /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib/AIRInterpreter
    Error occurred while packaging the application:
    SDK is missing file /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/bin/ld64/i686-apple-darwin9-ld64
    Required files are missing indeed. But where can I find them if AIR SDK doesn't have them? What should I do now?

    All the files in lib/aot/ are part of the AIR sdk.
    You'll have to overlay the AIR sdk on top of the Flex SDK (which comes with FlashBuilder).
    On windows, simply copy-paste the AIR folder on the Flex SDK folder. (merge the two folders)
    On mac, use a command line and ditto the AIR sdk folder on Flex SDK folder.

  • Can I install Coldfusion Builder as a plugin for Flash Builder?

    I already have a licensed copy of Flash Builder 4.x installed, trying to install ColdFusion Builder as a plugin for Flash Builder. When I installed CFB, I selected install as a eclipse plugin and entered the path to the FB directory. Now I can't figure out how to invoke/add the CFB plugin in FB..
    Thanks in advance

    You should have uninstalled rather than simply deleting CFB 2 plugins manually .
    Please do the following  to fix it now. (If you have used Uninstaller to uninstall that would have cleaned all these things ):
    Take a backup and delete the file: /Library/Application Support/Adobe/Uninstall/{b8c666c3-1efd-11b2-bf3c-e04be4b2b610}.db
    And you will be able to install CFB as plugin to Eclipse now.
    Thanks,
    Krishna

  • Need help for flash builder

    i need help for flash builder 4 and papervison 3d. I need to create a slider with it ranges of value from 10 to 50 to adjust the camera values for the camera.fov and also need to create it for the yaw of the object from 0 to 360. I try to look for any slider event and classes in this program but cant find any, btw, i need to use the AS only project file.
    here is my codes:
    can you please tell me how i should modify the codes?
    package
        import flash.display.BitmapData;
        import flash.display.Sprite;
        import flash.events.Event;
        import org.papervision3d.materials.BitmapFileMaterial;
        import org.papervision3d.materials.BitmapMaterial;
        import org.papervision3d.objects.primitives.Sphere;
        import org.papervision3d.view.BasicView;
        [SWF (width="800", height="600", backgroundColor="0x000000",frameRate="30")]
        public class EarthBitmap extends BasicView
            private var sphere:Sphere;
            public function EarthBitmap()
                super(800 , 600);
                var earthmaterial:BitmapFileMaterial = new BitmapFileMaterial("../assets/Earth.jpg");
                sphere = new Sphere(earthmaterial,100,20,18);
                camera.fov = 25;
                scene.addChild(sphere);
                addEventListener(Event.ENTER_FRAME,rotateSphere);
            public function rotateSphere(evt:Event):void
                sphere.yaw(0.2);
                singleRender();

    Turn the click handler into a full on separate function. Then store all the views in an array and use Math.rand() to randomly choose one.
    Something like this:
    <fx:Script>
         <![CDATA[
              var questionsArray:Array = {question2,question3,question5,questionRed,questionGeography};
              function buttonClickHandler(event:MouseEvent){
                   var randomProblem:int = Math.floor(Math.random()*(questionsArray.length));     //generates a random integer between 0 and the total number of questions in the array (arrays are 0-based)
                   navigator.pushView(questionsArray[randomProblem]);
         ]]>
    </fx:Script>
    <s:Button id="randomProblemButton" label="Next Problem" click="buttonClickHandler(event)" />
    Haven't tested that, but something along that line should work

  • Flash Panels for Flash Builder?

    Hi,
    It would be great if Flex Developers can create their own Flash Panels for Flash Builder. Photoshop and Flash CS4 has this feature, why not Flash Builder?
    Mariush T.
    http://mariusht.com/blog/

    Andre:
    Hi. I'm trying to do the same thing (create custom xmp panels) and I'm having miserable luck following the XMP Fileinfo SDK.
    I've installed Flash Builder 4. I've installed Apache Ant. Dumped the appropriate .jar file in the plugins section. Downloaded the AntView plugin and installed that and then created the MySample example.
    It runs fine as a web application from FB and it appears to publish correctly (creating a .swf file in the target bin and writing it all out to the proper location in the Adobe xmp custom panels folder) but when I access the File Info screen in an Adobe product, I get a tab with MySample but the dc field doesn't show up.
    I assumed it was a Flash trust file issue and created one, but it still doesn't work. I'm getting no errors and I've tried this a dozen times with the same results.
    Was there some step that I missed that you see by any chance?
    Thanks.
    --jon

  • Offline Documentation for Flash Builder 4?

    Is there a way for me to have an offline documentation for Flash Builder 4? The reason is because I'm not constantly online and bewing new to Flex and Flash Builder altogether, I'm always at a loss whenever I'm trying to achieve something which is why an offline documentation would come really really handy! Note that the unit where I develop with Flash Builder doesn't have an internet connection so I can't update the local documentation via the internet.
    Thanks much for those who'd answer...

    Hi,
    I can help answer. There are a couple of ways to get the Flash Builder 4 docs for offline use:
    The Community Help app downloads the Help packages to your desktop, and provides an option to view them offline. Go to Edit > Preferences, and set Display Local Help Content Only to Yes. Note that you need to be connected to the Internet once to completely download the Help packages. And, any new updates to the doc will not be available unless you go online again.
    You can download a PDF copy of the Using Flash Builder book from: http://help.adobe.com/en_US/flashbuilder/using/flashbuilder_4_help.pdf
    and the Accessing Data with Adobe Flex 4 book from: http://help.adobe.com/en_US/Flex/4.0/AccessingData/flex_4_accessingdata.pdf
    You can also download the entire Flex 4 and FB 4 documentation as a ZIP file from: http://www.adobe.com/go/learn_flex4_alldocumentation_en
    Hope this helps,
    Mallika
    Flex doc team

  • What to do now that Adobe ended support for Flash Player 10.3?

    Adobe ended support for Flash Player 10.3 on July 9. Downloads are no longer available anywhere that I can find. Adobe says 11.7 is now the "extended release" version. Since 10.3 has been the only solution when the latest Flash Player version won't work with Firefox, what do we do now? I have tested every Flash Player release after 10.3, and each starts crashing repeatedly after 24 hours. Each time, retreat to 10.3 was the only solution. The other suggestions in Firefox help don't work. I uninstalled 10.3 a few days ago to test 11.8 - the latest. It doesn't work with Firefox. Now I could only install 11.7. It hasn't failed yet, but it probably will tomorrow.
    If Flash Player 11.8 and 11.7 don't work, and 10.3 is unavailable, what can we do?

    You can check for problems with current Flash plugin versions and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in the Flash plugin (Flash 11.3+ on Windows Vista and later)
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting
    *http://helpx.adobe.com/flash-player/kb/flash-player-113-crash-mozilla.html
    *http://www.adobe.com/special/products/flashplayer/fp_distribution3.html
    *http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html

  • Overlay AIR 3.3 sdk for Flash Builder on Snow Leopard

    The AIR 3.3 sdk is now a DMG, used to be a .tbz2 zip file, and there is no merge capabilities with Snow Leopard..
    How can I overlay AIR 3.3 sdk for Flash Builder 4.6 on Snow Leopard 10.6.8?
    Also I may have Lion soon so can you provide steps for FB overlay of the DMG on OSX 10.7?
    Many thanks.
    PS.I am dumbfounded there is no documentation on this by Adobe release after release? For OSX users there is an old Adobe KB article that I can't find anymore, there is a youtube video (http://www.youtube.com/watch?v=S118mZjln3I) I recommend, and a post most mac/FB users use (http://jeffwinder.blogspot.com.au/2011/09/installing-adobe-air-3-sdk-in-flash.html) and none of them remind you to use sudo before the terminal command..

    Thanks eran1976 here is the OSX 10.6.8 process that worked for me:
    1. open the 3.3 sdk DMG and copy all the files into a new emty folder called say AIR33SDK or whatever in your sdks directory
    2. asuming your current Flash Builder sdk with air3.2 or older is called 4.6.0, open terminal and run:
    3. sudo cp -Rp /Applications/Adobe\ Flash\ Builder\ 4.6/sdks/AIR33SDK/ /Applications/Adobe\ Flash\ Builder\ 4.6/sdks/4.6.0/
    4. you can now delete AIR33SDK folder if you wish
    5. open Flash Builder and change any existing project xml application files to 3.3
    5. remember to backup your 4.6.0 folder first

  • To Bentley Wolfe, Adobe, re: Locked [ADOBE FYI] : Getting Support for Flash Player 10 and Issue Tracking post

    Hi Bentley,
    I wanted to tell you that an important link you posted does
    not work and says "Sorry, this page is not available".
    It is in your post entitled "Locked [ADOBE FYI] : Getting
    Support for Flash Player 10 and Issue Tracking post", and is at
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfmforumid=44&catid=184&threadid= 1400586&enterthread=y.
    The link that is non-functional is "If you have issues
    installing Flash Player 10, first troubleshoot your issues using
    http://www.adobe.com/support/flashplayer.
    Read the technotes, do some testing.".
    I just wanted you to know, since you have gone to all of the
    effort of posting it. I apologize for having to start a new thread,
    but I was unable to post to your thread, since it is locked and
    read-only.
    This is the issue I am dealing with myself, and desperately
    need help with. :)
    Thank you so very much,
    Karen

    Hi Bentley,
    I just noticed something. The link that I pasted, to your
    post, does not work either. I noticed why, however, and it seems to
    be why the link in your original page does not work, and why the
    link in my post that goes to your post does not work.
    It seems to be that if a link has a period after it (i.e., if
    it is at the end of a sentence), the period is incorrectly included
    in the "real" link. Somehow, whatever mechanism that processes the
    post has a mini bug in it.
    If you go to the link that is results in "Sorry, this page is
    not available", and look up into the browser address bar, you will
    see the period there each time.
    I just thought that I would point this out, too, so that the
    web techs in charge of the workings of the forums could look into
    it.
    Here is the original link, without a period after it, to your
    original page.
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=44&catid=184&threadid =1400586&enterthread=y
    Thank you again,
    Karen

  • Professional support for Flash plugin

    Is there anyway to get professional support for Flash plugin on Firefox?  Been suffering from constant crashes on every PC I use for several years.  Standard suggestions like going to old version don't help.  Thanks!

    Adobe does not offer technical support for free products.  This user-to-user forum is provided for your convenience, and the staff and volunteers that monitor it will try to help as a courtesy.

  • Problem while installing LiveCycle Mosaic ES2 Plugin for Flash Builder 4

    I am trying to work on Live Cycle Mosaic 9.5 and I have downloaded FlashBuilder 4 and trying to configure the mosaic plugin "LiveCycle Mosaic ES2 Plugin for Flash Builder 4" in Flash Builder as per following directions given on adobe site:
         "Add the following two update sites via Window > Preferences > Install/Update > Available Software Sites (names below are suggested/optional):
    Name: Galileo Location: http://download.eclipse.org/releases/galileo/
    Name: RIA Tooling Location: select the LiveCycle Mosaic ES2 Plugin for Flash Builder 4 ZIP file.
    Install RIA Tooling Feature: In Help > Install New Software, choose ("Work with") RIA Tooling Site.
    Select and install Adobe LiveCycle RIA Tooling."
    But I am getting the following error:
    "Cannot complete the install because one or more required items could not be found.
      Software being installed: Mosaic Tooling Feature 9.5.0.0-20100629-2-241916 (com.adobe.livecycle.ria.tooling.feature.feature.group 9.5.0.0-20100629-2-241916)
      Missing requirement: Adobe LiveCycle RIA Tooling Mosaic Core_UI 9.5.0.0-20100629-2-241916 (com.adobe.livecycle.ria.tooling.mosaic.core_ui 9.5.0.0-20100629-2-241916) requires 'bundle org.eclipse.wst.sse.ui 1.1.0' but it could not be found
      Cannot satisfy dependency:
        From: Mosaic Tooling Feature 9.5.0.0-20100629-2-241916 (com.adobe.livecycle.ria.tooling.feature.feature.group 9.5.0.0-20100629-2-241916)
        To: com.adobe.livecycle.ria.tooling.mosaic.core_ui [9.5.0.0-20100629-2-241916]"
    Please, suggest me how can I solve this problem to configure mosaic plugin on flash builder 4.

    I think that in addition to adding the dependency on the galileo HTTP location the instructions should also advise you to 'check for updates'.

  • Need granite ds plug in for flash builder

    Need granite ds plug in for flash builder

    I'm not getting granite ds plug in for flash builder, can someone give me path of that?
    I also want flash builder plug in for eclipse , I'm also not getting this.
    I'm using eclipse galilio

  • Support for Flash?

    Does anyone know if Quicktime will support playback of Flash (.swf) files again anytime soon? I keep waiting for Flash support to return to Quicktime, but it's been over a year now.
    I have a ton of Keynote presentations that are going to become completely obsolete unless support for Flash is reintroduced to Quicktime.
    I downgraded my Quicktime Player to 7.2 (as far as I can tell that was the last update that allowed you to enable Flash playback), but I realize this is not a workable solution forever.
    Is there another solution other than running 7.2? Are there any third party programs that allow Flash playback within Quicktime? I've looked but haven't discovered any. Am I just missing some obvious solution?

    According to this post from the Keynote group, you can turn on flash w/in QT.
    Alas I don't see that option — having said that I looked at mime types and legacy encoders and nada, but oddly when I went to check the QT version in the "About Quicktime" (accessed via the *System Preferences*) it cycles thru various codecs and "Macromedia Flash Player" is one of them... guess it doesn't access anymore. :o(
    {quote:title=http://discussions.apple.com/thread.jspa?messageID=9070834&#9070834:}{quote}
    Quote:
    Re: Does Keynote Import Flash SWF Files?
    Posted: Feb 27, 2009 8:40 AM in response to: Scot Walker
    Reply Email
    To have Keynote accept and play Flash files go:
    Apple Menu > System Preferences > QuickTime > Advanced > check Enable Flash
    Peter
    Aluminium iMac 24" 2.8Ghz Mac OS X (10.5.6)

Maybe you are looking for

  • Page numbers in page panel don't match current page numbers

    Hi all, I have been working with InDesign for a decade now and never had this problem. I created a document in InDesign CS 5.5, very simple and with consecutive pages, no sections etc. My page numbers show up correctly on my spreads. BUT, for some re

  • Adobe Acrobat hangs when opening PDFs even after reinstall

    Hello, I have 2 new Dell systems that are having issues with Adobe Acrobat.  When opening PDFs, either from an email attachement or file from our server, there is a brief hang that lasts 10-15 seconds, during which Acrobat is unresponsive however the

  • Importing problems

    Hello, After importing my movie from my mini dv camera through firewire, it imports it but when it comes to the thumbnails, it says it takes 181 minutes to do so and then crashes. And when I log back onto iMovie, it runs very slow and eventually cras

  • Fill Variable from other variable

    Hi all, I 'm using a characteristic structure in my BEX report. It has two selection. In one selection I 'm using a variable. In second selection I want to use a variable that get data  from the firt one.I mean I want to fill a variable from the othe

  • Program too large

    Hi, I am using Forms Developer 6.o and i encountered a "program too large" error on one of my program units. How can I resolve this? Does the size pertain to the number of commands used or the lines used in the program units? Thanks