Hi! I am trying to build my custom framework and use it in project (comand line tool) in Xcode version 11.1. I want my framework to be shipped with that tool application (like in bundles). I built my framework and added it to app project via "Add files to project". Also I specified it in "Embed Frameworks" and "Link Binary with Libraries" sections. Search path for frameworks should be ok too. However I constantly get the message that the header file fmw.h is not found, though the app builds and runs successfully. Looks like Xcode is trying to access header files on original framework path (where it is build and from where I added it). What is the proper way to handle the header files?