Projectのディレクトリを移動されたらreact-native run-ios
で失敗するようになった。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
** BUILD FAILED ** The following commands produced analyzer issues: Analyze /Users/shohey1226/git/Kagami/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c Analyze /Users/shohey1226/git/Kagami/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c (2 commands with analyzer issues) The following build commands failed: Analyze /Users/shohey1226/git/Kagami/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.c Analyze /Users/shohey1226/git/Kagami/node_modules/react-native/ReactCommon/yoga/yoga/YGNodeList.c (2 failures) |
キャッシュを使用してBuildを試みてて失敗しているようなので、ビルドを消す。
1 2 |
$ rm -rf ios/build $ react-native run-ios |