ypresto / SwiftLintXcode

An Xcode plug-in to format your code using SwiftLint.
Other
351 stars 15 forks source link

Swift 3.0 not supported with Xcode 11 #20

Open michaeleisel opened 4 years ago

michaeleisel commented 4 years ago

When building, I get error: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0. (in target 'SwiftLintXcode' from project 'SwiftLintXcode')

michaeleisel commented 4 years ago

And Alcatraz is not an option because it's abandoned

osdiab commented 4 years ago

I'm new to iOS dev but is there a simple way to patch this for modern versions of XCode?

huylv-teko commented 4 years ago

is this project still continue :( we really need this

armanarutiunov commented 3 years ago

Until the PR is merged you can use my fork https://github.com/armanarutiunov/SwiftLintXcode/, branch feature/swift-5

cuongchau93 commented 3 years ago

Until the PR is merged you can use my fork https://github.com/armanarutiunov/SwiftLintXcode/, branch feature/swift-5

hi @armanarutiunov I’m able to build successfully with your branch, however, I dont see any option under Edit tab in xcode Do i need to do anything after the manual xcodebuild