Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to chmod user/Library/Developer/CoreSimulator/Devices NO Such File Or directory

When i try to run my app in iPhone 6 simulator, i am getting following error. I am using Xcode 8.1 can any one please help me to understand this issue

enter image description here

like image 598
Vaisakh Avatar asked Nov 08 '16 10:11

Vaisakh


2 Answers

I had this issue, where it would run it every time I deleted the app from the simulator, but when I tried to run it second time this error would show.

I solved it by resetting the iOS Simulator from the top bar menu.

Xcode 9.0: HardwareErase All Content and Settings...

Pre Xcode 9.0: SimulatorReset Content and Settings...

like image 86
ThomasCle Avatar answered Sep 23 '22 18:09

ThomasCle


I solved this with restart iOS Simulator: Hardware -> Reboot.

like image 20
feca Avatar answered Sep 22 '22 18:09

feca