[TIMOB-13321] CLI: BlackBerry: support project create: [ERROR] Invalid platform: blackberry
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-04-04T16:46:46.000+0000 |
| Affected Version/s | Release 3.1.0 |
| Fix Version/s | Release 3.2.0 |
| Components | CLI |
| Labels | qe-3.1.0, qe-testadded |
| Reporter | Dustin Hyde |
| Assignee | Chris Barber |
| Created | 2013-04-02T20:20:24.000+0000 |
| Updated | 2014-02-19T01:54:03.000+0000 |
Description
Creating a new blackberry project results in:
DHydeMBP:~ dhyde$ "/usr/local/bin/titanium" "create" "--platforms" "ios,android,mobileweb,tizen,blackberry" "--type" "app" "--id" "com.
project" "--sdk" "3.1.0.v20130402092426" "--workspace-dir" "/Users/dhyde/Desktop/TitaniumStudio/3.1.0-RC/Workspace" "--name" "project"
"--verbose" "--force" "--no-colors" "--no-prompt" "--no-banner"
[ERROR] Invalid platform: blackberry
Available platforms for SDK version undefined:
android
ios
ipad
iphone
mobileweb
tizen
Attachments
| File | Date | Size |
|---|---|---|
| error.png | 2013-04-02T20:20:24.000+0000 | 321731 |
| log.txt | 2013-04-02T20:20:24.000+0000 | 3841 |
[MASTER] PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/28
Confirmed that BB is now in the 3.2.0 manifest.json file: SDK: mobilesdk-3.2.0.v20130404072059-osx
{ "version": "3.2.0", "moduleAPIVersion": "2", "timestamp": "04/04/13 07:20", "githash": "f1a18ac", "platforms": ["iphone", "tizen", "mobileweb", "android", "blackberry"] }Verified the fix.The manifest.json file contains "blackberry" & app can be created without any issues. Thus closing. Ti Studio: 3.1.0.201304031528 Ti SDK : 3.2.0.v20130404072059