M1 Chip Flutter iOS pod install 오류

BK·2023년 1월 26일
0
post-thumbnail

flutter로 iOS 빌드시 pod install 에서

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

install 오류가 난다.

참조:
https://velog.io/@hssarah/flutter-Searching-for-inspections-failed-undefined-method-map-for-nilNilClass

위 링크를 참조 해보았으나, 해결 실패.

결국 정답은 Podfile.lock 생성이 안되는 문제였다.

참조 : https://github.com/miguelpruivo/flutter_file_picker/issues/1038

[참조내용]
The reason finally found is that the mac pod install command of the m1 chip does not generate the Podfile.lock file. The solution is to use the mac pod install command of the intel chip to generate the Podfile.lock file, and the problem is solved.

결국 인텔칩에서 pod install 을 한 뒤 해당. Podfile.lock 파일을 가져와서 pod install 을 해주니 해결됨.

profile
k-힙합을 사랑하는 개발자

0개의 댓글