flutter로 iOS 빌드시 pod install 에서 install 오류가 난다. >참조: https://velog.io/@hssarah/flutter-Searching-for-inspections-failed-undefined-method-map-for-nilNilClass 위 링크를 참조 해보았으나, 해결 실패. 결국 정답은 Podfile.lock 생성이 안되는 문제였다. > 참조 : https://github.com/miguelpruivo/flutterfilepicker/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
목적 : Mac VSCode에서 rosetta terminal로 실행하도록 세팅 >M1에서 VSCode terminal 기본 설정은 zsh나 bash로 잡혀있고 arch 커맨드 수행 시 arm64 로 결과값이 나오는 걸 볼 수 있습니다. 이 상태에서 몇몇 커맨드는 정상 동작하지 않습니다. >>터미널에서 rosetta로 실행되도록 설정을 잡아 arch 커맨드 수행 시 i386으로 나오며 일반 inter Chip과 동일하게 수행하도록 설정해 보겠습니다. 1) rosetta 세팅 rosetta 가 혹시 세팅되어 있지 않은 경우, termi