[AC-2481] iOS: App version cannot contain letters or dash
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-04-03T22:31:33.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Francois Stephany |
Assignee | Mauro Parra-Miranda |
Created | 2013-02-22T12:29:29.000+0000 |
Updated | 2016-03-08T07:41:32.000+0000 |
Description
Specify an app version in the tiapp.xml:
It doesn't work with:
- 1.0.6beta1
- 1.0.6beta
- 1.0.6-1
- 1.0.6 b1
- 1.0.6b1
It won't compile with the following error message:
{quote}
The version may only contist of letters, numbers, dashes, underscores, pluses, and spaces.
[ERROR] : tiapp.xml contains an invalid version "1.0.6-beta1"
{quote}
It seems related to this pull request: https://github.com/cb1kenobi/titanium_mobile/commit/fb45c30a289c5301590d9a737b7a1a0c0e6d9d17
However, 1.0.6.b1 is accepted.
This problem does not appear with Android.
Closing since it's a dup.