Konstantin

Results 1 comments of Konstantin

@aj-bmdi for Cocoapods there is a solution. I used a similar solution to [this](https://stackoverflow.com/questions/63973136/the-ios-deployment-target-iphoneos-deployment-target-is-set-to-8-0-in-flutter). Just put this code snippet at the end of your Podfile: ``` post_install do |pi| pi.pods_project.targets.each...