Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

SDK cannot be used with Xcode versions below 13.3 #15

Open
marcin-bo opened this issue Aug 8, 2022 · 0 comments
Open

SDK cannot be used with Xcode versions below 13.3 #15

marcin-bo opened this issue Aug 8, 2022 · 0 comments
Assignees

Comments

@marcin-bo
Copy link

marcin-bo commented Aug 8, 2022

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:

image

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

@marcin-bo 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 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants