FMX_FlexCel_Components_DESIGN290.bpl module couldn't be found
This message normally means an error with the Windows Path. There are 2 possibilities:
- If you installed manually, you forgot to add the folder where FMX_FlexCel_Components_DESIGN290.bpl is to the windows path. (the setup doesn't add a windows entry, but it creates a symlink)
- You don't have ($PATH) as an entry in your Environment Variables Override for the variable "PATH": (note how it ends with ;$(PATH).)
Some components sadly change that variable removing the $(PATH) and make any other component changing the path fail.
In any case, we've just released 7.20 some minutes ago. I would recommend to uninstall FlexCel completely, make sure to remove any manual changes you made, and try it with smart setup (see TMS Smart Setup available )
Just download tms.exe from there, open a command line, go to the folder where you want to install and type:
tms install tms.flexcel.vcl
I've triple checked it here, it installs ok in macOS Arm64 and macOS x86, but so does setup.exe (both 7.19 and 7.20). I've tried it in 3 different machines, couldn't see an issue in any of them. If you are still having the issue, you might need to reinstall the macOS support in delphi (tools->manage features), remove the sdks and try again. Can you deploy an app not using FlexCel to macos?