{ "id": "63220", "key": "TIMOB-2588", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "11233", "name": "Release 1.6.0", "archived": true, "released": true, "releaseDate": "2011-02-23" } ], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2011-04-15T03:23:43.000+0000", "created": "2011-04-15T03:23:42.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "release-1.6.0", "reported-1.5.0" ], "versions": [], "issuelinks": [ { "id": "15820", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "88165", "key": "TIMOB-8080", "fields": { "summary": "iOS: Error showing TARGET_BUILD_DIR incorrect when installing app on iOS simulator or device", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "updated": "2017-03-02T22:48:44.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}
Compiled and ran in simulator until 9am this morning. Then I\r\nrebooted the machine. No installations, updates whatever.
\r\nTried to rebuild KitschenSink, got this:
\r\n[INFO] Compiler plugin loaded and working\r\nfor ios [INFO] Performing clean build [INFO] Compiling localization files [INFO] Detected custom font:\r\ncomic_zine_ot.otf [ERROR] Your TARGET_BUILD_DIR is\r\nincorrectly set. Most likely you have configured in Xcode a\r\ncustomized build location. Titanium does not currently support this\r\nconfiguration. [ERROR] Expected dir\r\n/Users/tom/Projects/3rdparty/titanium-mobile/demos/KitchenSink/build/iphone/build/Debug-iphonesimulator,\r\nwas:\r\n/users/tom/Projects/3rdparty/titanium-mobile/demos/KitchenSink/build/iphone/build/Debug-iphonesimulator\r\n[ERROR] Error: Traceback (most recent call\r\nlast): File \"/Library/Application\r\nSupport/Titanium/mobilesdk/osx/1.5.0/iphone/builder.py\", line 1003,\r\nin main
\r\nexecute_xcode(\"iphonesimulator%s\" %\r\niphone_version,[\"GCC_PREPROCESSOR_DEFINITIONS=LOGID__=%s\r\nDEPLOYTYPE=development TI_DEVELOPMENT=1 DEBUG=1 TI_VERSION=%s\" %\r\n(log_id,sdk_version)],False)
\r\nFile \"/Library/Application\r\nSupport/Titanium/mobilesdk/osx/1.5.0/iphone/builder.py\", line 946,\r\nin execute_xcode
\r\nsys.exit(1)
\r\nSystemExit: 1
Hmm, watch the expected/was line: isn't that exactly what it's\r\nsupposed to be?
Looks like we don't support case-sensitive filesystems.
OK, turns out this is an xcode bug that seems to crop up with\ncase-sensitive filesystems. See: \nhttp://developer.appcelerator.com/question/40691/mobil-sdk-130---ta...