Hello,
I have a licensed version of rapidears for an app I am working on for my employer. I app already has OpenEars working and functioning within the application. I have followed the instructions for implementing RapidEars
1. already added:
#import <RapidEars/OEEventsObserver+RapidEars.h>
#import <RapidEars/OEPocketsphinxController+RapidEars.h>
to my bridging header
2. already had -Objc added to my “Other Linker Flags” for OpenEars.
3. RapidEars is dragged into the same folder group as OpenEars, called “Framework”
4. The “Framework Search Paths” already contains my Framework folder: Users/user_name/Documents/Projects/project/Framework
5. I know the bridging-header is correct because I am able to Build(CMD + B) the project successfully.
I have done these things; but when I try to call one of the methods, Xcode is not attempting to autocomplete at all, almost as if it doesn’t have access to the code in the RapidEars framework.
Xcode Version is: 9.4
Any help is greatly appreciated. Thanks,
Sean