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

ThreadManager.m uses jsBundleURLForBundleRoot:fallbackResource, which no longer exists in RN 68 #147

Open
RustyTheBoyRobot opened this issue Sep 27, 2022 · 2 comments
Labels

Comments

@RustyTheBoyRobot
Copy link

Using this library in a React Native 0.68 app, I get the following build error in XCode:

/Users/joltdev/code/jolt/universal/node_modules/react-native-threads/ios/ThreadManager.m:23:61: No visible @interface for 'RCTBundleURLProvider' declares the selector 'jsBundleURLForBundleRoot:fallbackResource:'

Based on this comment by a RN dev, it seems that the fallbackResource is gone and should be removed.

@RustyTheBoyRobot
Copy link
Author

I can't tell for sure, but this might be the root cause of both of these issues:

@jacobp100
Copy link

I'm working on supporting this over on my fork https://github.com/jacobp100/react-native-webworker

I haven't got Android working yet

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

No branches or pull requests

2 participants