Titanium JIRA Archive
Appcelerator Community (AC)

[AC-455] Unable to run simple app in appcelerator

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionCannot Reproduce
Resolution Date2015-10-29T02:38:06.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAlloy, Titanium SDK & CLI
Labelsn/a
ReporterBalakrishna
AssigneeShak Hossain
Created2015-10-12T07:43:30.000+0000
Updated2015-10-29T02:38:06.000+0000

Description

Hi All, I have completed new setup of appcelerator studio 4.1.1.When i run the simple application in simulator i am getting the following error please help me how to resolve this. Project failed to build after 1m 1s 948ms [ERROR] : An error occurred running the iOS Simulator (ios-sim exit code 1) TRACE | titanium exited with exit code 1 ERROR | Error: ti run exited with error code 1 at ChildProcess. (/Users/srinivas/.appcelerator/install/4.1.2/package/node_modules/appc-cli-titanium/plugins/run.js:84:66) at ChildProcess.EventEmitter.emit (events.js:117:20) at Process.ChildProcess._handle.onexit (child_process.js:789:12)

Comments

  1. Mostafizur Rahman 2015-10-28

    Hello, We could not reproduce this issue. App runs successfully in our environment. I would suggest you to follow the steps below and let us know. Also use the latest appcelerator builds. Make sure you have the latest Appc CLI from NPM : sudo npm install -g appcelerator Try a clean install of your Appc CLI:

    Uninstall Appc CLI from NPM global path: sudo npm uninstall -g appcelerator

    Remove Appc CLI installed locally: sudo rm -rf .appcelerator

    Cache clean from NPM: sudo npm cache clean

    Then, reinstall Appc CLI from NPM: sudo npm install -g appcelerator

    Run setup: appc setup

    *Testing Environment:* Appc CLI -- 5.0.4 Appc Studio - 4.3.1 Mac OSx - 10.9.5 Node.js - 0.10.33 npm - 1.4.28 Ti SDK - 5.0.2 GA, 4.1.0 GA iOS Simulator - iPhone 5s(v8.1) *Steps to test:* Create a simple project in Studio and run the app. Thanks.

JSON Source