IOS在线打包前几天还没问题 在打包提示31015编译错误.. 大佬们知道这是什么问题吗..
xcode build 开始
xcodebuild -sdk iphoneos11.2 -project 安装包制作目录Pandora.xcodeproj TARGETED_DEVICE_FAMILY=\"1\"
Build settings from command line:
SDKROOT = iphoneos11.2
TARGETED_DEVICE_FAMILY = 1
=== BUILD TARGET Pandora OF PROJECT Pandora WITH THE DEFAULT CONFIGURATION (Release) ===
Check dependencies
Code Signing Error: Signing certificate is invalid. Signing certificate \"iPhone Distribution: ************** Co., Ltd. (*********)\", serial number \"*********************\", is not valid for code signing. It may have been revoked or expired.
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.2'
** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)
BuildConfigure Failed 31015 编译错误
ESullivan (作者)
先检查一下签名证书是否过期吧。也有可能是打包服务器的波动。我的是证书的问题。
2019-03-05 10:21