Closed mmaetzler closed 3 weeks ago
I have a fix for this. It was a Swift 6 compilation issue. Just waiting for a couple of other things to be approved and I'll do a release.
soto-core 7.2.0 should fix this
Thanks for the fast reply! Would you mind pushing a new soto SPM release that points to soto-core 7.2.0? The 7.1.0 release as-is is non-functional, so the ticket is still open as 7.1.0 cannot be used.
Background: We have updated our code from using the 6.x to the 7.x release but are stuck because soto does not build anymore.
If you run update dependencies you should get 7.2.0 Soto-core.
As the dependency is set to from: "7.1.0"
it will pick up the latest minor release which is 7.2.0.
Describe the bug When adding soto 7.1.0 to an empty iOS Swift project, the build fails with:
Cannot find 'NSString' in scope
To Reproduce Steps to reproduce the behavior:
7.1.0
SotoSTS
andSotoS3
to the build targetExpected behavior Adding Soto to an otherwise empty project should build.
Setup (please complete the following information):
macOS Sonoma 14.6.1 (23G93)
7.1.0
n/a
Version 16.0 (16A242d)
iOS18
Screenshots