{ "id": "169856", "key": "TIMOB-25329", "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": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2017-09-22T11:47:23.000+0000", "created": "2017-09-21T11:03:29.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [], "versions": [ { "id": "19922", "description": "", "name": "Release 6.2.1", "archived": false, "released": true, "releaseDate": "2017-09-18" } ], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2018-08-06T17:41:10.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": "Just updated to Xcode 9 and TiSDK 6.2.1, and everything broke all together when I try to Package to ad hoc.\r\n\r\nThis is the error I get:\r\n\r\n[TRACE] : Code Signing Error: No profile for team '6E5M3DGMBX' matching 'my cert adhoc' found: Xcode couldn't find any provisioning profiles matching '6E5M3DGMBX/my cert adhoc'. Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the General tab of the target editor.\r\n[TRACE] : Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.0'\r\n\r\n(This was working fine until the update, so the certificates and the private keys are correctly imported)\r\n\r\n\r\nEDITED:\r\n\r\nThe problem is that the project.pbxproj is created with the DEVELOPMENT_TEAM value set as the *bundle* identifier instead of the *Team* identifier. If you open the xcode project and then fix it from the General menu, the DEVELOPMENT_TEAM value will be eventually right.", "attachment": [], "flagged": false, "summary": "iOS CLI: No profile for team '6E5M3DGMBX' - where the team is the bundle identifier ", "creator": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "environment": "MacOS 10.12.6 (16G29)\r\nTi SDK 6.2.1.GA\r\nXcode 9.0 (9A235)", "closedSprints": [ { "id": 948, "state": "closed", "name": "2017 Sprint 19 SDK", "startDate": "2017-09-10T21:24:51.562Z", "endDate": "2017-09-24T21:24:00.000Z", "completeDate": "2017-09-25T17:49:27.460Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "428267", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "The {{DEVELOPMENT_TEAM}} is set to the {{appPrefix}} from the selected provisioning profile which is the same thing as the team id. It should not be setting the bundle identifier. \"6E5M3DGMBX\" looks like a team id, not a bundle identifier.\r\n\r\nFWIW, I had the same problem and I simply need to recreate my provisioning profiles and things started working again.\r\n\r\nFurthermore, I submitted a PR yesterday for TIMOB-25318 which improves the provisioning profile validation to ensure that the selected developer/distribution cert is assigned to the selected provisioning profile. The goal is to fail as soon as possible.\r\n\r\nIf you would please try recreating your provisioning profile and try again, then report back your results. If it works, then we can resolve this ticket. Thank you!", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2017-09-21T17:01:25.000+0000", "updated": "2017-09-21T17:01:25.000+0000" }, { "id": "428314", "author": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "body": "I did what you suggested but I get the same error.\r\n\r\n6E5M3DGMBX is the appPrefix\r\n\r\n!https://imgur.com/zttL0li.png!\r\n\r\nbut the team identifier is written right in the provisioning:\r\n\r\n\r\n\tTeamIdentifier\r\n\t\r\n\t\t4V676W935X\r\n\t\r\n\tTeamName\r\n\tCompany SRL\r\n\tTimeToLive\r\n\t60\r\n\tUUID\r\n\t237a354d-XXX\r\n\tVersion\r\n\t1\r\n\r\nIf I open the Xcode project it's marked as an error:\r\n\r\n!https://imgur.com/hgHzHMl.png!\r\n\r\nand when I select the right provisioning it looks fixed:\r\n\r\n!https://imgur.com/bxGjlWO.png!", "updateAuthor": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-09-22T07:43:45.000+0000", "updated": "2017-09-22T07:43:45.000+0000" }, { "id": "428315", "author": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "body": "updating to 6.3.0.v20170921125635 didn't fix it. The ticket you linked seems the same error, I will watch it too!", "updateAuthor": { "name": "a.marcone", "key": "a.marcone", "displayName": "Alberto Marcone", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-09-22T08:20:07.000+0000", "updated": "2017-09-22T08:20:07.000+0000" }, { "id": "428324", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Resolving as duplicate of TIMOB-25318. You can try out the 6_3_X branch today by using {{appc ti sdk install -b 6_3_X) or patch the SDK manually by using the pull-request referenced in the linked ticket. Thanks!", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-09-22T11:47:23.000+0000", "updated": "2017-09-22T11:47:23.000+0000" }, { "id": "428365", "author": { "name": "ch", "key": "ch", "displayName": "Cameron", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Ok I had the same exact problems as everyone else.\r\n\r\nUpgraded to 6.3.x as noted above by Hans.\r\n\r\nProblem is NOT solved. Still the same problem. \r\n\r\nI copied my project to a new folder and did a fresh import\r\n\r\nThe freshly imported one doesn't even recognize my certificates and won't allow any kind of build what-so-ever (project can be built from Xcode but I have to manually select the certificates)\r\n\r\nTrying to archive directly in Xcode is no good since it doesn't package images or app.js for that matter. Stuck in a loop here", "updateAuthor": { "name": "ch", "key": "ch", "displayName": "Cameron", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-09-23T00:35:30.000+0000", "updated": "2017-09-23T00:57:33.000+0000" }, { "id": "440005", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as a duplicate. If this is in error, please reopen.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-08-06T17:41:10.000+0000", "updated": "2018-08-06T17:41:10.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }