ios - ngCordova demo application build failed -


i trying build the demo app of ngcordova.

cordova platform add ios cordova run ios 

but build failed following error messages.

the following build commands failed:
compilec build/ngcordova\

demo.build/debug-iphonesimulator/ngcordova\ demo.build/objects-normal/i386/applicationpreferences.o ngcordova\ demo/plugins/com.simonmacdonald.prefs/applicationpreferences.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure)

error running 1 or more of platforms: error code 65 for

command: xcodebuild args: -xcconfig,/users/westhigh/github/demo/platforms/ios/cordova/build-debug.xcconfig,-project,ngcordova demo.xcodeproj,archs=i386,-target,ngcordova demo,-configuration,debug,-sdk,iphonesimulator,build,valid_archs=i386,configuration_build_dir=/users/westhigh/github/demo/platforms/ios/build/emulator,shared_precomps_dir=/users/westhigh/github/demo/platforms/ios/build/sharedpch


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -