打包上线的ios版本app;
总是报错一下的:
xcode build 开始
xcodebuild -sdk iphoneos8.1 -project 安装包制作目录Pandora.xcodeproj TARGETED_DEVICE_FAMILY="1,2"
Build settings from command line:
SDKROOT = iphoneos8.1
TARGETED_DEVICE_FAMILY = 1,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 (“ehome”) has an AppID of “com.smarlova.ehome” which does not match your bundle identifier “ehome”.
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)
梁liang (作者)
有这种可能,谢了
2015-11-21 18:25