Hello,
I'm building an integration for bosch's MySpin system and they provide a framework to be used in the process.
I imported this framework into Xcode 9 by clicking and dragging into the project's frameworks folder, and it was added to the target folder and app.
HoweverIcannotusetheframeworkheadersintheproject
Itriedimportingbymodifyingtheoptions:Copyitemsifneeded,CreategroupsandCreatefolderreferencesbuteventhenatthetimeofimportinginAppDelegate.h
willnot,alwaysgivesthefilenotfound.
Does anyone have any idea how to import the framework correctly? Assuming the principle that it is in a local project folder.