flutter_video_compress icon indicating copy to clipboard operation
flutter_video_compress copied to clipboard

[help] error: SWIFT_VERSION '5.0' is unsupported, supported versions are: 3.0, 4.0, 4.2.

Open ArthurKnight opened this issue 5 years ago • 0 comments

Description

flutter run then error: SWIFT_VERSION '5.0' is unsupported, supported versions are: 3.0, 4.0, 4.2.

how to solve this problem?

Platform

IOS

code: ylldeMac:flutter_ly_app yll$ flutter run Launching lib/main.dart on iPhone XR in debug mode... Running pod install... 8.8s Running Xcode build...

Xcode build done. 7.7s Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED **

Xcode's output: ↳ error: SWIFT_VERSION '5.0' is unsupported, supported versions are: 3.0, 4.0, 4.2. (in target 'flutter_video_compress')

ArthurKnight avatar Nov 20 '19 10:11 ArthurKnight