I have Fire-Monkey application on Delphi. App was created few years before, i don’t know the version of XE it was used. I use Delphi Berlin 10.1
I need to manage possibility to run app on OS X. Application contains FireDac and it can’t build for OS X.
I have the next output:
[dccosx Fatal Error] E2202 Required package ‘FireDACDb2Driver’ not found
I was trying to create other simple application for OS X. And i’ve got it. All steps are needed to deploy to OS X are included here.
I’ve read article: this
But when i test connection i have password error exception.
Any idea?