Import project with framework reference

Hi,

Im trying to import a framework and I get this error

Cannot find include file: MaterialComponentsBeta/MaterialActionSheet.h [/Users/JohnMoshakis/Documents/develop/Nougat/MaterialTableView/ImportSolution/MaterialComponentsBeta/iOS Simulator/MaterialComponentsBeta.framework/Headers/MDCActionSheetThemer.h (32)]

MaterialActionSheet.h is in another framework so I add that as a reference but it still gives the same error.

I can see in the build its being referenced

           Loading include info for fx: /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/MaterialComponents-B4CEDE1FA7A9978E01B487328667D492DA466CD8/Unknown/Toffee-iOS/Simulator/MaterialComponents.fx

Does it matter that it look for “MaterialActionSheet.h” ? MaterialComponents references MDFTextAccessibility but the reference was “MDFTextAccessibility/somefile.h”

Cheers,
John

I can work around the issue by adding a HeaderSearchPath value to inside the framework file I referenced

ie
/Users/JohnMoshakis/Documents/develop/Nougat/MaterialTableView/ImportSolution/MaterialComponents/iOS/MaterialComponents.framework/Headers

can i see the frameworks in question?

Sorry I forgot to post the link