Open umi-uyura opened 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
Workaround: Surround option with a double quotation mark and add one space.
$ tibuild -p ios -S "7.0 "
Following command are same result.
But, following command are right.