FMX Project _intf FMX compilation erros

Dear All,
when I create an FMX Client with the “Connect to RemoteSDK Server”
and it created the “xxx_ServerAccess” files. but the files does not support the FMX.
how I can edit the xxx_ServerAccess file? by the way, after added the files to the project, it has a prompt as below image.
(my Delphi is Berlin and newest DA version).

The real problem is , the project when I compile as windows version it run well.
but when I select platform as OS X
it came up error with the uDAReconcileDialog, that used some vcl components.
I know there is a file name uDAReconcileDialog_FMX,
but how can I let the compiler to use this version of file?

OK,
I think I fixed the problem,
just replace the DAReconcileProvider to DAFMXreconcileProvider it work now
Thanks anyway.

Thanks, logged as bugs://77315

I can’t reproduce this error.
looks like you have dropped TDAVCLReconcileProvider instead of TDAFMXReconcileProvider manually to a form.

bugs://77315 got closed with status nochangereq.

Logged as bugs://i65041.

bugs://i65041 was closed as fixed.