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

后端 未结 6 1051
渐次进展
渐次进展 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:14

    If running/building from the CLI, use this command to use the legacy build system instead of the new one

    cordova build ios --buildFlag="-UseModernBuildSystem=0"
    

提交回复
热议问题