Closed isaaclem closed 5 years ago
I am not sure I can help with just this error, but the first easy suggestion is to try and "bisect" it, by upgrading one version at a time. This way you can see which version is giving you the error, and maybe we can debug it more easily with that information.
Eventually I've resolved it following this https://stackoverflow.com/a/41854111/9816472. Not really sure about the impact but it does fixed the above mentioned error. Thanks @pvinis, this tool is so useful and saved many of us from nightmare!
I'm trying to upgrade my package from 0.57.5 to 0.57.8
Steps I've taken: 1) Visit https://github.com/pvinis/rn-diff-purge/compare/version/0.57.5..version/0.57.8 2) Manually change the content of
package.json
andAppDelegate.m
3) Execute commandyarn cache clean && yarn install && react-native run-ios
No matter how I clear the watchman and reinstall node modules, it simply wont work. And I head over to XCode and run from there, it's working fine. May I know if anyone facing the same issue?