Azoy / Sword

Discord library for Swift
https://azoy.github.io/Sword
MIT License
179 stars 52 forks source link

Error importing Sodium #39

Closed ghost closed 6 years ago

ghost commented 6 years ago

import Sodium ^ error: terminated(1): /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-build-tool -f /Users/camiel/Desktop/Swifty/.build/debug.yaml main

Azoy commented 6 years ago

Do you have sodium installed? brew update && brew install libsodium ?

ghost commented 6 years ago

I did a reinstall recently, Sodium was not installed. Thanks!