skip to Main Content

I just downloaded the Xcode 15 and 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 apple

How can I fix this?

2

Answers


  1. Chosen as BEST ANSWER
    1. Leave the popup open
    2. Go to the destination location
    3. right-click on iOS 17.0.simruntime and select Get Info (or just press command + i)
    4. Scroll to the bottom and set the permission of everyone to Read & Write

    Demo

    1. Now hit the Cancel button of the popup.
    2. You can now revert the permission settings of the iOS 17.0.simruntime file (optionally)

    1. Open System Settings
    2. Select Security and Privacy in the side menu
    3. Scroll down to Security
    4. Tap "Open Anyway" on the "iOS 17.0.simruntime was blocked…" item.
    5. You can now tap cancel on the "“iOS 17.0.simruntime” cannot be opened because the developer cannot be verified." dialogue.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search