You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Receive error: ld: library not found for -lvenice for architecture x86_64
What is venice and how did it become a dependency anyway? It's not in my project, it's not a dependency of PostgreSQL-Swift and it's not a dependency of libpq-darwin. Furthermore what architecture would brew even install for if not x86_64.
The text was updated successfully, but these errors were encountered:
Resolved this with the help of everyone over in the Zewo slack team. Seems there's an issue with the Swift Package Manager in the 2/8 snapshot. Instead of swift build, you have to build with swift build -Xswiftc -I/usr/local/include -Xlinker -L/usr/local/lib in order to explicitly set search paths.
I'm sure this is somehow a user error on my end but I can't figure it out. Just started using the Swift Package Manager last night.
My
Package.swift
Steps:
brew install postgresql
brew tap zewo/tap
brew install libvenice
swift build
Receive error:
ld: library not found for -lvenice for architecture x86_64
What is venice and how did it become a dependency anyway? It's not in my project, it's not a dependency of PostgreSQL-Swift and it's not a dependency of libpq-darwin. Furthermore what architecture would brew even install for if not x86_64.
The text was updated successfully, but these errors were encountered: