Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't run iPhone simulator - file "Logs" couldn't be saved

iPhone simulator doesn't work. Displays error message:

The file “Logs” couldn’t be saved in the folder “Library” because a file with the same name already exists.

When /Logs dir is empty, simulator creates subdir CoreSimulator/[AppID] and dispalys the above message. It's fresh OS X Yosemite, installed on new Mac Mini.

Any idea how to fix this issue ?

like image 354
Tomasz Slanina Avatar asked Dec 26 '14 20:12

Tomasz Slanina


People also ask

How do I access iOS simulator files?

# Open application folder in Finder First, copy the path to the app folder from Xcode console. Then open Finder, click on Go -> Go to Folder and paste the application directory path. You will now be able to browse all the files in your application folder.

Where is iOS simulator data stored?

type: ~/Library/Application Support/iPhone Simulator.

How do I view simulator logs?

Using Chrome Developer Tools To access it, open the Chrome Developer tools from the More tools menu. Inside it you need to open the Remote devices view from the More tools menu. The view will list all attached Android devices and running emulator instances, each with its own list of active web views.


1 Answers

Try to reset the Ios Simulator settings it worked for me!

iOS Simulator -> Reset Content and Settings...

like image 144
storm Avatar answered Oct 29 '22 00:10

storm