[TIMOB-17654] CLI: Running "ti build -p iOS -T device --developer-name --pp-uuid --no-prompt" should give an error for invalid --pp-uuid.
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2014-09-15T18:53:39.000+0000 |
| Affected Version/s | Release 3.4.0 |
| Fix Version/s | Release 3.4.0 |
| Components | CLI, iOS |
| Labels | qe-3.4.0, regression |
| Reporter | Khushbu Agrawal |
| Assignee | Chris Barber |
| Created | 2014-09-09T08:12:08.000+0000 |
| Updated | 2014-09-15T18:53:39.000+0000 |
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/6041 3_4_X pull request: https://github.com/appcelerator/titanium_mobile/pull/6042 To test: 1. Disable autoSelectDevice:
ti config ios.autoSelectDevice false2. Build an iOS app:ti build -p ios -T device --pp-uuid --no-promptNote: you will most likely need the bleeding edge 3.4.0 Titanium CLI:sudo npm install -g git://github.com/appcelerator/titanium.git#3_4_X