Can xcodebuild manage automatic signing?

后端 未结 9 1823
青春惊慌失措
青春惊慌失措 2021-01-31 15:41

SUMMARY:

If you open a project in Xcode 8 with \"Automatically manage signing\" enabled and a new bundle ID, it will automatically create and download a

9条回答
  •  天命终不由人
    2021-01-31 16:02

    This isn't directly supported in Xcode 8. In Xcode 9, however, you can pass -allowProvisioningUpdates to xcodebuild and automatic signing will work just as in the Xcode UI, without needing any additional tools.

    e.g. cordova run ios --buildFlag="-allowProvisioningUpdates"

提交回复
热议问题