-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library not loaded error when running #144
Comments
Where do you have Xcode installed? It's expected to be under You can check by running |
Yes. It returns this. Its the correct path. I have the Xcode 6.2 beta installed. |
Not quite. Your's is mkdir -p /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr
ln -s /Applications/Xcode-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib |
I see. One question. When I eventualy install a stable Xcode version, do I have to remove the symlink or something? |
No. When you install a GM version either manually (by placing it in the Is it working for you now? |
Yep! That solved it. Works fine now. 👍 Thank you so much. |
Nice, np! :) |
After much trouble I finally installed Jazzy successfully. Then from the Terminal, I navigate inside an Swift Xcode project which I have documented according to the new Swift documentation syntax and ran the command
jazzy
. But it outputs the following error.dyld: Library not loaded: @rpath/libclang.dylib
Referenced from: /Library/Ruby/Gems/2.0.0/gems/jazzy-0.0.20/bin/sourcekitten
Reason: image not found
Please pass in xcodebuild arguments using -x
If build arguments are correct, please file an issue on https://github.com/realm/jazzy/issues
How do I resolve this?
The text was updated successfully, but these errors were encountered: