[ALOY-885] Version output on failed TiSDK check is in error
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-11-24T14:26:32.000+0000 |
Affected Version/s | Alloy 1.3.0 |
Fix Version/s | Alloy 1.3.0, 2013 Sprint 24 |
Components | Tooling |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2013-11-24T14:24:04.000+0000 |
Updated | 2013-12-03T21:58:49.000+0000 |
Description
I get this error when attempting to run Alloy 1.3.0 against TiSDK 3.2.0:
[ERROR] Alloy [object Object] requires Titanium SDK 3.2.0 or higher.
[ERROR] "3.1.3.GA" was found in the "sdk-version" field of your tiapp.xml.
[ERROR] If you are building with the legacy titanium.py script and are specifying
[ERROR] an SDK version as a CLI argument that is different than the one in your
[ERROR] tiapp.xml, please change the version in your tiapp.xml file.
Obviously the version should print and not [object Object].
PR: https://github.com/appcelerator/alloy/pull/279 Try to run Alloy 1.3.0 against at TiSDK less than 3.2.0. You should get the error in the description, expcept this time it will actually show the version number instead of [object Object].
Verified fixed. TiSDK 3.2.0.v20131127194046 Aloy 1.3.0-beta CLI 3.2.0-beta Closing.