[AC-3990] Build error: "Unable to find platform specific build command"
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2016-07-14T19:10:12.000+0000 |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Benjamin Allison |
Assignee | Shak Hossain |
Created | 2016-06-30T06:51:21.000+0000 |
Updated | 2016-07-14T19:10:12.000+0000 |
Description
Just built and installed 6.0.0 manually. Cleaned a current project, and am attempting to build.
appc ti build -f --platform ios -T dist-appstore --sdk 6.0.0
It's tossing up the following error:
[ERROR] Unable to find platform specific build command
Your SDK installation may be corrupt. You can reinstall it by running 'titanium.js sdk install --force --default'.
Appcelerator CLI version is 5.3.0 (though in the notes that get spit out, it keeps saying "CLI Version = 5.0.8")
Hello, Use "appc build" without the "ti". Also, you need the full SDK version name. like "5.3.0.GA", As 6.0.0 is a beta version you need the full name as 6.0.0.201606......My recommendation is using a GA release for your build. And, about the CLI, 5.3.0 is the core version and 5.0.8 is Titanium CLI version. Regards, Sharif.