Xcode 7 error on appcelerator appc 5.0.2/ titanium sdk 5.0.0.GA or 5.0.1.GA or 3.5.1.GA -


i have freshly installed 10.10 os has new xcode 7 , latest appcelerator installs. whenever building 1 app using xcode 7, simulator 9, titanium 5.0.0.ga or 5.0.1.ga etc gives me below error.

[error] :   build failed  [error] :  following build commands failed: [error] :   compilec build/intermediates/yalla.build/debug-iphonesimulator/yalla.build/objects-normal/i386/watchsessionmodule.o classes/watchsessionmodule.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler 

funny thing runs fine in 4.1.0.ga have tried different sdks, reinstalled them , still no luck.

go titanium sdk folder. go version building app in.

generally in namespace. /library/application\ support/titanium/mobilesdk/osx/5.2.1.ga/iphone/classes/

open file watchsessionmodule.h change below line of code

#import <watchconnectivity/watchconnectivity.h> 

to

#import <watchconnectivity/watchconnectivity.h> 

clean, build , run application. go.


Comments