Hi I am trying to get a test case of OpenEars to debug and issue with Rejecto. So I made a single view application and am walking through the Swift tutorial. I have an OE swift app where OE is working fine that I made about two months ago. But now when I follow the tutorial I get an error on the line:
OEPocketsphinxController.sharedInstance().startListeningWithLanguageModel(atPath: lmPath, dictionaryAtPath: dicPath, acousticModelAtPath: OEAcousticModel.path(toModel: “AcousticModelEnglish”), languageModelIsJSGF: false)
The error is: “Use of unresolved identifier ‘lmPath’ and “Use of unresolved identifier ‘dicPath’
Linker, framework paths, and Objective-C Bridging Header fields in Build Settings are all correct based on the tutorial.
I have also tried creating a new project 4 times to make sure that I dragging the framework in and creating the bridging header file correctly. Nothing seems to work though.
Was there an Xcode update or something that is causing this issue?