Missing Provisioning Profile :Apps must contain a provisioning profile in a file named embedded.mobileprovision

后端 未结 6 1064
渐次进展
渐次进展 2020-12-24 00:40

App is already submitted to App Store from xcode-9 and now I have to update new version.But now xcode is updated i.e.xcode 10.During Validating it shows \'Apps must contain

6条回答
  •  心在旅途
    2020-12-24 01:10

    I tried to clear out the provisioning profiles and none of it did help. What changed from the previous XCode version to this one is the build system. By changing your build system back to the legacy one, this was resolved for me.

    You can switch out the build system under file > workspace settings (or project settings) and then select Legacy Build System under Build System (see screenshot).

    Good luck!

    Edit: As of cordovo iOS 5.0.0 the new build system is now supported. Changelog can be found over here: https://cordova.apache.org/announcements/2019/02/09/cordova-ios-release-5.0.0.html

提交回复
热议问题