[iOS] M1 계열 맥북에서 undefined method `map' for nil:NilClass 오류 발생 시

sumong·2023년 1월 8일
0

Flutter 오류 대응

목록 보기
6/15
post-thumbnail

참고 : Flutter ios 오류해결 : Error output from CocoaPods: ↳ Searching for inspections failed: undefined method `map' for nil:NilClass

해결책

아래 순서대로 따라합니다.

  1. Install ffi 터미널에서 입력 : sudo arch -x86_64 gem install ffi

  2. Re-install dependencies ios/ 위치에서 입력 : arch -x86_64 pod install

profile
Flutter 메인이지만 다양한 것을 합니다. 물론 Flutter도 열심히 합니다.

0개의 댓글