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

SDK cannot be used with Xcode versions below 13.3 #15

@marcin-bo

Description

@marcin-bo

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions