psy*_*cho 6 xcode ionic-framework azure-devops azure-pipelines
我有一个离子v1应用程序,我试图使用Visual Studio Team Services构建定义创建应用程序的Android和ios版本.该应用程序为ios和android构建.我现在遇到了应用程序的Xcode IOS构建问题.
ionic cordova build ios --release
Run Code Online (Sandbox Code Playgroud)
上面的命令创建了ios平台以及xcode项目和工作区文件.
然后我有以下VSTS XCode任务来尝试为ios应用程序构建ipa文件.

我创建了p12证书和配置文件,并将它们添加到项目中.运行构建定义时都会传递这两个.
这是我的Xcode构建配置
此时构建定义失败,出现以下错误
Code Signing Error: App has conflicting provisioning settings. App 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.
Run Code Online (Sandbox Code Playgroud)
和
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.1'
Run Code Online (Sandbox Code Playgroud)
在毫无乐趣地尝试了手动和自动签名之后,我终于通过一些小的调整让它可以工作。
| 归档时间: |
|
| 查看次数: |
1752 次 |
| 最近记录: |