QGIS 3.4.12, OTB 7.0.0, OSX Dynamic Library Error

Hello, I’m wondering if someone could shed some light on my error. I installed QGIS using KyingChaos’ OSX build and installed OTB following guidance on the github page. When I run the kmeans classifier I get the following error:

Algorithm ‘KMeansClassification’ starting…

Input parameters:

{ ‘in’ : ‘/c1d_arc.tif’, ‘out’ : ‘/c1d_kmns.tif’, ‘nc’ : 5, ‘ts’ : 100, ‘maxit’ : 1000, ‘centroids.in’ : ‘’, ‘centroids.out’ : /centroids.out.file’, ‘sampler’ : ‘periodic’, ‘sampler.periodic.jitter’ : 0, ‘vm’ : None, ‘nodatalabel’ : 0, ‘cleanup’ : True, ‘rand’ : 0, ‘outputpixeltype’ : 5 }

dyld: Library not loaded: @rpath/libOTBCommandLine-7.0.1.dylib

Referenced from: /OTB-7.0.0-Darwin64/bin/otbApplicationLauncherCommandLine

Reason: image not found

GDAL was giving a similar error after I messed up the library installation, which I backtracked and fixed. So I’m thinking this is some similar sort of library version incompatibility. I’m only just learning about programming so excuse my lack of understanding which files do what and how the structure works etc.