I cant leave comment so I will try explain more here. I started receive this error after erasing my phone. It was working with xcode14 Looks like earlier when I was using xcode13 I saved provisioning profile to my phone and even after upgrade to 14 all were ok. After erase phone I received this error cos this profile was deleted but xcode14 requires sign for libs. So what I did:
Project Setting - Target - General - Frameworks, Libraries, and Embedded Content
Right here I have my own library which had "Embedded Without Signing" property. I've changed it to "Embed & Sign".
Also try to check your all libs and pods, maybe one of them was updated and it requires a sign.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: