fix: Remove FOLLY_NO_CONFIG flags from .pbxproj - #154
Conversation
Since RN ships prebuilt binaries now, those flags are no longer needed in the `.pbxproj` file and can safely be removed (I just built NitroExample on RN 0.80 without those flags successfully) See react/react-native#52366 for more info
cortinico
left a comment
There was a problem hiding this comment.
Should be fine. Pinging @cipolleschi for a confirmation
|
@mrousavy can you also open a pick request for this? |
|
Sorry wdym by pick request? |
See here: https://github.com/reactwg/react-native-releases/#what-is-a-pick-request |
|
ok done: reactwg/react-native-releases#1038 |
|
Actually, I just built a blank new RN 0.80.1. again with my changes here and it fails to build because of some usage of glog. I have no idea how this can be related to Folly, but I think we still need those folly flags for now - maybe we should try migrating away from glog since that's deprecated anyways..? I'm closing this PR since we should probably keep the flags in the template for now, but we definitely have to remove them from the library template. |
Summary:
Since RN ships prebuilt binaries now, those flags are no longer needed in the
.pbxprojfile and can safely be removed (I just built NitroExample on RN 0.80 without those flags successfully)See react/react-native#52366 for more info
Changelog:
[IOS] [FIXED] - Removed unused
FOLLY_NO_CONFIGfrom Xcode projectTest Plan:
Build an app without those flags and see if it works