Currently trying to add 2 external libraries (A & B ) to my project using cinterops. Library B depends on library A. Having no issues importing and using library A but library B is crashing when I call any function. Do I need to include library A inside the def file for library B somehow?