nicklockwood / SwiftFormat

A command-line tool and Xcode Extension for formatting Swift code
MIT License
7.9k stars 640 forks source link

`SwiftFormat` does not specify a Swift version (`4.2`) that is satisfied by any of targets (`name`) integrating it. #1075

Closed lanlinxl closed 2 years ago

lanlinxl commented 2 years ago

This error occurred when I used pod Install, no matter the specified version or the latest version, I am not sure how to solve it, I need help!

andecoder commented 2 years ago

This is happening to me as well, everything worked fine with Cocoapods 1.10.2 but after updating to 1.11.2 I started getting this error

nicklockwood commented 2 years ago

@lanlinxl @andecoder I believe this should now work for version 0.49.0 - can you check?

lanlinxl commented 2 years ago

It's working fine, thanks