{ "id": "149595", "key": "TIMOB-19202", "fields": { "issuetype": { "id": "6", "description": "gh.issue.epic.desc", "name": "Epic", "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": "16778", "description": "Release 5.0.1", "name": "Release 5.0.1", "archived": false, "released": true, "releaseDate": "2015-09-25" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2018-07-27T17:37:21.000+0000", "created": "2015-07-10T03:08:37.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "appthinning", "qe-4.1.1" ], "versions": [ { "id": "16919", "description": "Critical updates", "name": "Release 4.1.1", "archived": true, "released": true, "releaseDate": "2015-07-15" } ], "issuelinks": [ { "id": "48759", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "150597", "key": "TIMOB-19391", "fields": { "summary": "iOS9: Enable app store submission of watch apps", "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": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2018-07-27T17:37:21.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": "Following the release of Xcode 7 / Beta 3, There's a *Enable Bitcode* in Build Settings which is set to *YES*, that prevents the Xcode project from compiling if it contains libraries that were not compiled with Xcode 7 / Beta 3 with the same build setting. Reference [here|https://forums.developer.apple.com/thread/8991]\r\n\r\nBitcode is part of the app thinning initiative. Reference [here|https://developer.apple.com/library/prerelease/ios/documentation/IDEs/Conceptual/AppDistributionGuide/AppThinning/AppThinning.html#//apple_ref/doc/uid/TP40012582-CH35]\r\n\r\nA temporary work around is to set this *Enable Bitcode* to *NO*, and the project will compile. However, eventually we should have all libraries recompiled with the latest Xcode, so that future projects are app thinning ready.\r\n\r\nNew tickets on rebuilding should be referenced to this ticket.", "attachment": [], "flagged": false, "summary": "iOS9: Rebuild all static libraries in titanium_mobile and appcelerator modules with Xcode 7", "creator": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 1053, "state": "closed", "name": "2018 Sprint 15 SDK", "startDate": "2018-07-15T21:52:05.453Z", "endDate": "2018-07-29T21:52:00.000Z", "completeDate": "2018-07-29T22:25:11.723Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "358278", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Enable Bitcode will be set to NO by default in the next release. This ticket will be addressed after the next release.", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-07-24T20:54:26.000+0000", "updated": "2015-07-24T20:54:26.000+0000" }, { "id": "360471", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "This ticket has to be resolved in order for app submission of watch app\r\n to work. See\r\nhttp://adcdownload.apple.com/Developer_Tools/Xcode_7_beta_5/Xcode_7_beta_5_Release_Notes.pdf\r\npage 37 under App thinning:\r\n{quote}\r\nXcode 7 has a ENABLE_BITCODE option to embed bitcode in apps, app extensions, and frameworks. The option is turned on by default for iOS and is *mandatory* for watchOS projects submitted to the store.\r\n{quote}\r\n\r\nAlso see https://forums.developer.apple.com/thread/10392 for user frustrations.", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-08-20T09:01:46.000+0000", "updated": "2015-08-21T00:21:37.000+0000" }, { "id": "360611", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "One of the key concerns of rebuilding the static libraries is whether it implies that we have to maintain 2 architectures, one with bitcode enabled, while the other is not.\r\n\r\nBased on information from:\r\nhttp://www.openradar.me/21884601\r\nand\r\nhttps://github.com/CocoaPods/CocoaPods/issues/3729\r\n\r\nIt seems to imply that libraries and frameworks built with bitcode enabled can be used in both bitcode enabled and disabled projects. i.e. they can be used in Xcode 7 as well as earlier versions of Xcode that doesn't have bitcode.\r\n\r\n*Verified*. libs built with bitcode support is backward compatible with Xcode < 7 as well. This implies that we don't have to maintain 2 versions of libs.\r\n", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-08-21T02:03:39.000+0000", "updated": "2015-08-21T06:26:32.000+0000" }, { "id": "360618", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-08-21T03:06:16.000+0000", "updated": "2015-08-21T06:28:10.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }