GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-10-04T22:44:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.2.0 |
Components | Code Processor |
Labels | qe-3.1.0, qe-closed-3.2.0, qe-testadded |
Reporter | Dhirendra Jha |
Assignee | Bryan Hughes |
Created | 2013-04-06T08:06:35.000+0000 |
Updated | 2014-02-26T17:49:13.000+0000 |
Steps to Reproduce:
1. Create Appcelerator Project from Appcelerator Studio.
2. Go to the terminal.
3. Run command from the top-level directory of the created project - titanium-code-processor analyze -o iphone -a
Actual: Error message appears "SDK version 3.1.x is not available".
Expected: Project code should analyze properly.
Technically the code processor is correct. Change the SDK version to 3.1.0.v20130405170202 or rename 3.1.0.v20130405170202 to 3.1.0 and it will work. It doesn't currently have the ability to map 3.1.0->3.1.0.v20130405170202. Lowering the priority.
Reproducible also with the currently used command from CLI: ti analyze -p
Note: this will be solved by TIMOB-13958
Resolved by TIMOB-13958
Verified fix with environment Appcelerator Studio: 3.2.0.201312191455 SDK: 3.2.0.GA acs@1.0.11 alloy@1.3.0 npm@1.3.2 titanium@3.2.0 titanium-code-processor@1.1.0 Mac OSX 10.9 Mavericks Hence, closing the issue.