error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65.
https://zejeworld.tistory.com/112
4번에서 하라는 대로 했고 잘고쳐졌다
Watchman is an open source tool created by Facebook (https://facebook.github.io/watchman/). React Native's packager uses Watchman to recursively watch for changes to our source code files across one or more directory trees. Once it detects a change, it automatically rebuilds the JavaScript bundle. This allows us to sidestep one of the slowest and most painful parts of native development.
ios의 패키지 매니저

추후에 알아보자
