Search code examples
titaniumtitanium-mobiletitanium-modules

Titanium SDK update for current user


my system has 2 users and a user has installed titanium studio and developed some apps.but he is using old titanium SDK 1.6.

he installed titanium in common, i.e) it available for both the users.

now I want to upgrade titanium sdk only for my user level, that should not affect his Titanium SDK.

is this possible to do in MAC OSX-Lion


Solution

  • Robin, You can select your older SDK as given in the picture.

    Titanium SDK

    Look at the circled portions. You can select the SDK either when you creating a new project or after creating the project, select the project configuration by opening the tiApp.xml overview( rounded at the bottom) and select the required SDK.

    You can also edit the SDK version in the tiApp.xml by editing

    <sdk-version>2.1.3.GA</sdk-version> to <sdk-version>required version</sdk-version>

    As Mr.Rene said, there won't be any problem for updating your SDK. Updating your SDK will help to improve your SDK and it fixes the bugs in the SDK