Wont compile on Big Sur / Xcode 12.4
pkasson opened this issue · 0 comments
pkasson commented
Looking for a cross OS MySQL client - this looked promising !
Did get it to build and worked on Ubuntu, but will not build on Big Sur.
Did a fresh install of MySQL per the docs (5.7) and then added https://github.com/PerfectlySoft/Perfect-MySQL to Xcode packages in a new project - errors:
MySQL.swift -
cannot find mysql_server_init in scope ... followed by 231 related errors.
The doc states editing /usr/local/lib/pkgconfig/mysqlclient.pc, but that file does not exist. Clearly, some local dependency at the OS level it appears, does not exist.