Skip to content

Cocoa pod install issue. #7

@stromyc

Description

@stromyc

[!] Unable to determine Swift version for the following pods:

- `flutter_rounded_progress_bar` 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.

Added the following code to the flutter_rounded_progress_bar.podspec file:

     s.swift_version = '4.2'
     s.ios.deployment_target = '9.0'

The progress bar now works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions