我在Windows机器上开发了一款应用程序(适用于Android)。
我也想要适用于iOS的App。所以我安装了Xcode,node.js和cordova。
当我在模拟器上运行我的应用程序时没有错误。
当我使用命令cordova run ios --device
在设备上运行App时,出现以下错误:
Check dependencies
Signing for "HelloCordova" requires a development team. Select a development team in the project editor.
Code signing is required for product type 'Application' in SDK 'iOS 10.2'
** ARCHIVE FAILED **
The following build commands failed:
Check dependencies
(1 failure)
Error: Error code 65 for command: xcodebuild with args: -
xcconfig,/Users/milkogrieger/Woow2/platforms/ios/cordova/build-
debug.xcconfig,- workspace,HelloCordova.xcworkspace,-scheme,HelloCordova,-
configuration,Debug,-
destination,generic/platform=iOS,-
archivePath,HelloCordova.xcarchive,archive,CONFIGURATION_BUILD_DIR=/Users/milkogri
eger/Woow2/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/milkogrieger/Woow2/platforms/ios/build/sharedpch
我找到了以下解决方案并尝试了它们:
但错误仍然存在。
我希望有人可以帮助我
由于