PerfectlySoft / Perfect-MySQL

A stand-alone Swift wrapper around the MySQL client library, enabling access to MySQL servers.
https://www.perfect.org
Apache License 2.0
128 stars 61 forks source link

warning: dependency 'PerfectMySQL' is not used by any target. #39

Open guloooo128 opened 6 years ago

guloooo128 commented 6 years ago

add '.package(url:"https://github.com/PerfectlySoft/Perfect-MySQL.git", from: "3.0.0")' in Package, get warning: dependency 'PerfectMySQL' is not used by any target.

in PerfectTemplate project has no target named MySQL or PerfectMySQL.

allstar456 commented 5 years ago

in your Package.swift file, in targets dictionary append "PerfectMySQL"

lxlnihao commented 5 years ago

failed to retrieve search paths with pkg-config; maybe pkg-config is not installed how to resolve