Error delivering iOS App update. “This bundle is invalid. Apple is not currently accepting applications built with this version of the SDK.”

ⅰ亾dé卋堺 提交于 2019-11-28 13:30:41

From the February 1st you can use only XCode 5.X and iOS7 SDK to create apps for the AppStore. Double check that you compiled your app with the correct XCode/SDK.

Information about this: https://developer.apple.com/news/?id=12172013a

I was hoping your suggestion works but I got the error despite using Air 4.0 SDK. I didn't get this error when I uploaded it to the App Store a few days ago (I was already using Air 4.0 then). Does it really mean that Apple has limited development to using Xcode?

EDIT:

Updating to Air 4.0 SDK does work! But make sure what you have is Air 4.0 SDK for Flex Developers

For Flex users with the same error message: you have to download the AIR 4.0 SDK beta from Adobe Lab: http://labs.adobe.com/downloads/air.html (for me, it was SDK for Flex, Mac) Then extract it (sudo tar jxvf air4-0_sdk_sa_mac.tbz2) and overlay it with the Flex SDK as explain in: http://www.247sw.ca/installing-flash-builder-4-7-and-air-3-5-for-windows-and-mac

Publishing to the AppStore is OK after that.

I was facing the same issue, i updated the Air 4.0 SDK, and it works fine! Make sure to update Air 4.0 SDK for Flex Developers. Please set xmlns="http://ns.adobe.com/air/application/14.0" inside --app.xml configuration file.

You can download the latest sdk from http://labs.adobe.com/downloads/air.html.

I ran into the same issue, however in my case, the reason was because I had the latest Xcode beta for iOS 8 on my computer. Event I built from Xcode 5.1.1 GUI, the beta compiler was picked. Had to move beta to trash first to make a build for the store.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!