ios - Included external library and headers but -
i'm using mysql ios connector , downloaded latest version subversion.
i added library "libmysqlclient.a" "link binary libraries" section in project. , added path header files header search paths.
but error when try access library files.
yet added "mysqlserver", shown below:
(mysqlconnection.h hidden below folder path.)
have forgotten something?
when add:
#import "mysqlserver.h"
i following error:
Comments
Post a Comment