[TIMOB-1765] Unexpected output with xcode 4.1 for iPad apps
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T03:01:37.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | iOS |
Labels | ios, ipad, xcode4.1 |
Reporter | Thomas Huelbert |
Assignee | Blain Hamon |
Created | 2011-04-15T03:01:37.000+0000 |
Updated | 2017-03-02T19:03:08.000+0000 |
Description
1.Use xcode 4.1 to create an iPad app.
2.Run the app while attached to view debug output.
results, the app seems to run fine, but I see:
Wed Sep 8 13:17:57 Jeff-Haynies-iPad installd[6215] : entitlement 'application-identifier' has value not permitted by a provisioning profile
Wed Sep 8 13:17:57 Jeff-Haynies-iPad installd[6215] : entitlement 'keychain-access-groups' has value not permitted by a provisioning profile
Wed Sep 8 13:17:57 Jeff-Haynies-iPad installd[6215] : entitlement 'application-identifier' has value not permitted by a provisioning profile
Wed Sep 8 13:17:57 Jeff-Haynies-iPad installd[6215] : entitlement 'keychain-access-groups' has value not permitted by a provisioning profile
Wed Sep 8 13:17:57 Jeff-Haynies-iPad installd[6215] : entitlement 'application-identifier' has value not permitted by a provisioning profile
Wed Sep 8 13:17:57 Jeff-Haynies-iPad installd[6215] : entitlement 'keychain-access-groups' has value not permitted by a provisioning profile
Comments
- Thomas Huelbert 2011-04-15
I could not repro this with a freshly created app, fwiw, but using my existing ks-ipad I get the noted output
- Blain Hamon 2011-04-15
This is install daemon complaining that the provisioning profile mentions entitlements it's not expecting, either new properties or old ones. Good catch, but it's nothing to worry about.
- Lee Morris 2017-03-02 Closing as invalid.