swiftwasm / JavaScriptKit

Swift framework to interact with JavaScript through WebAssembly.
https://swiftpackageindex.com/swiftwasm/JavaScriptKit/main/documentation/javascriptkit
MIT License
664 stars 44 forks source link

Compiled module was created by a different version of the compiler; rebuild 'JavaScriptKit' and try again #212

Closed TeamPuzel closed 1 year ago

TeamPuzel commented 1 year ago

Hi, On the latest version of Xcode adding JavaScriptKit as a dependency for a Swift package and importing it causes this error.

kateinoigakukun commented 1 year ago

Please clean DerivedData and build again

TeamPuzel commented 1 year ago

hmm okay that solved it thanks, though not even the examples actually compile, and carton crashes