You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building on iOS, I encountered an "Expected a type" error, and upon investigation, I found that it was caused by the compiler not being able to find SPXKeywordRecognitionModel.
For resolving the issue,
After adding #import 'SPXKeywordRecognitionModel.h' to Pods/MicrosoftCognitiveServicesSpeech-iOS/MicrosoftCognitiveServicesSpeech.xcframework/ios-arm64/MicrosoftCognitiveServicesSpeech.framework/Headers/SPXTranslationRecognizer.h, the build succeeded.
Is there any other solution to make the build work?
The text was updated successfully, but these errors were encountered:
Issue
When building on iOS, I encountered an "Expected a type" error, and upon investigation, I found that it was caused by the compiler not being able to find SPXKeywordRecognitionModel.
For resolving the issue,
After adding
#import 'SPXKeywordRecognitionModel.h'
toPods/MicrosoftCognitiveServicesSpeech-iOS/MicrosoftCognitiveServicesSpeech.xcframework/ios-arm64/MicrosoftCognitiveServicesSpeech.framework/Headers/SPXTranslationRecognizer.h
, the build succeeded.Is there any other solution to make the build work?
The text was updated successfully, but these errors were encountered: