Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XCode Build Failure #59

Closed
ashwalcs opened this issue Jul 19, 2021 · 1 comment
Closed

XCode Build Failure #59

ashwalcs opened this issue Jul 19, 2021 · 1 comment

Comments

@ashwalcs
Copy link

Hi, The plugin works on Android. But while building for iOS, the build fails in xcode with

Undefined symbols for architecture arm64:
"OBJC_CLASS$_SFSpeechAudioBufferRecognitionRequest", referenced from:
objc-class-ref in SpeechRecorderViewController.o
"OBJC_CLASS$_SFSpeechRecognizer", referenced from:
objc-class-ref in SpeechRecorderViewController.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Can you help with the fix for this?

@ashwalcs
Copy link
Author

Similar to the thread - #30

Issue resolved by adding Speech.framework to the UnityFramework target, not the Unity-iPhone target
Screenshot 2021-07-19 at 9 47 57 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant