Hi Team,
Today I started to learn Ionic for hybrid mobile application. Am trying to set up the environment on my Mac OS X. I installed Node-js, npm, cordova and created one sidemenu app. But, am not able to build and run the app through Terminal. Am getting the following error while doing build ios,
** BUILD FAILED **
The following build commands failed:
CompileC build/myApp.build/Debug-iphonesimulator/myApp.build/Objects-normal/i386/MainViewController.o myApp/Classes/MainViewController.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/ym/Documents/Cordova Projets/myApp/platforms/ios/cordova/build-debug.xcconfig,-project,myApp.xcodeproj,ARCHS=i386,-target,myApp,-configuration,Debug,-sdk,iphonesimulator,build,VALID_ARCHS=i386,CONFIGURATION_BUILD_DIR=/Users/ym/Documents/Cordova Projets/myApp/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/ym/Documents/Cordova Projets/myApp/platforms/ios/build/sharedpch
Can anyone please help me to fix this issue? Thanks.
Hi Team,
Today I started to learn Ionic for hybrid mobile application. Am trying to set up the environment on my Mac OS X. I installed Node-js, npm, cordova and created one sidemenu app. But, am not able to build and run the app through Terminal. Am getting the following error while doing build ios,
Can anyone please help me to fix this issue? Thanks.