Cuong Voong

Results 4 comments of Cuong Voong

I noticed the increased power usage too while idle as @aluveitie has mentioned.

Got the same error after I just created a new project. Setting `:hermes_enabled => false` resolves the problem. I disabled Flipper as well, not sure if that had any effect.

The issue with findXcodeProject is due to the VS Code react-native plugin needing an update to fix the path. A temp solution can be found here https://github.com/microsoft/vscode-react-native/issues/1781#issuecomment-1195610125

I just spent all day debugging this issue and found this post. The problem still exists in cocoapods 1.15.2. When adding 4 package_references using post_install, the pbxproj becomes corrupted. When...