bluejay icon indicating copy to clipboard operation
bluejay copied to clipboard

Xcode 15.2 Build Issues, Updated to SwiftLint 0.54.0.

Open adamsousa opened this issue 1 year ago • 0 comments

Fixes #:

Updated SwiftLint to latest version 0.54.0.

Summary of Problem:

SwiftLint 0.54.0 updates its IPHONEOS_DEPLOYMENT_TARGET from 8.0 to 11.0. iOS 11.0 is now the minimum required version to build using Xcode 15.2. This fixed my carthage build issues when rebuilding this framework with Xcode 15.2.

Proposed Solution:

Ran pod update to update SwiftLint

Testing Completed and Required:

Screenshots:

adamsousa avatar Jan 10 '24 20:01 adamsousa