timanrebel / HockeyApp

Appcelerator Titanium module wrapping the HockeyApp SDK
25 stars 19 forks source link

clang error in 0.4.1 #8

Closed caspahouzer closed 9 years ago

caspahouzer commented 9 years ago

I got an error in the actual 0.4.1

[TRACE] ld: warning: directory not found for option '-F/Volumes/Data/Users/sebastian/Dropbox/lightapps/Develop/App/build/appify/build/iphone/../../modules/iphone/nl.rebelic.hockeyapp/0.3/platform'
[TRACE] ld: framework not found HockeySDK
[TRACE] clang: error: linker command failed with exit code 1 (use -v to see invocation)
[ERROR] 2014-12-15 11:12:46.263 xcodebuild[25685:2272839]  DeveloperPortal: Using pre-existing current store at URL (file:///Volumes/Data/Users/sebastian/Library/Developer/Xcode/DeveloperPortal%206.1.1.db).
[ERROR] ** BUILD FAILED **

You have to change line 28 in the module.xconfig from FRAMEWORK_SEARCH_PATHS=$(SRCROOT)/../../modules/iphone/nl.rebelic.hockeyapp/0.3/platform to FRAMEWORK_SEARCH_PATHS=$(SRCROOT)/../../modules/iphone/nl.rebelic.hockeyapp/0.4.1/platform

timanrebel commented 9 years ago

Shit, thanks for mentioning! Will build a new version with the correct zip-file

caspahouzer commented 9 years ago

It's really ok. Thanks for this module

timanrebel commented 9 years ago

For future reference: 0.4.2 should work as expected