Replies: 1 comment 2 replies
-
Was this solved somehow, or does the issue persist? If so, please open an issue, preferably with reproduction. I won't close the discussion yet. Let me know ☝🏻 & I'll transform it into issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
I'm encountering linker errors on iOS when trying to build with the latest versions of
react-native-screens
and@react-navigation/bottom-tabs
in a React Native 0.76.2 project using Xcode 16.0.These are the errors:
Undefined symbol: _RNSBottomTabsCls Undefined symbol: _RNSBottomTabsScreenCls Undefined symbol: _RNSScreenStackHostCls Undefined symbol: _RNSSplitViewHostCls Undefined symbol: _RNSSplitViewScreenCls Undefined symbol: _RNSStackScreenCls Linker command failed with exit code 1
What I’ve Tried
RNScreens
toPodfile
:Added @react-navigation/bottom-tabs manually
Upgraded to:
"@react-navigation/native": "^7.1.16", "react-native-screens": "^4.13.1"
Beta Was this translation helpful? Give feedback.
All reactions