[AC-351] Full iOS rebuild everytime since CLI Core 4.1.1/4.1.2
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2015-11-11T18:49:57.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator CLI, Studio |
Labels | cli, ios, xcode |
Reporter | Keith |
Assignee | Mostafizur Rahman |
Created | 2015-09-14T07:35:46.000+0000 |
Updated | 2015-11-11T18:49:57.000+0000 |
Description
Running a project using any of the iOS simulators seems to force a full rebuild ("Invoking xcodebuild") every time. This can have a big impact on development time - the issue has been noted on the community forums by several users: https://community.appcelerator.com/topic/2864/full-ios-builds-everytime-since-upgrade-to-4-1-0/5
Steps to reproduce:
I'm also experiencing this issue.
Looks like this has been fixed by the new CLI 5.0.2 ( and related CLI-810 ) :) My projects are now skipping xcodebuild again https://wiki.appcelerator.org/display/guides2/Appcelerator+CLI+Release+Notes
Confirming the same issue even on CLI 5.0.2. Was fine on CLI 4.0.2. As I see, CLI removes "build" folder completely before build. "Re-build Project on Launch" flag is off.
Hello, We couldn't reproduce this issue as a bug in our environment. Running a project in iOS simulator does not force a rebuild. *Testing Environment:* Appcelerator Command-Line Interface, version 5.0.4 Appcelerator Studio, build: 4.3.3.201510212245 Ti SDK Version :5.0.2.GA Node.js Version :0.10.37 Mac OS X,Version :10.10.1 Jdk version : 1.7.0_80.jdk simulator : iPhone 5(8.2) *Console Log:*
*Steps to test:* 1. Create new Alloy Project 2. Run Project on iOS Simulator 3. Allow project to build first time and run 4. Close the app and 'Run' on same iOS Simulator Thanks.