As the iSpeechSDK is written for Objective-C, I tried to import it in my existing iOS project using a bridging-header. I've copied all the associated headers and frameworks. However, I'm still unable to call the Objective-C class. See the attached screenshot. Let me know how I can resolve this issue.
Unable to import iSpeech into my iOS Swift project
184 Views Asked by mechdon At
2
I finally got it to work by following Renan Kosicki's answer in https://stackoverflow.com/a/24293717/4275096. My header file wasn't created at the correct location.