I'm getting the error
dyld: Library not loaded: @rpath/libclang.dylib
Referenced from: /Users/hakonbogen/Library/Developer/Xcode/DerivedData/SwiftFormat-edvvyjtkenmgpacnoypycvtuxctn/Build/Products/Debug/SourceKittenFramework.framework/SourceKittenFramework
Reason: image not found
When trying to build my command line tool in XCode. I've built carthage so the frameworks are in correct folder.
And done Link Binary With Libraries:
I also tried adding Copy files
But nothing seems to work. Does anyone have any suggestions?