novi / mysql-swift

A type safe MySQL client for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building with Xcode

collinhundley opened this issue · comments

As mentioned in the docs, building on macOS requires specifying the C header/library paths to the linker. Can these flags be passed to the linker through Xcode as well? Building from within Xcode would be a huge plus for this connector.

Never mind, finally figured it out. Adding the paths to Header Search Paths and Library Search Paths in the MySQL target did the trick.