Anders Hasselqvist
Anders Hasselqvist
First of all, thanks for this great tool! Sorry for the disorganized report I've been having an issue that our redirect unit tests occasionally fail. In the latest release I...
### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Describe the bug The newly added `duplicate_enum_cases` does not...
This seems to be resolved since CocoaPods 1.15.0 https://github.com/CocoaPods/CocoaPods/releases/tag/1.15.0 CocoaPods support is [not yet fully implemented](https://github.com/CocoaPods/CocoaPods/issues/12118) and Firebase's initial support is only available via Swift Package Manager. _Originally posted by...
### Problem I mainly use CocoaPods for dependency management and Realm's podspec is missing visionOS. ### Solution Add visionos specifics to the podspec, like: ``` + s.visionos.deployment_target = '1.1' ```...