[TIMOB-11478] CLI: Ability to create a project with "iPhone" target on Linux and Windows
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-11-28T22:42:37.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.1.0, 2012 Sprint 24, 2012 Sprint 24 JS |
Components | CLI |
Labels | n/a |
Reporter | Tamila Smolich |
Assignee | Chris Barber |
Created | 2012-10-13T21:38:44.000+0000 |
Updated | 2017-03-24T19:10:56.000+0000 |
Description
Description:
Ability to create a project with "iPhone" target on Linux and Windows
Steps:
1. Run "titanium create"
2. Type "iPhone" to create application for iPhone
3. Give it an App ID
4. Give it a Project name
5. Give it the Directory to place project
Expected:
Should not be able to create project for iPhone on Linux and Windows
Actual:
Project for iPhone successfully created
Fixed in TIMOB-11332.
Reopening the bug, since still have in Target platforms "ios,ipad" on Linux. If "Enter" to create application for all targets, will get an error massage: [ERROR] Invalid platforms: iphone, iphone Tested on: Linux 10.04 SDK: 3.0.0.v20121017192538
This was fixed in the CI build on 10/13/2012: https://github.com/appcelerator/titanium_mobile/commit/c282a0fae6f42c419e00dba908b65909e92f8e17#site_scons/package.py.
Still seeing this issue with CLI 3.0.18 and SDK 3.0.0.v20121121161553
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/3481 3.0.x pull request: https://github.com/appcelerator/titanium_mobile/pull/3482
Tested with: SDK, build: 3.1.0.v20130409124549 Windows 7 Linux-Ubuntu 12.04 1)Command "titanium create" prompted Target platform(android, mobileweb) 2)Run command ti create --platform ios Target platform(android, mobileweb) will be prompted 3)Run command ti create -p ios App ID, name, directory will be prompted, and only after that an [ERROR] Invalid platform: ios will be returned.
Closing ticket as fixed.