我目前正在开展一个很好的Cordova项目。这是为Android和Windows端完成的,但我在iOS上运行时遇到了问题。
我安装了所有程序以在iOS上运行离子,因为它在空白项目下正常运行。
我尝试构建我的项目,但是在parsepushplugin上完成了一些错误。
这是错误:
** BUILD FAILED **
The following build commands failed:
CompileC build/APP.build/Debug-iphonesimulator/APP.build/Objects-normal/i386/CDVParsePlugin.o APP/Plugins/com.phonegap.parsepushplugin/CDVParsePlugin.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/APP.build/Debug-iphonesimulator/APP.build/Objects-normal/i386/AppDelegate.o APP/Classes/AppDelegate.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(2 failures)
Error code 65 for command: xcodebuild with args: -xcconfig,/Users/Aron/Documents/Stage/APP/platforms/ios/cordova/build-debug.xcconfig,-project,APP.xcodeproj,ARCHS=i386,-target,APP,-configuration,Debug,-sdk,iphonesimulator,build,VALID_ARCHS=i386,CONFIGURATION_BUILD_DIR=/Users/Aron/Documents/Stage/APP/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/Aron/Documents/Stage/APP/platforms/ios/build/sharedpch
ERROR building one of the platforms: Error: /Users/Aron/Documents/Stage/APP/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/Aron/Documents/Stage/APP/platforms/ios/cordova/build: Command failed with exit code 2
我希望你们能帮帮我。
非常感谢。