Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not run build/ios/iphoneos/Runner.app on Try launching Xcode and selecting "Product > Run" to fix the problem

Tags:

ios

build

When running an iOS App on a real iPhone (not Simulator) you may run into this problem.
The reason is because the app isn't signed by a trusted source.

like image 520
Rio Weber Avatar asked Jun 12 '20 00:06

Rio Weber


1 Answers

To fix this you have to Open Settings on your iPhone and navigate to: General -> Device Management, then select your Developer App certificate and "trust" it.

like image 187
Rio Weber Avatar answered Sep 18 '22 23:09

Rio Weber