thrivesmart / just-mysql-example-mac-app-objective-c-xcode

Example of how to easily get mysqlclient running inside your own Mac App, in XCode.
8 stars 6 forks source link

iPhone version #1

Open jonasman opened 10 years ago

jonasman commented 10 years ago

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!

avenantsoftware commented 9 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];"

elliotwoods commented 7 years ago

hah. i just came across this trying to find a lib which works on most recent ios sdk