Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13321] CLI: BlackBerry: support project create: [ERROR] Invalid platform: blackberry

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-04-04T16:46:46.000+0000
Affected Version/sRelease 3.1.0
Fix Version/sRelease 3.2.0
ComponentsCLI
Labelsqe-3.1.0, qe-testadded
ReporterDustin Hyde
AssigneeChris Barber
Created2013-04-02T20:20:24.000+0000
Updated2014-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

FileDateSize
error.png2013-04-02T20:20:24.000+0000321731
log.txt2013-04-02T20:20:24.000+00003841

Comments

  1. Christian Sullivan 2013-04-02

    [MASTER] PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/28
  2. Ingo Muschenetz 2013-04-04

    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"]
       }
       
  3. Lokesh Choudhary 2013-04-04

    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

JSON Source