Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

“iOS 17.0.simruntime” cannot be opened because the developer cannot be verified

I just downloaded the iOS 17 runtime, but after copying it into the destination, this popup opens and the Xcode could not use the simulator as expected:

Popup

Downloaded from the Apple Developer site

How can I fix this?

like image 813
Mojtaba Hosseini Avatar asked Dec 06 '25 06:12

Mojtaba Hosseini


2 Answers

Try this:

sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService

like image 134
Ajmal Hasan Avatar answered Dec 07 '25 21:12

Ajmal Hasan


It is possible to call simctl on the downloaded .dmg to add the simulator runtime manually. That is a safer workflow that also performs code signing verification. The command would be:

xcrun simctl runtime add <pathTo/platform_simulator_runtime.dmg>

Manually copying the .simruntime into the intended location for installation is an unsupported workflow.

To learn more, take a look at https://developer.apple.com/documentation/xcode/installing-additional-simulator-runtimes

like image 29
jyao Avatar answered Dec 07 '25 22:12

jyao



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!