Bundle Identifier and push certificate… aps-environment entitlement error

前端 未结 19 2569
滥情空心
滥情空心 2020-11-29 17:38

I\'ve read Where does xcode take application's Identifier from? , XCode bundle identifier formatting from {PRODUCT_NAME} , and loads more but...

I\'m trying to g

19条回答
  •  广开言路
    2020-11-29 18:02

    the solution for 10.8 Xcode 4.4 is to open the appname.entitlements file

    and if the DataProtectionClass key has the value NSFileProtectionComplete, delete it!

    Deleting this key allows me to test apps from Xcode on devices (it wasn't affecting simulation).

提交回复
热议问题