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

fix(ios): correctly link frameworks required #535

Merged
merged 8 commits into from
Mar 4, 2025

Conversation

xgtz421
Copy link
Contributor

@xgtz421 xgtz421 commented Feb 27, 2025

@Johan-dutoit Johan-dutoit linked an issue Feb 28, 2025 that may be closed by this pull request
@Johan-dutoit
Copy link
Collaborator

@xgtz421 thanks for the PR.
please can we remove the package.json changes from the PR 🙏

@@ -14,8 +13,13 @@ Pod::Spec.new do |s|
s.homepage = package['homepage']
s.platform = :ios, "9.0"

# Link with AVFoundation and Speech frameworks
s.frameworks = ['AVFoundation', 'Speech']
Copy link
Collaborator

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.

Copy link
Contributor Author

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.

@Johan-dutoit Johan-dutoit changed the title Fix the Undefined symbol error in iOS fix(ios): correctly link frameworks required Feb 28, 2025
@Johan-dutoit Johan-dutoit merged commit 2a7d27a into react-native-voice:master Mar 4, 2025
3 checks passed
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

Successfully merging this pull request may close these issues.

Undefined symbol
3 participants