xcodebuild code sign failing with unknown error

我的未来我决定 提交于 2019-12-24 21:08:21

问题


xcodebuild archive -workspace **** -configuration Release -scheme **** -archivePath ****

The above shell command is ending with a codesign error below. I have checked the presence of relevant provisioning profiles and certificates in the system. Any help is greatly appreciated.

/usr/bin/codesign --force --sign 513C0AFCECE1080F30CC63A1EC79CF25211727EA --entitlements /Users/****/Library/Developer/Xcode/DerivedData/****-avloytojkryrlfcniwothqvllyzi/Build/Intermediates.noindex/ArchiveIntermediates/****/IntermediateBuildFilesPath/****.build/Release-iphoneos/****.build/****.appex.xcent --timestamp=none /Users/****/Library/Developer/Xcode/DerivedData/****-avloytojkryrlfcniwothqvllyzi/Build/Intermediates.noindex/ArchiveIntermediates/****/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/****.appex /Users/****/Library/Developer/Xcode/DerivedData/****-avloytojkryrlfcniwothqvllyzi/Build/Intermediates.noindex/ArchiveIntermediates/****/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/****.appex: unknown error -1=ffffffffffffffff Command /usr/bin/codesign failed with exit code 1

来源:https://stackoverflow.com/questions/48296751/xcodebuild-code-sign-failing-with-unknown-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!