OSX XCode Framework in ROOT

Hi,
Is there any way to load an OSX XCode framework(ie the .framework folders) in ROOT using something like gSystem->Load() or something similar?

Cheers,
Subho.

Hi,

you can try to load the .so/.dylib from the framework folder.

Cheers, Fons.