We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ld: warning: Could not find auto-linked library 'mysqlclient' Undefined symbols for architecture x86_64: "_mysql_affected_rows", referenced from: _$s12PerfectMySQL0bC0C18numberAffectedRowss5Int64VyF in MySQL.swift.o "_mysql_close", referenced from: _$s12PerfectMySQL0bC0Cfd in MySQL.swift.o "_mysql_commit", referenced from: _$s12PerfectMySQL0bC0C6commitSbyF in MySQL.swift.o "_mysql_data_seek", referenced from: _$s12PerfectMySQL0bC0C7ResultsC8dataSeekyySuF in MySQL.swift.o
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ld: warning: Could not find auto-linked library 'mysqlclient'
Undefined symbols for architecture x86_64:
"_mysql_affected_rows", referenced from:
_$s12PerfectMySQL0bC0C18numberAffectedRowss5Int64VyF in MySQL.swift.o
"_mysql_close", referenced from:
_$s12PerfectMySQL0bC0Cfd in MySQL.swift.o
"_mysql_commit", referenced from:
_$s12PerfectMySQL0bC0C6commitSbyF in MySQL.swift.o
"_mysql_data_seek", referenced from:
_$s12PerfectMySQL0bC0C7ResultsC8dataSeekyySuF in MySQL.swift.o
The text was updated successfully, but these errors were encountered: