How to re-install all the old SDKs(softwares) for iOS developemnt using Titanium? - titanium

I'm very new to the Apple Laptop usage and iOS App development using Titanium. Currently I'm developing an iOS Application using Titanium in an Apple MacBook(Mac OS X Version 10.6.6) with the help of Titanium Developer for testing my App.
Now a days my Titanium Developer is frequently crashing in the middle of my application execution even without any error message, after gone through many threads I decided to go with Titanium Studio instead of Titanium Developer. For using this Titanium Studio I need to upgrade my Titanium SDKs and may be iOS SDKs also.
Previously all the required SDKs(Software) have been installed by one of my colleagues who started this iOS App, now I want to uninstall all the old SDKs and planing to develop the App using the new version SDKs. I'm not sure how to uninstall and install the SDKs again in Mac OS X, can anybody please help me to uninstall all the old SDKs and freshly start the iOS application development from the scratch, if possible please list down the step by step procedure for handling this scenario.
Your help is really appreciable...
Thanks in advance,
Siva

If you are using Titanium Studio, you don't need to remove all the SDKs. Titanium Studio gives the option for selecting any of your installed SDKs. For updates it shows the notifications for availability of new versions of SDKs.

Related

Can i develop react native IOS apps on windows pc

Can i able to develop react-native IOS apps in my windows pc, if possible then please reply with what are the requirements and setup require to develop and run react-native ios apps in windows pc
No, you can't.
Check the official 'getting started guide' here:
https://facebook.github.io/react-native/docs/getting-started.html#requirements
Requirements OS X - This guide assumes OS X which is needed for iOS
development.
You need to run xCode in order to build app on Simulator or iPhone.
It is possible to build, package, and deploy IOS apps from a pc or linux machine using a couple different methods.
One would be using a service like BuddyBuild (https://www.buddybuild.com/). You can just point them at the git repo you want to package, give them your certificate, and go from there.
Your other option would be to rent a cloud machine running some version of OS X. They are typically pretty cheap and you wouldn't need to do it very often.
You can use a cloud build service like Mobile Center or Circle CI, or run a "hackintosh" virtual machine image in VirtualBox.
The latter breaks the Apple MacOS EULA, and the former has longer feedback cycles to learn if your code builds or not.

Apache Cordova not Allowing me to run in visual studio

Every time i try to create a new app ( trying to look at cross platform apps) in visual studio I get this error:
I have installed the android SDK , is there something else I should be installing?
Thanks
It seems you installed the android SDK but didn't run it to install the platform tools and the SDK APIs.
Run the "android" command on your computer, it will start the android SDK manager.
Then you have to install The android SDK tools and android platform for at least SDK 19.
One quick way is to just click the install button on the bottom right of the window, it should install automatically the latest SDK tools and paltform tools.
If you're short on disk space I recommend you uncheck all that's not usefull if you only want to use Cordova and not plan to do native dev :
the samples
the system images (unless you want to use the emulator, in this case just install one, don't need all)
the documentations
This is simply telling you that the x86 emulator system image is missing. If you do not plan on using the Android Emulator or will only be using an ARM image, you can ignore this warning. We're working to ensure messaging is more nuanced in this area in the future.

Titanium Appcelerator support for Windows Mobile

I am trying to venture into Hybrid app development by using Titanium Appcelerator.
I am targeting all major platforms including Windows Mobile. But after I have installed the Titanium Studio I found that there is no option available to build for Windows Mobile.
Does Titanium support Windows Mobile apps or is there any work around to build apps for Windows Mobile using appcelerator
Now Titanium supports windows phone development.
http://docs.appcelerator.com/titanium/3.0/#!/guide/Getting_Started_with_the_Windows_Phone_SDK-section-37538371_GettingStartedwiththeWindowsPhoneSDK-RunontheEmulator
Please see this answer. Titanium currently not supporting Windows-8. But it plans for windows-8 support. You can refer Titanium Support Plans for Windows 8 also.

Configuring Blackberry 10 SDK in Titanium

I have been working on Blackberry 10 Cascades Native SDK. I tried to configure the SDK in Titanium Studio. Though the Titanium Dashboard indicates a green checker and states the SDK installed and configured, when i try to create a new project, the Blackberry SDK check option is still disabled. (Titanium is updated to the latest revisions. Blackberry 10 Native works fine. Simulator is good). Could somebody help?
From Appcelerator site :
To get started developing your app, you can gain access to the public
Titanium Mobile BlackBerry GitHub Repository. Installing the
BlackBerry 10 development tools are straightforward, and instruction
can be found at README. Read the Terms and Conditions for this offer.
Hope this help you..

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
When you update Titanium SDK, the older ones stay too.
You can update this in tiapp.xml, where you can select the SDK to use for the specific App. (not the xml editor, but the other one).
Same thing when you create a new app, you can select the SDK version.
With the current apps, an SDK is linked to it. It will not change when you update.
Conclusion: Don't worry about updating, just do it.
Robin, You can select your older SDK as given in the picture.
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