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

Remove dependency on use_frameworks! in IOS Podfile #260

Closed
billnbell opened this issue Aug 8, 2022 · 1 comment
Closed

Remove dependency on use_frameworks! in IOS Podfile #260

billnbell opened this issue Aug 8, 2022 · 1 comment

Comments

@billnbell
Copy link

In your Podfile it requires use_frameworks for some reason. This is not good for React Native 0.69.3. The main reason is react-native-maps, react-native-video, and @react-native-firebase/* and several other super popular packages do not work under use_frameworks. React Native has deprecated use of use_frameworks since 0.68+. I have no idea how to fix this to work without use_frameworks, but I think your team should work on it. Then this library will be super useful for sure.

I heard there might be a static solution for these 2 libraries. Using something like: https://github.com/joncardasis/cocoapods-user-defined-build-types - but I tried a bunch of things and cannot get all to work. Maybe you could try RNFirebase and Maps?

platform :ios, '14.0'
use_frameworks!
@wmathurin
Copy link
Contributor

We will take a look.
Closing this issue since it's a duplicate of forcedotcom/SalesforceMobileSDK-ReactNative#252

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