You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flipper and hermes when enabled on iOS can apparently cause a duplicate symbol problem for current versions in use by react-native.
Not sure what the underlying issue is, if it is fixed, and if it is fixed what version ranges the warning should be restricted to, but the basic test is:
scan pbxproj.proj and see if DEAD_CODE_STRIPPING is set to NO, if it is, warn the user of
Possible Implementations
Unsure, not sure if doctor is looking inside iOS projects yet, a simple text scan of the file seems sufficient though
There hasn't been any activity on this issue in the past 3 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days.
Hey @szymonrybczak 👋 well...flipper is out right? so I'm not sure this has value as it was a collision between the same symbol in flipper and hermes, but if only one of them is ever in play, I don't think this can happen
Describe the Feature
Flipper and hermes when enabled on iOS can apparently cause a duplicate symbol problem for current versions in use by react-native.
Not sure what the underlying issue is, if it is fixed, and if it is fixed what version ranges the warning should be restricted to, but the basic test is:
Possible Implementations
Unsure, not sure if doctor is looking inside iOS projects yet, a simple text scan of the file seems sufficient though
Related Issues
facebook/react-native#32016
This was also noted here facebook/flipper#3117 (comment)
The text was updated successfully, but these errors were encountered: