-
Notifications
You must be signed in to change notification settings - Fork 414
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
Update to jazzy-0.1.2 with XCode 6.3 beta 1(6D520o) #170
Comments
It should be enough to have 6.1 or 6.1 installed at or symlinked to /applications/xcode.app |
Hmm, I have installed Xcode Version 6.1.1 (6A2006) and it is situated at |
Hi @juangamnik! This seems to suggest that the symlink to
This is how it should be
If
|
For me the result of tree is: $ tree
.
├── SourceKittenFramework
└── Versions
└── A
├── Frameworks
│ ├── SwiftXPC.framework
│ │ ├── SwiftXPC
│ │ └── Versions
│ │ └── A
│ │ ├── Modules
│ │ │ ├── SwiftXPC.swiftmodule
│ │ │ │ ├── x86_64.swiftdoc
│ │ │ │ └── x86_64.swiftmodule
│ │ │ └── module.modulemap
│ │ ├── Resources
│ │ │ └── Info.plist
│ │ └── SwiftXPC
│ ├── libswiftCore.dylib
│ ├── libswiftCoreGraphics.dylib
│ ├── libswiftDarwin.dylib
│ ├── libswiftDispatch.dylib
│ ├── libswiftFoundation.dylib
│ ├── libswiftObjectiveC.dylib
│ └── libswiftSecurity.dylib
├── Modules
│ ├── SourceKittenFramework.swiftmodule
│ │ ├── x86_64.swiftdoc
│ │ └── x86_64.swiftmodule
│ └── module.modulemap
├── Resources
│ └── Info.plist
└── SourceKittenFramework
12 directories, 19 files |
$ file SourceKittenFramework
SourceKittenFramework: Mach-O 64-bit dynamically linked shared library x86_64 |
OK, I added by hand the symbolic link |
Yeah the symlinks are not being created for some reason, so the destination file is being put in its place. The |
It's working for me, so I'm afraid I can't be of much help. |
Cool, so its not just my machine then! :) I'll check with the other thread that raised this issue previously. |
I tried to reinstall jazzy and it didn't help. It works for me now. But if you guys need more information for fixing the underlying problem (or just telling me how I can hold it correctly ;) ) I am eager to help. So just ask. |
Sounds good, will do! :) |
Xcode 6.3 beta didn't work for me - but switching to 6.2 worked fine. |
update to jazzy v0.2.0 (XCode 6.3 installed) works. |
I updated jazzy to v0.1.2 and my
xcode-select -p
set to:When I start jazzy afterwards:
And a window pops up that there is a problem with the installation of sourekitten.
My hypothesis is that during installation of sourcekitten the swift code couldn't be compiled as it is not swift 1.2 compatible. But what should I do now to get it running again? change xcode-select to XCode 6.1 and reinstall the gem?
The text was updated successfully, but these errors were encountered: