You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to "Package Dependencies" in the project settings.
Add this package as Swift Package.
Xcode fails to add the library due to failing to resolve package manifest.
The issue is caused by the way SwiftLint is integrated. It appears, while resolving package manifest, Xcode/SPM uses a virtual file system where only Package.swift is available and the .swiftlint.yml file doesn't exist in the file system.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Xcode fails to add the library due to failing to resolve package manifest.
The issue is caused by the way SwiftLint is integrated. It appears, while resolving package manifest, Xcode/SPM uses a virtual file system where only
Package.swift
is available and the.swiftlint.yml
file doesn't exist in the file system.The text was updated successfully, but these errors were encountered: