Aben's Blog

vuePress-theme-reco Aben    2020 - 2023
Aben's Blog Aben's Blog

Choose mode

  • dark
  • auto
  • light
Home
Category
  • Docker
  • Node.js
  • golang
  • iOS
  • macOS
Tag
TimeLine
More
  • GitHub
  • Backend
author-avatar

Aben

14

Article

18

Tag

Home
Category
  • Docker
  • Node.js
  • golang
  • iOS
  • macOS
Tag
TimeLine
More
  • GitHub
  • Backend

清理 SwiftUI Preview 模拟器环境缓存

vuePress-theme-reco Aben    2020 - 2023

清理 SwiftUI Preview 模拟器环境缓存

Aben 2020-09-03 SwiftUIiOS
# Try to delete the preview canvas from here
~/Library/Developer/Xcode/UserData/Previews/Simulator Devices/

# then in command line run the following
killall -9 com.apple.CoreSimulator.CoreSimulatorService

# finally restart XCode

1
2
3
4
5
6
7
8