真机运行报错The executable was signed
2019-05-10 本文已影响0人
太阳的小号
真机运行报错
The executable was signed with invalid entitlements.
The entitlements specified in your application’s Code Signing Entitlements file are invalid, not permitted, or do not match those specified in your provisioning profile. (0xE8008016).

原因:我的是因为两个targets的选择的Team不一致导致的,修改成一样的team就可以了。