What is SwiftShims Module?
I am trying to convert a Swift v1.2 project to a Swift v2.0 project using Xcode 7.0.
I got this during build:
Swift had fatal errors building ast context for this module: A required module is missing. SwiftShims debugging information from this module will not be available in the debugger.
What is SwiftShims Module?
And how would I install it if it is missing?
+3
Frederick C. Lee
source
to share
1 answer
I was getting a similar error message regarding SwiftShims module , so this is probably only a partial solution for your case.
I had to clear all user data that Xcode was using and emptied all caches. It helped me:
How to clear caches and clear all targets Xcode 4
+5
darqueos
source
to share