An App ID with Identifier 'com.example.app.extention' is not available. Please enter a different string

前端 未结 15 770
一整个雨季
一整个雨季 2020-12-05 10:00

I have tried to add extensions to my iOS app, both a today extension and an Apple Watch app. My app has been completed however when submitting my archive I got the error bas

15条回答
  •  北海茫月
    2020-12-05 10:18

    Xcode to 7.3

    I have encountered this issue when archiving and in my case, downloading all provisioning profiles on preferences cant fix this so I update it.

    Try to check your app's Provisioning Profile on Member Center.

    Go to Developer > Certificate, IDs & Profiles > Provisioning Profiles > All

    Look for your app's Development and Distribution Profile, check if status is Invalid then Edit,

    Modify your profile contents and select the Generate button to save changes

    Finally, Go to Xcode> Preferences > [Apple account] > View Details and Download All to refresh your provisioning profiles

    Clean. Build. Archive. Success ! Hope it helps :)

提交回复
热议问题