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

why is use_frameworks! required for pods? #183

Open
robsoden opened this issue Dec 11, 2023 · 1 comment
Open

why is use_frameworks! required for pods? #183

robsoden opened this issue Dec 11, 2023 · 1 comment

Comments

@robsoden
Copy link

I'm curious why use_frameworks! is required in our podfile for iOS integration.

Adding this parameter disables Flipper in the latest react-native (which is pretty important) and also breaks several other cocoapods dependencies in our project, to the point where our app does not build if rollbar is installed.

@waltjones
Copy link
Contributor

This is required because of the RollbarCrash dependency in the rollbar-apple SDK. I have just tested a number of variations, including configurations for modular headers, and none would build correctly without also setting use_frameworks!.

I'll follow up with the rollbar-apple SDK maintainer to see if it's possible to solve this there.

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