私はiosを組み立てようとしています。私は、コマンドを実行すると、「イオンコルドバIOSを構築する」次のエラーを取得しています:"ionic cordova build ios"が動作しない
1 error generated.
1 error generated.
** BUILD FAILED **
The following build commands failed:
CompileC /Users/nirajviveksheel/Library/Developer/Xcode/DerivedData/MyApp-fjclxmuyhnzdcjfcpayfrfancqwm/Build/Intermediates/MyApp.build/Debug-iphonesimulator/MyApp.build/Objects-normal/x86_64/GCDWebServerDataRequest.o MyApp/Plugins/cordova-plugin-ionic-webview/GCDWebServerDataRequest.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/nirajviveksheel/Desktop/ionictest/myApp/platforms/ios/cordova/build-debug.xcconfig,-workspace,MyApp.xcworkspace,-scheme,MyApp,-configuration,Debug,-sdk,iphonesimulator,-destination,platform=iOS Simulator,name=iPhone 6s Plus,build,CONFIGURATION_BUILD_DIR=/Users/nirajviveksheel/Desktop/ionictest/myApp/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/nirajviveksheel/Desktop/ionictest/myApp/platforms/ios/build/sharedpch
[ERROR] An error occurred while running cordova build ios (exit code 1).
--verboseと同じコマンドを実行し、イオンコードバーのようにビルドios --verbose多分出力があります。 –
ここに解決策を確認してくださいhttps://forum.ionicframework.com/t/run-build-always-fails-with-exit-code-1-even-on-success/90359/8 –
プロジェクトの作業領域を開いて実行してみてください(iosプラットフォームのxcodeワークスペースファイル)を実行してエラーが発生したかどうかを確認してください –