본문 바로가기
Flutter

[Flutter] M1 Mac에서 ios pod install 에러 해결

by somarok 2023. 8. 5.

맥북에서 ios pod install 명령어를 쳤을 때 아래와 같은 에러가 떴다.

Searching for inspections failed: undefined method `map' for nil:NilClass

 

M1 부터는 Apple Silicon 칩이 들어가서 발생하는 문제인데,

cd ios/
arch -x86_64 pod install

이렇게 명령어를 입력하면 된다.