skip to Main Content

I have recently updated 14.0 version of Xcode and simulator. I am facing a strange issue that app is not removing from the simulator. Before this update it’s working perfect but after updated its showing this behaviour. Have a look a below, I have tried with both Remove app and Edit Home screen option. Both of them did’t work for me. I have also tried to delete app from App library it also did’t work.

enter image description here

2

Answers


  1. So, I just ran into this weird issue as well, but I found that it wasn’t consistent. Sometimes I could actually delete the app and sometimes I couldn’t.

    I think I figured out how to delete it every time:

    • When the app is running, go into Xcode and press "Stop" (CMD + .)
    • Now delete the app from the simulator

    It’s a work-around, but it doesn’t look like Apple wants to fix this issue or maybe it was never reported to them, I don’t know, but this seems to be working for me at least.

    I’m running macOS Ventura 13.1, Xcode 14.2 and an iPhone 14 (iOS 16.2) simulator, so basically the newest versions and it’s still present.

    Login or Signup to reply.
  2. I have figured out a workaround for this issue.

    • If you can’t uninstall the app you simply restart the simulator from the menu.
    • Then try to uninstall the application with the usual way and it will work like a charm.

    restart menu screen shot

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