{ "id": "61752", "key": "TIMOB-1120", "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": "11224", "name": "Release 1.4.0", "archived": true, "released": true, "releaseDate": "2010-07-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:55:16.000+0000", "created": "2011-04-15T02:44:31.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "3.3.2", "adhoc", "build", "code_sign_entitlements", "distribution", "iphone" ], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:55:16.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}
{html}", "attachment": [], "flagged": false, "summary": "Generated .xcodeproj missing CODE_SIGN_ENTITLEMENTS key. ", "creator": { "name": "sj101", "key": "sj101", "displayName": "Sj101", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "sj101", "key": "sj101", "displayName": "Sj101", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "124887", "author": { "name": "jhaynie", "key": "jhaynie", "displayName": "Jeff Haynie", "active": false, "timeZone": "America/Los_Angeles" }, "body": "{html}this is a regression issue it looks like.
This still does not work with 3.2.2. Even though it goes thru\nthe packaging, once you drag the .app into iTunes, I end up getting\nthe not signed error. And opening the project's settings, I see no\nentitlements settings.
I didn't think ad hoc should have entitlements. Right now, we\nonly add entitlements for non-adhoc certificates.
\nSo you're saying you have an ad hoc cert and when you add\nentitlements its working?
How else are you suppose to sign the apps for adhoc? Because\nright now if I compile with an adhoc profile, drag the app, and\nsync, it gives me app not signed error. After researching for over\na whole day, I solved the signing error by adding the\nCODE_SIGN_ENTITLEMENTS key into the xcodeproject file and then\npointing the value of that key to Entitlements.plist. See the link\nin my original post for more info. Also have a look at this:\nhttp://furbo.org/2008/08/06/beta-testing-on-iphone-20/
\nAnd I meant 1.3.2 in the title, not 3.3.2.
I solved this simply by changing line 699 on builder.py. Changed\n\"if not is_adhoc(appuuid):\" to \"if is_adhoc(appuuid):\" and TiDev is\ncompiling with adhoc certs fine :)
please re-test this with the latest from master.
\ni've tested with various ad-hoc, distribution, etc.
tested with several different people and scenarios. tested\nuploading to app store.