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 VPN
-
Lazyloading JS modules in Titanium app
-
Creating [object] in a different context than the calling function.
-
Ti.Network.registerForPushNotifications no response
-
Use view from custom module inside Titanium ListViewItem
-
Titanium Android keystore
-
Setup Titanium Studio environment for developing Titanium module (Android) on Windows
-
Android BOOT_COMPLETED handler module
-
Titanium iOS “build” is an unrecognized command
-
Titanium ListView
Filed under Tech with tags iOS, Titanium Mobile
Leave a Reply