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
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
swift-tools-version from Package.swift has been upgraded from 5.3 to 5.6 with this commit.
Swift 5.6 is available from Xcode 13.3 so after that update the SDK cannot be used with Xcode versions below 13.3 - I get the following error on Xcode 13.2.1:
We can fix that by downgrading swift-tools-version. This PR fixes the issue: #14
With this update the SDK can be used in both Xcode 13.2.1 and Xcode > 13.3
The text was updated successfully, but these errors were encountered:
marcin-bo
changed the title
SDK cannot be used with older Xcode versions below 13.3
SDK cannot be used with older Xcode versions (below 13.3)
Aug 8, 2022
marcin-bo
changed the title
SDK cannot be used with older Xcode versions (below 13.3)
SDK cannot be used with Xcode versions below 13.3
Aug 8, 2022
swift-tools-version
fromPackage.swift
has been upgraded from5.3
to5.6
with this commit.Swift
5.6
is available from Xcode 13.3 so after that update the SDK cannot be used with Xcode versions below 13.3 - I get the following error on Xcode 13.2.1:We can fix that by downgrading
swift-tools-version
. This PR fixes the issue: #14With this update the SDK can be used in both Xcode 13.2.1 and Xcode > 13.3
The text was updated successfully, but these errors were encountered: