tiansc
tiansc
  • 发布:2015-04-13 14:16
  • 更新:2015-04-13 17:12
  • 阅读:1907

ios打包失败,求帮助

分类:HBuilder

直接生成一个HTML5工程,打包安卓程序可以,但是打包IOS程序出现以下错误:

xcode build 开始

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

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

Check dependencies
Code Sign error: Provisioning profile does not match bundle identifier: The provisioning profile specified in your build settings (“brightwaytest”) has an AppID of “brightway.testone” which does not match your bundle identifier “bbrightwaytestone”.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.1'

BUILD FAILED

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

2015-04-13 14:16 负责人:无 分享
已邀请:
DCloud_IOS_XTY

DCloud_IOS_XTY

provisioning profile 中的appid 要和info.plist中Bundle identifier一致

  • tiansc (作者)

    我是用的云端APP打包,没有找到Bundle identifier在那儿设置?

    2015-04-13 15:30

tiansc

tiansc (作者)

我是用的云端APP打包,没有找到Bundle identifier在那儿设置?

DCloud_IOS_XTY

DCloud_IOS_XTY

云端打包就是hb中appid

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