-
Notifications
You must be signed in to change notification settings - Fork 24
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
Doesn't install (Xcode 7.2) #21
Comments
I'm running into the same error with Xcode 7.2.1 on OS X 10.10.5. I tried installing it from both Homebrew and from the instructions on the git repo. |
How do you install it with Homebrew? It isn't in the official repositories list. (?) |
Oh, never mind. Found it: ❯ brew install whereami [19:27:20] READ THIS: https://git.io/brew-troubleshooting
|
I encountered the same problem during the installation: Xcode 7.3 on OS X 10.11.4, recently. Is there a solution to this problem, and do we know the reason how this happened? |
Currently the only solution is to reprogram whereami ourselves, which I sadly can't help with, or to use LocateMe, namely v0.3, which works great on 10.11.x: https://github.com/netj/LocateMe/releases |
Tried it with xctool, unsuccessful, then directly with xcodebuild, same thing (OS 10.11.2 with Xcode 7.2, SIP disabled). With xcodebuild I get this output:
The following build commands failed:
CompileSwift normal x86_64 /Users/USER/whereami/whereami/SwiftCLI/SwiftCLI/Result/Result.swift
CompileSwift normal x86_64 /Users/USER/whereami/whereami/SwiftCLI/SwiftCLI/IO/Output.swift
CompileSwift normal x86_64 /Users/USER/whereami/whereami/SwiftCLI/SwiftCLI/Commands/Special/VersionCommand.swift
CompileSwift normal x86_64 /Users/USER/whereami/whereami/WAIVersionCommand.swift
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
(5 failures)
The text was updated successfully, but these errors were encountered: