當我產生Entitlements.plist的內容是這樣的Entitlements.plist不正確
<key>application-identifier</key>
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
</array>
而不是被這樣
<?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/>
</dict>
</plist>
不知道我做錯了什麼......?
你是什麼意思「當我生成一個Entitlements.plist」?你不需要自己生成它們。 – 2010-08-18 00:10:50
@tc,我點擊文件 - >新建 - >代碼簽名 - >權利 – 2010-08-18 01:35:21