Xcode iOS organizer submit to app store yields “The archive is invalid” error

前端 未结 21 1377
萌比男神i
萌比男神i 2021-01-01 18:35

I just switched from Xcode 3 to 4. When I attempt to upload an app that I have archived to the organizer, I receive this error:

The archive is invalid

21条回答
  •  时光取名叫无心
    2021-01-01 18:45

    Never try to submit using apps you built using beta SDKs as your base SDK.

    I got rid of this problem by uninstalling all developer tools with the below command

    sudo /Developer/Library/uninstall-devtools --mode=all

    and then restarted my system and installed that latest non-beta version of XCode and non-beta iOS SDK.

提交回复
热议问题