boringssl grpc 오류

· 📱Flutter
Xcode 16 버전 업데이트 이후 제가 겪었던 오류들과 오류들을 어떻게 해결할 수 있는지에 대해 글을 써보려고 합니다 1. clang: error: unsupported option '-G' for target 'arm64-apple-ios13-simulator'이 오류는 Flutter 프로젝트에서 boringssl-grpc 관련 라이브러리에서 발생하는 오류 중 하나입니다.해결을 위해서는 Podfile 파일을 수정해야 합니다. Podfile 수정파일 위치: /rootProject/ios/Podfilepost_install 블록에 아래 코드를 추가합니다post_install do |installer| installer.generated_projects.each do |project| projec..
흐성진
'boringssl grpc 오류' 태그의 글 목록