반응형
M1 맥에서 pod 가 정상적으로 작동하지 않을 때
x86_64 버전 pod 를 바라보고 있을 가능성이 농후하다.
구글링을 해보면 xcode 에서 clean and build를 하라던가
로제타로 터미널 실행해서 x86_64 로 gem install 하라고 하던데.. 모두 실패다.
!! 해결책
pod 를pod를 arm 버전으로 설치하고 해당 경로의 pod를 이용해서 install/update을 진행하면 해결
1. pod 설치 된거 찾아보기 where pod
2. 없다면 설치 (brew install cocoapods)
3. pod install (경로 잡아주기 귀찮음 그냥 다 써주자)
/opt/homebrew/bin/pod install
반응형
'IT' 카테고리의 다른 글
[Mysql] UPDATE INSERT 동시 (있으면 UPDATE 없으면 INSERT) (0) | 2022.11.26 |
---|---|
[Database] MongoDB Docker 도커 이미지 설치 (0) | 2022.11.15 |
[ftp] git-ftp cafe24 카페24 PHP호스팅 git 자동배포 (0) | 2022.11.11 |
[Flutter] Flutter FCM (Firebase Cloud Message) 연결 (0) | 2022.10.18 |
[Flutter] MissingPluginException(No implementation found for method getAll on channel ....) (0) | 2022.10.14 |