Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error when building SDK 2.0+ in Xcode 15.0 #169

Closed
Jeehut opened this issue Jul 6, 2024 · 0 comments · Fixed by #170
Closed

Compilation error when building SDK 2.0+ in Xcode 15.0 #169

Jeehut opened this issue Jul 6, 2024 · 0 comments · Fixed by #170
Assignees

Comments

@Jeehut
Copy link
Contributor

Jeehut commented Jul 6, 2024

Contrary to Apples documentation (see for example here), it seems some of the properties of a StoreKit.Transaction are NOT available in Xcode 15.0 or earlier. Our SDK currently states it needs at least Swift 5.9 (through the Package.swift manifest format spec) which corresponds to Xcode 15.0, but I just discovered Apple only introduced and back-deployed these fields in Xcode 15.1 (see release notes:
Bildschirmfoto 2024-07-06 um 08 24 59

Thus, a user has reported issues when building in Xcode 15.0:
image

This should be fixed to continue supporting Xcode 15.0. The workaround until then is to upgrade to 15.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant