Reputation: 63
I'm getting this error when trying to compile my app to iOS:
[ERROR] : ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : CompileC build/Intermediates/app.build/Debug-iphoneos/app.build/Objects-normal/armv7/WatchSessionModule.o Classes/WatchSessionModule.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
[ERROR] : (1 failure)
Compiling to android works fine.
Upvotes: 1
Views: 2062
Reputation: 51
I think it has something to do with the OS version. I encountered the same issue while trying to use v9.0
(Simulator).
I tried to build a lot of times, but no luck. Then I just changed the version to v9.1
. And then it works!
Might have something to do with the OS version that Titanium Plugin supported. I don't know, just a guess.
Upvotes: 0