I am building app with Codemagic and android builds fine but iOS build fails and it says:
- Running pre install hooks
[!] Unable to determine Swift version for the following pods:
- `esys_flutter_share` does not specify a Swift version and none of the targets (`Runner`) integrating it have the `SWIFT_VERSION` attribute set. Please contact the author or set the `SWIFT_VERSION` attribute in at least one of the targets that integrate this pod.
and i have added config.build_settings['SWIFT_VERSION'] = '4.0' to Podfile... But the same error appears.
I am building app with Codemagic and android builds fine but iOS build fails and it says:
and i have added
config.build_settings['SWIFT_VERSION'] = '4.0'
to Podfile... But the same error appears.