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:
-
Check if iOS app is connected to proxy
-
Add custom framework to Titanium iOS module
-
Titanium iOS “build” is an unrecognized command
-
Webview evalJS return null in Android 4.2.2
-
Titanium ListView
-
Titanium Android keystore
-
Enable x86 libs in production build Titanium app
-
Lazyloading JS modules in Titanium app
-
Titanium app components interaction using events and callbacks
-
Titanium Studio unbound classpath container error
Filed under Tech with tags iOS, Titanium Mobile
Leave a Reply