Closed dukaric1991 closed 4 years ago
Hi, great package. But on the latest Xcode 12 and Flutter 1.22.1 and New build system i cannot build my app anymore...
Error:
The issue was in my podfile config.build_settings['SWIFT_VERSION'] = '4.0', i removed this and now it works :)
config.build_settings['SWIFT_VERSION'] = '4.0'
Hi, great package. But on the latest Xcode 12 and Flutter 1.22.1 and New build system i cannot build my app anymore...
Error: