Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1302] Can't seem to get apps running in the simulator nor on iOS devices after TiSDK 3.4.0-rc4 Update

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionCannot Reproduce
Resolution Date2015-09-17T06:49:39.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
LabelsStudio, TCSupportTriage, Titanium, ios,
ReporterPaulo Dichone
AssigneeShak Hossain
Created2014-09-22T22:37:27.000+0000
Updated2016-03-08T07:37:42.000+0000

Description

Comments

  1. Eduardo Gomez 2014-09-25

    [~pdichone], Possibly the SDK became corrupt, can you try delete it and re-installing by: $ titanium sdk install 3.4.0.v20140923111716 --force --branch 3_4_X Also it is possible some permissions are incorrect. Please verify:
       cd /Users/username/Library/Application\ Support
       sudo chown -R whoami:staff .
       
  2. Rakhi Mitro 2015-08-31

    Hello, We tested this issue. This is working as expected. I recommend you upgrade studio to the latest build and let us know if you get the error again. *Test Environments:* CLI Version :4.0.1 Titanium SDK Version:4.1.0.GA iOS SDK: 8.1,iOS Simulator: iPhone 4s OS X Version: 10.10.1 Appc Studio: Appcelerator Studio, build: 4.1.1.201507141126 *Test Steps:* *Open terminal and run below commands :* 1. Check if Java JDK is installed: *java --version*(if not installed you can download it from [here ](http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html) ) Check Android SDK & Titanium SDK is properly installed. 3. Ensure that you have Node.JS installed: *node --version* (if not installed then you can download it from [here| https://web.appcelerator.com/product/cli]) 4. Install the Appcelerator CLI: *npm install appcelerator -g* 5. appc setup Login to Studio from terminal using below command and then open your Studio 6.From Appcelerator Studio menu, select *File > New > Mobile App Project* to open the New Mobile App Project dialog. 7.Select Classic Project and move next. 8.In the Project Name field, enter testproject 9.In app ID field enter *com.example. test project* and click Finish. 10. Run Project *Test Result:* Project is running successfully without any error. Thanks

JSON Source