|
本人新手,刚学wex5,跟着视频学打包捕鱼项目,但是安卓可以打包成功,ios却一直打包失败,本人用的是mac版本的wex5_V3.5. xcode用的是8.0版本
错误日志如下:
=== BUILD TARGET OF PROJECT WITH CONFIGURATION Debug ===
Check dependencies
Signing for "捕鱼" requires a development team. Select a development team in the project editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.0'
ERROR building one of the platforms: Error: /Users/huangzehe/Desktop/WeX5_V3.5-mac/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
** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)
Error code 65 for command: xcodebuild with args: -xcconfig,/Users/huangzehe/Desktop/WeX5_V3.5-mac/model/Native/捕鱼/build/src/platforms/ios/cordova/build-debug.xcconfig,-project,捕鱼.xcodeproj,ARCHS=armv7 arm64,-target,捕鱼,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=/Users/huangzehe/Desktop/WeX5_V3.5-mac/model/Native/捕鱼/build/src/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/huangzehe/Desktop/WeX5_V3.5-mac/model/Native/捕鱼/build/src/platforms/ios/build/sharedpch
Error: /Users/huangzehe/Desktop/WeX5_V3.5-mac/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 |
|