{ "id": "90408", "key": "TIMOB-8769", "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": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13277", "name": "Sprint 2012-08", "archived": true, "released": true, "releaseDate": "2012-04-22" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-04-26T09:41:13.000+0000", "created": "2012-04-17T15:06:07.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "SupportTeam", "core" ], "versions": [ { "id": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "issuelinks": [], "assignee": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-07T18:16:56.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": "For Snow Leopard and iOS 4.3 configuration, the app is not building for iOS on a 2.0.x release. I have tested this on the latest CI 2.0 (4/10/2012) available on the CI server. This can be tested with a simple 1 window application.\r\n\r\nHere is the log shown on the console:\r\n\r\n{noformat}\r\n\r\n[ERROR] /Users/timothy/Documents/Titanium Studio Workspace/Scratch/build/iphone/Classes/NetworkModule.m:252:44: error: use of undeclared identifier 'UIRemoteNotificationTypeNewsstandContentAvailability' [2]\r\n[ERROR] /Users/timothy/Documents/Titanium Studio Workspace/Scratch/build/iphone/Classes/NetworkModule.m:304:33: error: use of undeclared identifier 'UIRemoteNotificationTypeNewsstandContentAvailability' [2]\r\n[ERROR] \r\n[ERROR] Error: Traceback (most recent call last):\r\nFile \"/Library/Application Support/Titanium/mobilesdk/osx/2.0.1.v20120410131722/iphone/builder.py\", line 1318, in main\r\nexecute_xcode(\"iphonesimulator%s\" % link_version,[\"GCC_PREPROCESSOR_DEFINITIONS=__LOG__ID__=%s DEPLOYTYPE=development TI_DEVELOPMENT=1 DEBUG=1 TI_VERSION=%s %s %s\" % (log_id,sdk_version,debugstr,kroll_coverage)],False)\r\nFile \"/Library/Application Support/Titanium/mobilesdk/osx/2.0.1.v20120410131722/iphone/builder.py\", line 1224, in execute_xcode\r\noutput = run.run(args,False,False,o)\r\nFile \"/Library/Application Support/Titanium/mobilesdk/osx/2.0.1.v20120410131722/iphone/run.py\", line 41, in run\r\nsys.exit(rc)\r\nSystemExit: 65\r\n\r\n{noformat}\r\n\r\nThe customer added the following to ASIHTTPRequest.h by looking into the error code above:\r\n\r\n#ifndef __IPHONE_5_0\r\n#define __IPHONE_5_0 50000\r\n#endif\r\n\r\nTo match the other #ifdefs in that file. This does removes the above error, but then compilation fails as follows:\r\n\r\n{noformat}\r\n\r\n[ERROR] /Users/timothy/Documents/Titanium Studio Workspace/Scratch/build/iphone/Classes/GeolocationModule.mm:199:18:{199:24-199:59}: error: cannot initialize a variable of type 'KrollContext *' with an rvalue of type 'id' [2]\r\n[ERROR] /Users/timothy/Documents/Titanium Studio Workspace/Scratch/build/iphone/Classes/GeolocationModule.mm:215:18:{215:24-215:59}: error: cannot initialize a variable of type 'KrollContext *' with an rvalue of type 'id' [2]\r\n[ERROR] \r\n[ERROR] Error: Traceback (most recent call last):\r\nFile \"/Library/Application Support/Titanium/mobilesdk/osx/2.0.1.v20120410131722/iphone/builder.py\", line 1318, in main\r\nexecute_xcode(\"iphonesimulator%s\" % link_version,[\"GCC_PREPROCESSOR_DEFINITIONS=__LOG__ID__=%s DEPLOYTYPE=development TI_DEVELOPMENT=1 DEBUG=1 TI_VERSION=%s %s %s\" % (log_id,sdk_version,debugstr,kroll_coverage)],False)\r\nFile \"/Library/Application Support/Titanium/mobilesdk/osx/2.0.1.v20120410131722/iphone/builder.py\", line 1224, in execute_xcode\r\noutput = run.run(args,False,False,o)\r\nFile \"/Library/Application Support/Titanium/mobilesdk/osx/2.0.1.v20120410131722/iphone/run.py\", line 41, in run\r\nsys.exit(rc)\r\nSystemExit: 65\r\n\r\n{noformat}", "attachment": [], "flagged": false, "summary": "iOS: App build fails on Snow Leopard/iOS 4.3 configured machine", "creator": { "name": "vjoshi", "key": "vjoshi", "displayName": "Varun Joshi", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "vjoshi", "key": "vjoshi", "displayName": "Varun Joshi", "active": true, "timeZone": "America/New_York" }, "environment": "Titanium SDK: 2.0.X \r\nPlatform OS: iOS ", "comment": { "comments": [ { "id": "191934", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "It should be noted that this configuration may be outside of our [compatibility matrix|http://docs.appcelerator.com/titanium/2.0/index.html#!/guide/Titanium_Compatibility_Matrix-section-29004837_TitaniumCompatibilityMatrix-Xcode].", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-04-19T15:37:36.000+0000", "updated": "2012-04-19T15:37:36.000+0000" }, { "id": "409536", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket due to time passed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-07T18:16:56.000+0000", "updated": "2017-03-07T18:16:56.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }