Created
July 10, 2013 14:21
-
-
Save danielmcgrath/5966705 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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