[TIMOB-15713] CLI: iOS: Cannot build directly from Xcode
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-11-15T01:16:40.000+0000 |
Affected Version/s | Release 3.2.0 |
Fix Version/s | 2013 Sprint 23, 2013 Sprint 23 Core, Release 3.2.0 |
Components | iOS, Tooling |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2013-11-14T04:57:02.000+0000 |
Updated | 2013-11-15T10:11:46.000+0000 |
Description
When opening the Xcode project after an iOS build (any target), you are unable to build the project due to CLI errors with trying to prompt for the missing options (which in itself is also a bug since it should not be prompting in the first place).
Steps to reproduce:
1) create a project in Studio or from the CLI
2) build for ios sim in Studio or from the CLI
3) exit sim/build/studio
4) open xcode project in build/iphone dir
5) build project in xcode for ios sim
You can also try the same thing for device builds.
Actual:
Titanium CLI crash in the Xcode build log during pre-compile phase.
Expected:
Xcode project to build without errors or dragons.
Pull request: https://github.com/appcelerator/titanium_mobile/pull/4972
Verified with Tested Environment: Appcelerator Studio: 3.2.0.201311140721 SDK:3.2.0.v20131114184328 alloy: 1.3.0 acs: 1.0.7 npm: 1.3.2 titanium: 3.2.0 titanium-code-processor: 1.1.0 Xcode:5.0.2 Device: Iphone simulator(v7.0) OS: Mac OSX 10.9 Followed the above given steps. Closing issue as fixed and verified.