Also try to check your other libs and pods, maybe one of them was updated and it requires a sign
Post
Replies
Boosts
Views
Activity
Project settings - Your target - General - Frameworks, Libraries, and Embedded Content
I had own framework here with "Embedded Without Signing" property. I changed it to "Embed & Sign". Btw it worked with xcode 14.0.1 before erasing my phone. Looks like previous xcode version did not require sign for this library and device had correct provisioning profile. After xcode update it used old profile from phone but after erase I was receiving this error.