If you have a custom module compiled in older SDK version (3.0.0.GA and below), here’s how to update to latest version (3.1.0.GA)
- Edit manifest file
minsdk: 3.1.0.GA
- Edit titanium.xcconfig
TITANIUM_SDK_VERSION = 3.1.0.GA
(SDK path point to directory starting from root filesystem, rather than home directory)
TITANIUM_SDK = /Library/Application Support/ ...