Open jonasman opened 10 years ago
With MySQL 5.6.24 the files psi_base.h and psi_memory.h are gone, it works fine without these files.
Also whenever you do a query, you should close the db connection after the query with "[db disconnect];"
hah. i just came across this trying to find a lib which works on most recent ios sdk
Hei libmysqlclient.a doesnt work in iOS
I replaced your file with the file from: https://github.com/elliotwoods/ofxMySQL/tree/master/lib/mysql/lib/iphone
And now it works. I hope this help other ppl!