当我运行时ionic run ios --device
,构建失败,几天前工作正常,现在我收到了这个错误,如何解决它,我搜索了解决方案,但没有一个对我有用.
以下是错误
=== BUILD TARGET SoftApp OF PROJECT SoftApp WITH CONFIGURATION Debug ===
Check dependencies
Signing for "SoftApp" requires a development team. Select a development team in the project editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.1'
** BUILD FAILED **
The following build commands failed:
Check dependencies
(1 failure)
Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/amitabhs/Projects/SoftApp/SoftAppcc/Mobile/SoftAppIonic_cc/platforms/ios/cordova/build-debug.xcconfig,-project,SoftApp.xcodeproj,ARCHS=armv7 arm64,-target,SoftApp,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=/Users/amitabhs/Projects/SoftApp/SoftAppcc/Mobile/SoftAppIonic_cc/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/amitabhs/Projects/SoftApp/SoftAppcc/Mobile/SoftAppIonic_cc/platforms/ios/build/sharedpch
Run Code Online (Sandbox Code Playgroud)
我试过卸载并重新安装IOS,cordova和离子,没有任何帮助
这是我的配置:
Your system information:
Cordova CLI: 6.3.1 …Run Code Online (Sandbox Code Playgroud)