Ryan Storm
Ryan Storm
> quick question do you ran it with hermes enabled on Podfile ? Podfile shows: `:hermes_enabled => true`
> The approaches of debugging you have tried are likely for the JavaScriptCore engine and not the Hermes engine which is the default in 0.70.0. Hermes directly implements the Chrome...
> 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...
I can confirm that when creating an app with RN 0.69.0 it works as expected. CMD+D opens menu, click on Debug with Chrome opens up the debugger and there is...
> 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 [microsoft/vscode-react-native#1781 (comment)](https://github.com/microsoft/vscode-react-native/issues/1781#issuecomment-1195610125) Thanks,...
Added my question here: https://github.com/jsforce/jsforce/issues/298
Opened this back up because I was not sure if closed questions get reviewed if commented on...