|
本人刚接触WeX5没几天,现在遇到了一点小问题想请教各位大神!! 我电脑是window7的 ,用WeX5利用模式4打包了公司现成的一个项目,打包Android版的时候很顺利就过了。现在要打包一个IOS版的,因为公司没有MAC系统的电脑所以我装了个虚拟机,也从论坛那下载了该有的配置文件,因为IOS需要证书,我们也已经申请了但是还没有批下来,所以老板找人借了个证书,导出的时候是和我的应用包名一样的!!现在遇到错误代码如下:
=== BUILD TARGET OF PROJECT WITH CONFIGURATION Release ===
Check dependencies
Code Sign error: No matching provisioning profiles found: No provisioning profiles matching an applicable signing identity were found.
** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)
ERROR building one of the platforms: Error: /Volumes/X5/WeX5/model/Native/百家金钥匙/build/src/platforms/ios/cordova/build: Command failed with exit code 2
You may not have the required environment or OS to build this project
Error code 65 for command: xcodebuild with args: -xcconfig,/Volumes/X5/WeX5/model/Native/百家金钥匙/build/src/platforms/ios/cordova/build-release.xcconfig,-project,百家金钥匙.xcodeproj,ARCHS=armv7 arm64,-target,百家金钥匙,-configuration,Release,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=/Volumes/X5/WeX5/model/Native/百家金钥匙/build/src/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Volumes/X5/WeX5/model/Native/百家金钥匙/build/src/platforms/ios/build/sharedpch
Error: /Volumes/X5/WeX5/model/Native/百家金钥匙/build/src/platforms/ios/cordova/build: Command failed with exit code 2
****ERROR****: 子任务 "exec" 执行失败。
****ERROR****: 任务 "buildIOS" 执行失败。
****ERROR****: 执行出错:
****ERROR****: 错误信息: exec returned: 1
****ERROR****: 如不能确定具体问题,可参考常见问题: http://bbs.wex5.com/thread-82002-1-1.html |
|