esysberlin / esys-flutter-share

A Flutter plugin for sharing files & text with other applications.
Apache License 2.0
130 stars 147 forks source link

Cannot build iOS version (SWIFT version) #20

Closed Tennboard closed 5 years ago

Tennboard commented 5 years ago

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.