-
Notifications
You must be signed in to change notification settings - Fork 39
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
error: module 'RollbarCrash.RollbarCrashThread' requires feature 'objc' #189
Comments
I have the same problem. |
I got this issue as well |
I am facing same issue. Is there any temporary solution? |
react 18.2.0
I used this command and it worked but as you see, Flipper has been disabled |
Try adding 'use_frameworks!" to the Podfile, or if you use Expo, you can use expo-build-properties to configure your prebuilt ios app to use static frameworks in your
|
I've done this but I'm having another error that is: RollbarDTO.m:80:33 No known class method for selector 'rollbar_safeDataFromJSONObject:' |
React Native 0.71.19 here Only thing that fixed it was setting |
I'm getting this error when trying to start the application. I followed the tutorial from here.
https://docs.rollbar.com/docs/react-native. I have done exactly as documented.
The text was updated successfully, but these errors were encountered: