biessek / flutter_country_picker

A Flutter Country Picker Widget with support to country dialing codes
MIT License
50 stars 47 forks source link

`flutter_country_picker` does not specify a Swift version #19

Open kgoofori opened 5 years ago

kgoofori commented 5 years ago

flutter_country_picker 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.

Error when i run pod install on my flutter project. Flutter 1.7.8+hotfix.4 CocoaPods : 1.6.1

StephanCassel commented 5 years ago

Same for me Alessandro. Otherwise this package works like a charm and cannot be without it.

AhmedAlYousif commented 5 years ago

The same problem happened to me. I followed those steps to solve it.

biessek commented 5 years ago

Following the instructions from @AhmedAlYousif link helps to solve the issue. I'll update usage guide to point that.