-
Notifications
You must be signed in to change notification settings - Fork 600
fix(ios): correctly link frameworks required #535
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
Conversation
|
@xgtz421 thanks for the PR. |
react-native-voice.podspec
Outdated
| s.platform = :ios, "9.0" | ||
|
|
||
| # Link with AVFoundation and Speech frameworks | ||
| s.frameworks = ['AVFoundation', 'Speech'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The example app only has the Speech framework included, worth testing without AVFoundation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have restored the package.json file and removed AVFoundation.
# [3.3.0](v3.2.4...v3.3.0) (2025-12-27) ### Bug Fixes * **android:** update build.gradle for RN 0.74+ compatibility ([#577](#577)) ([13f6dce](13f6dce)) * **Expo:** Config plugin setup ([#543](#543)) ([c33c67d](c33c67d)) * fix illegal type in boxed expression ([#452](#452)) ([32aab8b](32aab8b)) * **ios:** correctly link frameworks required ([#535](#535)) ([2a7d27a](2a7d27a)) ### Features * **iOS:** Enable file transcriptions ([#409](#409)) ([03da891](03da891))
#534