iphone - iOS4.3 Entitlements.plist for Ad Hoc Distribution -
ok, i've done 3 ad hoc distributions , each 1 has had own problems in 1 way or other, 1 has me perplexed. i've set do, after distributing dreaded "entitlements invalid" error appears after attempting install.
i'm using ios4.3 , xcode 4 gm 2.
i have entitlements set follows:
(source view):
<?xml version="1.0" encoding="utf-8"?> <!doctype plist public "-//apple//dtd plist 1.0//en" "http://www.apple.com/dtds/propertylist-1.0.dtd"> <plist version="1.0"> <dict> <key>get-task-allow</key> <false/> <key>application-identifier</key> <string>$(appidentifierprefix)$(cfbundleidentifier)</string> <key>keychain-access-groups</key> <array> <string>$(appidentifierprefix)$(cfbundleidentifier)</string> </array> </dict> </plist>
same every entitlement i've ever used. confirmed build has code signing entitlements set entitlements.plist.
get no error during "archive" , no error generating .ipa. on installation.
at lose, appreciated.
additional note:
i tried setting "application-identifier" , "keychain-access-groups" explicitly mentioned in http://twoappguys.com/blog/ios4-and-the-wildcard/, did not solve issue.
if you're using configuration release, need review archive-scheme , change new build configuration.
Comments
Post a Comment