iPhone Entitlements problem with XCode 4 for Ad Hoc distribution

前端 未结 7 2100
半阙折子戏
半阙折子戏 2021-02-01 06:26

I have reread all the documentation and postings on Ad Hoc distribution and still have a problem. If I try \'wireless\' distribution (with a .plist and .ipa file being downloade

7条回答
  •  我在风中等你
    2021-02-01 06:58

    Maybe they made a shorter version of Entitlements.plist in xcode4. The default Entitlements.plist does not contain the 'application-identifier' and the 'keychain-access-groups' keys, but if you change the value of the 'Can be debugged' key via the 'ASCII Property editor' it really changes the value of the 'get-task-allow' key in the background...

提交回复
热议问题