Azure devops react本机ios构建失败,出现一般错误65



我的react本机构建在iOS xcode构建mac上失败。。。

管道错误:

▸ Check Dependencies
** BUILD FAILED **

The following build commands failed:
Check dependencies
(1 failure)
##[error]Error: /usr/bin/xcodebuild failed with return code: 65

如何知道哪些依赖关系受到影响?

不详细,或系统日志我可以看到更多信息

通常,错误65可能表示签名过程存在问题。在某些情况下,可以使用manual签名选项来解决此问题。手动签名需要设置配置文件id。

signingOption: 'manual'
provisioningProfileUuid: ***

https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/build/xcode?view=azure-devops

最新更新