[AC-1507] Unable to launch simulator on updating Xcode to 5.1 and Titanium to 3.2.2 GA
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2014-03-19T05:42:46.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | ios |
Reporter | Kirthika |
Assignee | Ritu Agrawal |
Created | 2014-03-17T14:16:46.000+0000 |
Updated | 2016-03-08T07:37:57.000+0000 |
Description
Getting the following error on executing a mobile project:
Launching simulator process failed
Unable to locate the CLI executable. Please restart Studio or use Help > Check for Titanium Updates to install Titanium CLI.
This is being happening since I updated Xcode to Version 5.1 (5B130a).
Tried resolving it by uninstalling alloy, node, acs and titanium and re installing all. However, I get the same error when I run a mobile project using iOS[iPhone Mobile projects]. Need a solution asap since I'm unable to run any project.
This is a duplicate of TIMOB-16613 and the workaround is provided in the ticket. Please try the workaround provided in the ticket and let us know if the issue persists.
This is n't duplicate as indicated. I get err on CLI unlike other tickets. Error specifies : Launching simulator process failed Unable to locate the CLI executable. Please restart Studio or use Help > Check for Titanium Updates to install Titanium CLI. I have also tried with 3.2.1 GA. No change in error. My Titanium Studio is : Titanium Studio, build: 3.1.3.201309132423 (c) Copyright 2012-2013 by Appcelerator, Inc. All rights reserved. Build: jenkins-titanium-rcp-master-21 (origin/master) Date: 13 September 2013, 00:23:57 When I Check for Titanium Updates to install Titanium CLI, it says no updates found. I guess it's not able to read cli reference files from some folder. I'm not sure how to resolve it.
Xcode 5.1.0 is not supported with 3.1.3 or 3.2.1 SDK. You need to use Studio 3.2.1 + CLI 3.2.1 + SDK 3.2.2 to use Xcode 5.1.0 as that is the first release that supports this Xcode version. Please refer to the following blog post: http://www.appcelerator.com/blog/2014/03/titanium-3-2-2-sdk-releases-same-day-as-ios-7-1/
Now I tried with other version of studio : Titanium Studio, build: 3.2.1.201402041146 (c) Copyright 2012-2013 by Appcelerator, Inc. All rights reserved. Build: jenkins-titanium-rcp-master-95 (origin/master) Date: 04 February 2014, 11:47:38 with SDK 3.2.2. In this I get the same when I create new mobile project itself.
Let us know the SDK version you have specified in tiapp.xml file.
When I create project both the Titanium SDK Version gives the same error. ie. 3.2.2 GA and 3.2.1 GA as well.
Resolved by myself. Thanks for the exact configuration specification. Voting up in - Xcode 5.1.0 is not supported with 3.1.3 or 3.2.1 SDK. You need to use Studio 3.2.1 + CLI 3.2.1 + SDK 3.2.2 to use Xcode 5.1.0 as that is the first release that supports this Xcode version. Resolved by : in /usr/local/etc/bin/ when I typed *ti --v* it showed *3.1.2* then I tried uninstalling Studio and gave *sudo npm uninstall titanium*. It produced: *npm WARN uninstall not installed in /usr/local/etc/bin/node_modules: "titanium".* then I gave *npm set prefix /usr/local* and then *sudo npm install -g titanium* finally when i gave *ti --v* it showed *3.2.1* And then I restared Studio and all worked perfectly.
Glad that your setup issue is resolved now.