[Error] about Firebase pod install

Donghee Lee·2022년 1월 21일
0

iOS-Swift

목록 보기
5/20
post-thumbnail

Firebase 오류


pod init 후 pod install 하는데 오류 발생
-> cocoapod 재설치를 해도 안 됨

해결 -

Podfile.lock, Pods 제거 후
1. arch -x86_64 sudo gem install cocoapods -n /usr/local/bin
2. sudo gem install cocoapods -n /usr/local/bin
3. sudo arch -x86_64 gem install ffi
4. arch -x86_64 pod install --repo-update

profile
Better than Yesterday

0개의 댓글