[AC-1302] Can't seem to get apps running in the simulator nor on iOS devices after TiSDK 3.4.0-rc4 Update
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2015-09-17T06:49:39.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | Studio, TCSupportTriage, Titanium, ios, |
Reporter | Paulo Dichone |
Assignee | Shak Hossain |
Created | 2014-09-22T22:37:27.000+0000 |
Updated | 2016-03-08T07:37:42.000+0000 |
[~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:
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