-
Notifications
You must be signed in to change notification settings - Fork 10
Segmentation fault: 11 #4
Comments
Same here. I get it just running querykit by itself or with -h or --help. Not sure which matters, but I'm on El Capitan, using XCode 7.2. |
Same here. |
Unfortunately these issues are due to the homebrew version is a binary release, when the underlying Xcode on your system is updated, the binaries are now hitting a different version of Swift's run-time libraries bundled with Xcode. Installing from source via there instructions in the README should work for now. Sorry about this. You can install into home-brew's directory via: $ brew uninstall querykit-cli
$ make DESTDIR=/usr/local/Cellar/querykit-cli/HEAD install
$ brew link querykit-cli |
I follow you new command, but still it doesn't work And also, when I wanted to install the query kit from git, it returns the same error Update~ |
I installed querykit-cli via Homebrew and I'm getting a
Segmentation fault: 11
when I try to run thequerykit
command as suggested in the README. Is it possible this isn't working with Swift 2.1?Here's my full Swift version info:
The text was updated successfully, but these errors were encountered: