xcode 진행시 오류사항 메모
google admob 적용시 webview 도 자동 추가되는데 Podfile 에서의 오류였음 /ios/Podfile post_install do |installer| installer.pods_project.targets.each do |target| … target.build_configurations.each do |config| config.build_settings[‘GCC_PREPROCESSOR_DEFINITIONS’] ||= [ ‘$(inherited)’, ## dart: PermissionGroup.camera ‘PERMISSION_CAMERA=1’, ] end endend 왜 … 으로 되어있는지 모르겠으나, flutter_additional_ios_build_settings(target) 로 변경 버전을 너무 상향했다. image: ^3.0.1 에서 Flip 가능 의존성 업데이트 확인, win32 패키지에 의존하는 경우 최신 버전 확인이 필요 아무래도 윈도우 환경 개발에서 mac으로 이동했을 경우 문제 나는 듯 flutter pub upgrade