[TIMOB-12392] CLI: Impossible to build for iphone on macosx 10.8.2
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-03-03T01:47:37.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | CLI |
Labels | ios, iphone, osx, simulator |
Reporter | Daniel Sefton |
Assignee | Chris Barber |
Created | 2012-12-31T00:52:21.000+0000 |
Updated | 2017-03-21T22:42:21.000+0000 |
Description
Steps to Reproduce
Setup a simple hello world project, click on build for Iphone simulator (I tryed to reinstall titanium, and i tryed : titanium sdk install 3.0.0.GA --force --default but none of the steps solved this)Actual Result
Error (see screenshot below). Here's the diagnostic log : http://pastie.org/private/pi3blc4ugzol1ouvhfzisaExpected Result
Simulator launchingAttachments
File | Date | Size |
---|---|---|
2012-12-31_0147.png | 2012-12-31T00:53:38.000+0000 | 184837 |
I moved this to a TIMOB CLI issue since based on the log the Alloy step compiles just fine, as noted by the "Alloy compiler completed successfully" in the log. The step where it appears to fail, at the "copying Xcode iOS files", is not part of Alloy and I assume it is part of the new CLI.
On the computer that is having this issue, is it formatted as "Mac OS Extended (Case-sensitive, Journaled)"? Due to a limitation in the Titanium SDK's iOS build code, it only works on case-insensitive filesystems.
This was fixed in TIMOB-12375 and released in 3.0.2.GA.
Closing ticket as duplicate with reference to the above comments.