Not sure what I’m doing wrong. The repo has been working but then recently started failing. I think it must be something simple.
** BUILD FAILED **
The following build commands failed:
CompileC build/MyApp.build/Debug-iphonesimulator/MyApp.build/Objects-normal/i386/main.o MyApp/main.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/MyApp.build/Debug-iphonesimulator/MyApp.build/Objects-normal/i386/UIWebViewExtension.o MyApp/Plugins/com.ionic.keyboard/UIWebViewExtension.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/MyApp.build/Debug-iphonesimulator/MyApp.build/Objects-normal/i386/InAppPurchase.o MyApp/Plugins/cc.fovea.plugins.inapppurchase/InAppPurchase.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/MyApp.build/Debug-iphonesimulator/MyApp.build/Objects-normal/i386/SKProduct+LocalizedPrice.o MyApp/Plugins/cc.fovea.plugins.inapppurchase/SKProduct+LocalizedPrice.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
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
CompileC build/MyApp.build/Debug-iphonesimulator/MyApp.build/Objects-normal/i386/AppDelegate.o MyApp/Classes/AppDelegate.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/MyApp.build/Debug-iphonesimulator/MyApp.build/Objects-normal/i386/IonicKeyboard.o MyApp/Plugins/com.ionic.keyboard/IonicKeyboard.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/MyApp.build/Debug-iphonesimulator/MyApp.build/Objects-normal/i386/CDVLogger.o MyApp/Plugins/org.apache.cordova.console/CDVLogger.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(8 failures)
Error: /Users/kirkstrobeck/git/tipfortip/ionic/platforms/ios/cordova/run: Command failed with exit code 65
at ChildProcess.whenDone (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:135:23)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:743:16)
at Process.ChildProcess._handle.onexit (child_process.js:810:5)