What is Core Simulator service on Mac?

Core Simulator service · seed · quit hint: caution

Core Simulator service is a macOS process. People usually find it in Activity Monitor when asking “what is this process?”

What does Core Simulator service do?

CoreSimulatorService is the per-user daemon that manages iOS/watchOS/tvOS Simulator device state for Xcode, Simulator.app, and simctl. It stays available after Xcode/Simulator use so subsequent launches are faster. Quitting can wedge Simulator until it relaunches; avoid killing it during active simulator or UI tests.

When to leave Core Simulator service running

  • xcode-simulator-in-use

Is it safe to quit Core Simulator service?

Hint: caution. SystemWoe Free and Pro use keep-guards so you don’t blindly kill something important — Pro adds force-terminate only with confirmation.

Further reading

Related developer runtime processes on Mac

Suggest an editAll entries