Closed OJDee closed 2 months ago
Hello, thanks for filing! Not sure about this, but I'm seeing a similar issue with other SPM packages. Could you try setting a version number as shown there and see if it resolves the issue?
As another tip, try using https://github.com/stripe/stripe-ios-spm as your SPM URL: It should make your checkout process significantly faster.
@OJDee if you are still experiencing this issue please re-open this issue with some more info! Thanks!
@OJDee @porter-stripe I have the same issue on Xcode 16, any advice?
I changed to using the stripe-ios-spm repo which appears to work as expected.
Summary
When attempting to archive app, at the point of checking out dependencies via SPM, the following error is produced and archive fails
Using Xcode-select 15.1, with exact same project and settings, the app is archived correctly
Code to reproduce
Add stripe-iOS using SPM, with following properties: Up to next major version 23.27.1 < 24.0.0
Xcode version
Xcode 15.3
Installation method
Swift Package Manager