Flex 4.6.0 Problem: "This bundle is invalid. New apps and app updates submitted to the App Store...”
Uploading my .ipa file using Application Loader after a long day figuring out the proper way of building .ipa for Distribution (refer previous post)
when suddenly...
“This bundle is invalid. New apps and app updates submitted to the App Store must be built with the latest version of Xcode 5 and must be optimized for iOS 7” - Apple, as of Feb 1st
Updating to Air 4.0 SDK does the trick! But make sure what you have is Air 4.0 SDK for Flex Developers. Seems so obvious... But no, ok!
Updating Flex SDKs on Mac is a pain, too! Below list the steps I should take for any replacements.
Download from http://labs.adobe.com/downloads/air.html
Be sure to download the Developers (all the way at the bottom), please!Â
Open Finder >Â /Applications/Adobe Flash Builder 4.7/sdks/4.6.0
Open Finder >Â /Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722
Drop the downloaded SDK file into both places (don't uncompress it!)
Open terminal and "cd <first folder>", then "sudo tar jxvf <compressed file>"
Repeat Step 6 for the other folder
This is the proper way to overlay my existing SDK with the new one. Merely copy and pasting won't work. Seriously... stupid!
Technology makes (my) life so difficult despite what is intended.




















