我刚刚购买了苹果开发者许可证,这是我第一次为iOS构建发布版本。
我尝试按照这篇文章http://ionicframework.com/docs/v1/guide/publishing.html
Apple网站上的所有内容都很好,直到运行ionic cordova build ios --release
并达到错误(最后附加)的步骤为止。
疑难解答操作:
我尝试在xcode中打开项目:转到签名 - >取消勾选“自动管理签名” - >签署(发布) - >选择团队 - >将“iOS Distribution”分配给签名证书 - >在终端中运行ionic cordova build ios --release
,但仍然失败并出现相同的错误。
如何解决此问题?
xxx has conflicting provisioning settings. xxx is automatically signed for development, but a
conflicting code signing identity iPhone Distribution has been manually specified. Set the code signing identity
value to "iPhone Developer" in the build settings editor, or switch to manual signing in the project editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.3'