NSK
NSK
  • 发布:2016-03-18 16:53
  • 更新:2016-03-18 17:27
  • 阅读:2161

ios一直打包失败是什么鬼

分类:HBuilder
xcode build 开始  

xcodebuild -sdk iphoneos9.1 -project 安装包制作目录Pandora.xcodeproj TARGETED_DEVICE_FAMILY="1,2"  
Build settings from command line:  
    SDKROOT = iphoneos9.1  
    TARGETED_DEVICE_FAMILY = 1,2  

=== BUILD TARGET Pandora OF PROJECT Pandora WITH THE DEFAULT CONFIGURATION (Release) ===  

Check dependencies  
Code Sign error: No codesigning identities found: No codesigning identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“starProfileDistribution”) were found.  

 BUILD FAILED   

The following build commands failed:  
    Check dependencies  
(1 failure)  

上面是错误信息。

appid和p12文件、mobileprovision文件已经重复生成好几次了。还是这样。。。求解释啊

2016-03-18 16:53 负责人:无 分享
已邀请:
BoredApe

BoredApe - 有问题就会有答案。

  • NSK (作者)

    那个我也看过了,也对比了好几次。但是就是一直失败,生成的密钥应该没有问题,windows下可以导入。但是就是提示失败

    2016-03-18 17:07

  • BoredApe

    完整的错误日志上传下

    2016-03-18 17:13

  • NSK (作者)

    回复 BoredApe:在下面回复了

    2016-03-18 17:28

NSK

NSK (作者)

xcode build 开始

xcodebuild -sdk iphoneos9.1 -project 安装包制作目录Pandora.xcodeproj TARGETED_DEVICE_FAMILY="1,2"
Build settings from command line:
SDKROOT = iphoneos9.1
TARGETED_DEVICE_FAMILY = 1,2

=== BUILD TARGET Pandora OF PROJECT Pandora WITH THE DEFAULT CONFIGURATION (Release) ===

Check dependencies
Code Sign error: No codesigning identities found: No codesigning identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“starProfileDistribution”) were found.

BUILD FAILED

The following build commands failed:
Check dependencies
(1 failure)

该问题目前已经被锁定, 无法添加新回复