MoeFM icon indicating copy to clipboard operation
MoeFM copied to clipboard

ios运行失败

Open nbhhcty opened this issue 8 years ago • 0 comments

This might be related to https://github.com/facebook/react-native/issues/4968 To resolve try the following:

  1. Clear watchman watches: watchman watch-del-all.
  2. Delete the node_modules folder: rm -rf node_modules && npm install.
  3. Reset packager cache: rm -fr $TMPDIR/react-* or npm start -- --reset-cache.

按照提示,也没解决问题!

nbhhcty avatar Jul 19 '17 12:07 nbhhcty