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

AppDelegate.m build error: "No visible @interface for 'RCTBundleURLProvider' ..." #70

Closed
srmagura opened this issue Apr 16, 2022 · 3 comments

Comments

@srmagura
Copy link

No visible @interface for 'RCTBundleURLProvider' declares the selector 'jsBundleURLForBundleRoot:fallbackResource:'

occurs in the line

return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];

shown in https://github.com/expo/fyi/blob/main/expo-modules-migration.md. PR incoming.

@bradydoll
Copy link

@srmagura Did you ever find a solution to this? I'm upgrading my (non-Expo) app from react-native v0.67.4 to v0.69.1 and ran into this same error.

@srmagura
Copy link
Author

srmagura commented Jul 1, 2022

Ah, I forgot to link my PR apparently. I think this should show you how to fix it: https://github.com/expo/fyi/pull/71/files

@srmagura srmagura closed this as completed Jul 1, 2022
@bradydoll
Copy link

@srmagura Thank you. That fixed my problem.

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

2 participants