Tip the executable is signed with invalid entitlements. (The entitlements specified in your application ' s Code Signing entit Lements file does not match those specified in your provisioning profile.) error, no publication succeeded. After querying the information on the Internet, the problem was successfully solved by one of the following methods:
The first step: Add a file to the project, select the property list in resource, 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 Yes
Step three: The value of code Signing entitlements in the Build Settings tab in info in targets is set to entitlements.plist, and the rebuild is resolved
The Xcode real-time Test was released with the executable is signed with invalid entitlements. Solution