이슈
flutter 프로젝트를 통해 xCode를 빌드시, 아래와 같은 에러가 뜰 수 있다.
The sandbox is not in sync with the Podfile.lock.
Run 'pod install' or update your CocoaPods installation.
Xcode 종료
Termial -> /ios
rm -rf Pods
rm -rf Podfile.lock
pod install
.xcworkspace -> Xcode
.product -> clean