{ "id": "62041", "key": "TIMOB-1409", "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": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2011-04-15T02:51:31.000+0000", "created": "2011-04-15T02:51:31.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-09T23:17:46.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}
From my build.log:
\n\nINFO] One moment, building ...\nTraceback (most recent call last):\n File \"/Library/Application Support/Titanium/mobilesdk/osx/1.4.0/iphone/builder.py\", line 1072, in <module>\n main(sys.argv)\n File \"/Library/Application Support/Titanium/mobilesdk/osx/1.4.0/iphone/builder.py\", line 263, in main\n appid = os.environ['TI_APPID']\n File \"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/UserDict.py\", line 22, in __getitem__\n raise KeyError(key)\nKeyError: 'TI_APPID'\nCommand /bin/sh failed with exit code 1\nCommand /bin/sh failed with exit code 1\nProcessPCH /var/folders/zT/zTGx05UiGeW35Sp4L8eSG++++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/SCApp_Prefix-damswgcxhscxowgyykhciidlszcm/SCApp_Prefix.pch.gch SCApp_Prefix.pch normal i386 objective-c com.apple.compilers.gcc.4_2\n cd \"/Users/jamie/Documents/Aptana Studio Workspace/sportscalendar/SCApp/build/iphone\"\n setenv LANG en_US.US-ASCII
\n
\nThe build process seems to proceed \"normally\" as far as I can\ntell...I've since monkey-patched this in my codebase and we'll see\nhow it changes anything WRT #1408
See #1408. No guarantee this isn't the result of\nuser patching anyway.