Hello,
Which versions of QGIS and MacOS are you using ? I have no problem running OTB 7.2 in QGIS 3.14 on Mojave. Actually, I think your problem is related to your otb installation, not to the QGIS plugin.
Have you moved the OTB installation dir (for example by copying it in /Applications/OTB-7.2.0) ? This would explain the error.
In a terminal, can you run :
otool -l /Applications/OTB-7.2.0-Darwin64/bin/otbApplicationLauncherCommandLine
and look at the LC_RPATH
value (probably the last value printed). This path should contain the OTB libraries (e.g. libOTBCommandLine-7.2.1.dylib), in your case otool should return something like
Load command 35
cmd LC_RPATH
cmdsize 40
path /Applications/OTB-7.2.0-Darwin64/lib (offset 12)
but I suspect it is not the case.
Cédric