The code signature version for iOS development is no longer supported.

Encountered this problem,

Solution one:

Build Setting -> Other Code Signing Flags 添加 --generate-entitlement-der

Solution two:

  • Xcode > Target > General
  • 找到 "Embedded Framework, Libraries and Embedded Content"
  • Set all frameworks in the Embedded field to "Do not Embed"

I solved this problem using method 2

Guess you like

Origin blog.csdn.net/hbblzjy/article/details/124968188