Flutter로 개발하다가 iOS로 실행해보기 위해 Xcode에서 run 하면 빌드 중에 종종 이런 에러를 마주한다. The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. pod install 이 필요한데, 우린 Flutter를 사용하니까 flutter 명령어를 통해서 실행해주면 된다. 프로젝트 폴더 내에서 flutter build ios 를 입력하면 다음 화면이 나오는데, 이 이후에 Xcode에서 다시 run 하면 문제없이 작동된다.