umi-uyura / TiBuild

Building titanium application based on prior configration and then upload to TestFlight or run TiShadow
0 stars 0 forks source link

Invalid --sim-version error. #1

Open umi-uyura opened 11 years ago

umi-uyura commented 11 years ago
$ tibuild -p ios -S 7.0
[ERROR] Invalid --sim-version value '7'

Titanium Command-Line Interface, CLI version 3.1.2, Titanium SDK version 3.1.3.GA
Copyright (c) 2012-2013, Appcelerator, Inc.  All Rights Reserved.

Please report bugs to http://jira.appcelerator.org/

Accepted values:
   7.0
   6.1
   6.0
   5.1
   5.0

Following command are same result.

$ tibuild -p ios -S "7.0"

But, following command are right.

$ tibuild -p ios -S 6.1
umi-uyura commented 11 years ago

Workaround: Surround option with a double quotation mark and add one space.

$ tibuild -p ios -S "7.0 "