안녕하세요 민몽입니다 :) CocoaPods install 후 빌드시 에러 중 Podfile.lock : No such file or directory가 발생 했을 경우 해결 방법입니다. diff: /../Podfile.lock: No such file or directory diff: /Manifest.lock: No such file or directory error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. 먼저 Podfile.lock 파일이 정말 생성이 되지 않았을 경우입니다. 해당 CocoaPods directory에 해당 파일이 있는지 확인 합니..
Error installing cocoapods 설치 에러 오류 수정 안녕하세요 민몽입니다 :) 맥북의 xcode를 11로 업데이트하려다 보니.. Mac Os 버전이 한참 낮더라고요.. 이전 버전이 10.13이었어요. 그래서 주말에 Mac Os 버전도 10.15로 올리고 xcode도 11로 업데이트 했습니다. 구글 Admob 때문에 처음 접 해보는 cocoapods.. pod 'GoogleMobileAdsMediationTestSuite' 이 넘을 통해서 라이브러리를 설치해야 했는데요. 이전 OS 업데이트 전에 cocoapods을 설치를 해놓은 탓인지 버전을 찾지 못하더라고요. % pod zsh: /usr/local/bin/pod: bad interpreter: /System/Library/Framewo..