Update iOS Titanium module SDK version
On 22 May 2013 in TechIf 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/ ...
Related posts:
-
Titanium iOS “build” is an unrecognized command
-
Creating [object] in a different context than the calling function.
-
Webview evalJS return null in Android 4.2.2
-
Titanium Android keystore
-
Method calling thread for Titanium module (Android)
-
Android Progress Notification module
-
Android BOOT_COMPLETED handler module
-
Titanium Studio mark occurences
-
codesign failed: resource fork, Finder information, or similar detritus not allowed
-
Object oriented Javascript with CommonJS in Titanium app
Filed under Tech with tags iOS, Titanium Mobile
Leave a Reply