Skip to content

Instantly share code, notes, and snippets.

@danielmcgrath
Created July 10, 2013 14:21
Show Gist options
  • Save danielmcgrath/5966705 to your computer and use it in GitHub Desktop.
Save danielmcgrath/5966705 to your computer and use it in GitHub Desktop.
$ cat titanium.xcconfig
//
//
// CHANGE THESE VALUES TO REFLECT THE VERSION (AND LOCATION IF DIFFERENT)
// OF YOUR TITANIUM SDK YOU'RE BUILDING FOR
//
//
TITANIUM_SDK_VERSION = 3.1.1.GA
//
// THESE SHOULD BE OK GENERALLY AS-IS
//
TITANIUM_SDK = ~/Library/Application Support/Titanium/mobilesdk/osx/$(TITANIUM_SDK_VERSION)
TITANIUM_BASE_SDK = "$(TITANIUM_SDK)/iphone/include"
TITANIUM_BASE_SDK2 = "$(TITANIUM_SDK)/iphone/include/TiCore"
HEADER_SEARCH_PATHS= $(TITANIUM_BASE_SDK) $(TITANIUM_BASE_SDK2)
$ ./build.py
...[snip]...
/Users/daniel/Projects/Titanium/titanium_pusher_ios/libPusher/Library/PTPusherConnection.m:11:9: fatal error: 'CJSONDeserializer.h' file not found
#import "CJSONDeserializer.h"
^
1 error generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment