Open guloooo128 opened 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.
in your Package.swift file, in targets dictionary append "PerfectMySQL"
failed to retrieve search paths with pkg-config; maybe pkg-config is not installed how to resolve
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.