error: Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's

我遇到产生这个的原因是:

verify the embedded binary target's code sign settings match the parent app's

verify the embedded binary target's code sign settings match the parent app's

之前因为权限的问题改成了始终信任,导致报这个错。应该是权限问题(推测),知道原理的可以在评论贴一下。我改成使用系统默认就OK了。需要clean一下x-code。之前试了N多都不行 1.更换重新生成证书 2.捣鼓配置



相关文章:

  • 2021-04-13
  • 2021-06-09
  • 2021-11-27
  • 2021-07-08
  • 2021-12-17
猜你喜欢
  • 2021-07-08
  • 2022-12-23
  • 2022-12-23
  • 2021-05-31
  • 2021-03-31
  • 2022-12-23
相关资源
相似解决方案