Xcode Pod Install

Chance·2024년 8월 23일

이슈
flutter 프로젝트를 통해 xCode를 빌드시, 아래와 같은 에러가 뜰 수 있다.

The sandbox is not in sync with the Podfile.lock.
Run 'pod install' or update your CocoaPods installation.

  1. Xcode 종료

  2. Termial -> /ios

  3. rm -rf Pods

  4. rm -rf Podfile.lock

  5. pod install

  6. .xcworkspace -> Xcode

  7. .product -> clean

0개의 댓글