2 ways to solve the problem:
(1) Delete the value of code Signing entitlements in the Build tab in info in targets.
(2) Create a new plist and let it be the file that the code Signing entitlements value.
Specific:
The first step: Add the file in the project, select the entitlements in code Signing, and add the name to Entitlements.plist.
The second step: click Entitlements.plist to edit, delete all root keys, and then add a Boolean type, named Get-task-allow key, the status is checked.
Step three: The value of code Signing entitlements in the Build tab in info in targets is set to entitlements.plist, and the rebuild is resolved.
The first approach is my approach, the second reference: http://blog.csdn.net/gw_zxp/article/details/6152436.
The entitlements specified in your application ' s Code Signing entitlements file does not match ...