Open m4nu56 opened 12 years ago
What's your SDK version?
Please confirm titanium.xcconfig.
TITANIUM_SDK_VERSION is correct? TITANIUM_SDK is correct?
Hello, same issue when building:
\ BUILD FAILED **
The following build commands failed: CompileC build/tiarmarker.build/Release-iphoneos/tiarmarker.build/Objects-normal/armv7/ComArmarkertiModule.o Classes/ComArmarkertiModule.m normal a rmv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler CompileC build/tiarmarker.build/Release-iphoneos/tiarmarker.build/Objects-normal/armv7/ComArmarkertiCameraView.o Classes/ComArmarkertiCameraView.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler (2 failures)
TITANIUM_SDK_VERSION = 1.8.0.1 TITANIUM_SDK = /Library/Application Support/Titanium/mobilesdk/osx/$(TITANIUM_SDK_VERSION)
Thanks, Brice
fyi, build works with 1.6.2
I created a branch 'experimental'. Can you switch to branch 'experimental'?
Thanks, just tried the experimental branch but still get an error: [DEBUG] Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/libtool failed with exit code 1
Any idea what's going on please?
Sorry, but in Titanium 3.0.2.GA For ios6?
Hello,
I'm having difficulties building the module after cloning the project. Could it be that this file "TiUIView.h" is missing from github? THank's for your help keep up the good work
/tiarmarker/Classes/ComArmarkertiCameraView.h:9:9: fatal error: 'TiUIView.h' file not found [2]
import "TiUIView.h"
1 error generated. distcc[3504] ERROR: compile /tiarmarker/Classes/ComArmarkertiCameraView.m on localhost failed
\ BUILD FAILED **