6

I have tried:

  • restart the simulator and Xcode
  • delete Xcode and reinstall it
  • run xcrun simctl erase all this command

I already try but can't solve this issue

enter image description here

Panda
  • 6,955
  • 6
  • 40
  • 55
Mitesh Ramani
  • 131
  • 2
  • 8

3 Answers3

0

Make sure that xcrun is the same installation of Xcode that you're running in the UI:

To check:

xcode-select --print-path

To change:

sudo xcode-select -s {the-path-to}/Xcode.app/Contents/Developer
Paul Beusterien
  • 27,542
  • 6
  • 83
  • 139
0

You can delete this simulator and add it back.I had solved this problem by this way. Maybe you can try it.

Ammi
  • 1
0

In my own case, Validating the build before distributing it solved the problem. I forgot to validate before distributing the build.

Lucky Amos
  • 156
  • 1
  • 5