[Help] - No visible @interface for 'FIRActionCodeInfo' #4760
-
Getting the following error in my react native ios app:
It appears to be in lines 798-805 of
I have the following podfile:
with From the looks of things, a similar issue was addressed here, but that was a few years ago now and my version looks up to date. Any help is greatly appreciated!! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Your podfile has some things that shouldn't be there. Check out https://github.com/invertase/react-native-firebase/blob/master/tests/ios/Podfile.lock to see what an up to date podfile should have |
Beta Was this translation helpful? Give feedback.
-
You have mixed versions, do not under any circumstances do that. You should be on 10.4.1 of everything except App (which is at 10.4.0 because of #4708) firebase-ios-sdk should be on 7.3.0 if you override it, but you probably don't need to override it Once you are on the correct firebase-ios-sdk you will have the symbols you need. Spending any time on old versions for troubleshooting is a poor investment. In future update all versions and verify prior to opening issues or discussions - much more efficient |
Beta Was this translation helpful? Give feedback.
Your podfile has some things that shouldn't be there. Check out https://github.com/invertase/react-native-firebase/blob/master/tests/ios/Podfile.lock to see what an up to date podfile should have