私たちはcordovaを使用してiosアプリケーションを作成しました。プッシュ通知を送信するためにpushwooshプラグインを使用しました。新しいバージョンをインストールした後、我々はプロジェクトを構築することができません。私たちは、この問題を解決する方法を、ノードのバージョン4.4.7しなさい助けをコルドバのバージョン5.2.0を使用しているエラーpushwoosh通知プラグインをインストールした後、iordのビルドに失敗しました
The following build commands failed:
CpResource www/plugins/com.pushwoosh.plugins.pushwoosh/www/PushNotification.js build/emulator/ITCPapyra.app/PushNotification.js
(1 failure)
Error code 65 for command: xcodebuild with args: -xcconfig,/Users/apple/ITCPapyra/platforms/ios/cordova/build-debug.xcconfig,-project,ITCPapyra.xcodeproj,ARCHS=i386,-target,ITCPapyra,-configuration,Debug,-sdk,iphonesimulator,build,VALID_ARCHS=i386,CONFIGURATION_BUILD_DIR=/Users/apple/ITCPapyra/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/apple/ITCPapyra/platforms/ios/build/sharedpch
ERROR building one of the platforms: Error: /Users/apple/ITCPapyra/platforms/ios/cordova/build: Command failed with exit code 2
You may not have the required environment or OS to build this project
Error: /Users/apple/ITCPapyra/platforms/ios/cordova/build: Command failed with exit code 2
at ChildProcess.whenDone (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:139:23)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:827:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
の下に取得している
cordova build ios
をインストールした後
cordova plugin add [email protected]
プロジェクトの成功を築くことができます。
ビルドに使用しているXcodeのバージョンは? – e666
Xcode 8.0を使用しています –