真机调试是遇到的问题 :
The executable was signed with invalid entitlements.
The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile. (0xE8008016).
解决方案:
Project - TARGETS - 项目目标名称 - Build Settings - Code Signing Entitlements 将其值置为空。
再次运行即可通过