benznest / flutter_rounded_progress_bar

Other
37 stars 13 forks source link

Cocoa pod install issue. #7

Open stromyc opened 4 years ago

stromyc commented 4 years ago

[!] 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.

xaatw0 commented 4 years ago

I cannot find flutter_rounded_progress_bar.podspec, but I found flutter_rounded_progress_bar.podspec.json in ios/Pods/Local Podspecs. Can I change it? If so, how do i change?