[TIMOB-12123] CLI: iOS: Building older 2.x projects with 3.0 only works for simulator builds
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-01-11T19:35:18.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.0.2, Release 3.1.0, 2013 Sprint 01 JS, 2013 Sprint 01 |
Components | CLI |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-12-18T20:42:20.000+0000 |
Updated | 2013-02-12T21:24:29.000+0000 |
Description
In the legacy handler for iOS builds only, it only supports action "run" which launches the simulator. You cannot do device builds or package 2.X projects with 3.0.
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/3697 3.0.x pull request: https://github.com/appcelerator/titanium_mobile/pull/3698
Verified simulator and build for device function as expected with: Mac OS: 10.8.2 Titanium SDK version: 3.0.2.v20130207164659 Titanium Studio, build: 3.0.2.201302041757 CLI version: 3.0.24-cr CLI active SDK: 3.0.2.v20130207164659 Project created with and SDK set in Tiapp.xml: 2.1.3 Xcode 4.6 I was unable to get an ipa to build on the Desktop in this configuration with: ti build -p ios -T dist-adhoc -O /Users/eric/Desktop
After speaking with Chris, the behavior I am seeing for pre-3.0.0.GA builds is expected.