I'm trying to run a local iOS app on my iPhone via Xcode, but I encounter an error instructing me to trust the Developer App certificate. The exact message is: "Open Settings on the device and navigate to General -> VPN & Device Management, then select your Developer App certificate to trust it."
However, I cannot find any Developer App certificate listed under VPN & Device Management in my device settings. I've tried reinstalling Xcode, but the issue persists. How can I resolve this and successfully build the app on my iPhone?
When I disabled "Automatically manage signing" and explicitly choose Provisioning Profile, it worked.