DEV
[Flutter] the sandbox is not in sync with the podfile.lock 오류
상황flutter 클론 코딩을 하던 도중에 ios 앱으로 빌드를 돌려서 내 아이폰에서 내가 만든 어플을 돌려보려고 했는데,아래와 같은 오류가 발생하였다. ...The sandbox is not in sync with the Podfile.lock.Run 'pod install' or update your CocoaPods installation.... 터미널에 출력된 오류 내용을 직독직해 해보면 샌드박스가 Podfile.lock에 작성된 내용과 일치하지 않다는 것인데, 나는 건드린적이 없는데 왜 이런 오류가 발생하는건지 모르겠다.그리고 아래 해결책 내용은 'pod install' 명령어를 실행하거나 CocoaPods 업데이트 해라고 하는데 일단 pod install 명령어를 실행하는 것만으로는 해결이 되..
2024. 04. 25