MyDAC Embedded Component on iOS
Posted: Tue 22 Aug 2017 11:38
Can MyDAC embedded component be used on iOS?
If so, what setup (files, database, etc) is necessary on the deployment page of my project using RAD Studio 10.2 to deploy all necessary files to my iOS device?
I am writing a Multi-Device App. My app works fine on Win32, but when I deploy on iOS, I get the following error on the device: "MySQL client library couldn't be loaded.Please place libmysqld.dylib file to system folder or to the folder with executable unit of main program. dlopen(libmysqld.dylib, 1): image not found"
Where do I find "libmysqld.dylib"?
I would like to use MySQL embedded on my device instead of SQLite.
If so, what setup (files, database, etc) is necessary on the deployment page of my project using RAD Studio 10.2 to deploy all necessary files to my iOS device?
I am writing a Multi-Device App. My app works fine on Win32, but when I deploy on iOS, I get the following error on the device: "MySQL client library couldn't be loaded.Please place libmysqld.dylib file to system folder or to the folder with executable unit of main program. dlopen(libmysqld.dylib, 1): image not found"
Where do I find "libmysqld.dylib"?
I would like to use MySQL embedded on my device instead of SQLite.