You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now libclang.dylib and sourcekitd.framework are dynamically loaded at
runtime by SourceKittenFramework to use the versions included in the Xcode
version specified by xcode-select -p or custom toolchains. If
SourceKittenFramework clients previously accessed either of these libraries
directly using their APIs, those are no longer available. Norio Nomura #167
Enhancements
Simplify the process of generating library wrappers and validate library
wrappers in unit tests. JP Simard