The installation of my app was working fine before, and literally nothing changed when I tried to run it on my device, but I’m getting the following error when trying to install (iOS 17.1.1, Xcode 15.0.1):
"Unable to install {app name}"
Failed to verify code signature of {path name} (a valid provisioning
profile for this executable was not found).Verify that the Developer App certificate for your account is trusted on your device. Open
Settings on the device and navigate to General -> VPN & Device
Management, then select your Developer App certificate to trust it.
Problem is, I can’t grant that permission under General -> VPN & Device Management, nothing of the sorts shows up there.
Any suggestions?
2
Answers
I see, this Apple forum post covers the same issue. Some quotes:
Clean install worked for me.
How about to try change Trust on your development certificate at keychain?
It is also worth to check the list of certificates, delete outdated ones, if it possible to delete all, and add the new one, and try to build.