-
Notifications
You must be signed in to change notification settings - Fork 37
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
Install failed with build error 65 #31
Comments
What is the output of Just realized that the above and |
I am having the same issue
|
Is this issue on the Might be worthwhile installing with the package |
@nathankot yes this is on |
I don't know the detail but #33 may be related to this issue. |
@cc-lam Did it work when you installed from the installer package? |
Yes the installer package works |
I'm also getting this error. I tried installing the package but, it's not clear where the daemon is placed by the installer so, I can't start it. |
@jeremiahrhall Did you find a solution? |
This issue is old. Did you guys find a solution in the end? (: |
carthage build --platform Mac
seems to work although with tons of warnings about upcoming deprecated stuff in Swift 3'make install` fails with :
import SwiftXPC
^
** INSTALL FAILED **
The following build commands failed:
CompileSwift normal x86_64 /Users/patricklam/Desktop/SourceKittenDaemon/vendor/Xcode.swift/Xcode/Xcode/PBXObject.swift
CompileSwift normal x86_64 /Users/patricklam/Desktop/SourceKittenDaemon/SourceKittenDaemon/Server/CompletionServer.swift
CompileSwift normal x86_64 /Users/patricklam/Desktop/SourceKittenDaemon/SourceKittenDaemon/Project/ProjectType.swift
CompileSwift normal x86_64 /Users/patricklam/Desktop/SourceKittenDaemon/SourceKittenDaemon/Completer/Completer.swift
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
(5 failures)
make: *** [.build] Error 65
The text was updated successfully, but these errors were encountered: