audio_recorder icon indicating copy to clipboard operation
audio_recorder copied to clipboard

Unable to determine Swift version for the following pods

Open 12366 opened this issue 6 years ago • 4 comments

  • audio_recorder 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

12366 avatar Dec 19 '18 06:12 12366

Any progress on this?

LarsDu avatar Jul 28 '19 18:07 LarsDu

Any update? how to fix

ameerhamza6733 avatar Jul 28 '19 19:07 ameerhamza6733

Ok, I realized that this is not an issue with new flutter projects. To fix this, just flutter create a new repo, and transfer your old files over. For me, copying over the entire ios folder from a new project (with the exact same name as the old one) was sufficient to fix this.

LarsDu avatar Jul 29 '19 05:07 LarsDu

please use flutter create -i swfit .

MMMzq avatar Aug 01 '19 07:08 MMMzq