MoeFM
MoeFM copied to clipboard
ios运行失败
This might be related to https://github.com/facebook/react-native/issues/4968 To resolve try the following:
- Clear watchman watches:
watchman watch-del-all. - Delete the
node_modulesfolder:rm -rf node_modules && npm install. - Reset packager cache:
rm -fr $TMPDIR/react-*ornpm start -- --reset-cache.
按照提示,也没解决问题!