Guilherme Varandas

Results 5 comments of Guilherme Varandas

@cortinico we have a brownfield app that's being progressively ported over to React Native. Our iOS setup has multiple frameworks within the same workspace and our React Native configurations are...

For the record, this is what we've setup in our `Podfile` to avoid the issue for the time being, confirming that removing the `Info.plist` does, in fact, solve the issue:...

> mmh... I wonder what would happen if we just remove that entry from the hermes-engine.xcframework plist It seems to work fine, as that's what we're effectively doing in our...

@ankitjainOfficial It's [this one posted above](https://github.com/facebook/react-native/issues/35863#issuecomment-1387465588).

@zallanx did you declare the `PLIST_BUDDY_PATH' constant on the first line of the `post_install` block? ```rb PLIST_BUDDY_PATH = '/usr/libexec/PlistBuddy' ``` It seems like it's either missing or not being properly...