0

I have created a new project with xcode but have the following error:

Missing required module '_SwiftUIKitOverlayShims'

What should I do?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62

1 Answers1

0

Try this process -

  1. Press "Cmd + Shift + K" or shift + cmd + alt + k to clean up, and quit Xcode.
  2. Delete the cache Run "rm -rf ~/Library/Developer/Xcode/DerivedData" in terminal
  3. Open the project and re-build it
Rashed
  • 2,349
  • 11
  • 26