IOS 환경설정 에러 문서화
☁ rm -rf Pods
☁ rm -rf Podfile
☁ rm -rf Podfile.lock
☁ flutter build ios => Error
☁ pod install => Error
☁ sudo gem install cocoapods
☁ pod install => Error
☁ Podfile 안의 # platform :ios, ’8.0’ => platform :ios, '11.0'
☁ pod install
☁ flutter run build
IOS 공부도 해야하는데,,