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.
Post
Replies
Boosts
Views
Activity
After long search I found the reason and solution for me. One of my libraries was embedded without a signature. It used to work as is and I don't know what happened last time (no changes in the project in the last 2 weeks). I changed it to "Embed & Sing". Now it works. Hope it helps you
Same issue. I'm trying to find fix second day. I've tried to use automatic and manual signing, revoke cert, recreate provisioning profile, reinstall xcode, downgrade xcode, clean all data, reset profiles on device, erase device. Up! Help
Same issue. I'm trying to find fix second day. I've tried to revoke cert, recreate provisioning profile, reinstall xcode, downgrade xcode, clean all data, reset profiles on device, erase device. Up! Help!
this should be the answer. it works for me too
You go to https://developer.apple.com/account/resources/profiles/list, choose your provision, then click edit (no need change anything), save and download it. Install this provision. It works for me