Validator icon indicating copy to clipboard operation
Validator copied to clipboard

Inconsistent deployment target on SPM

Open Vidhyadharan24 opened this issue 4 years ago • 1 comments

The iOS deployment target for iOS and tvOS on both cocoapods and Carthage is 9.0 and 10.0 respectively, while the deployment target for iOS and tvOS on SPM is 11.0 for both, it would be better to match the deployment target for SPM to that of the other dependency managers.

Vidhyadharan24 avatar Mar 23 '20 06:03 Vidhyadharan24

Not only this, but there has not been a release cut for SPM support. So when you try to add as an SPM dependency, it fails to find the package manifest.

The fix is simple, just add a new release tag.

BrentMifsud avatar May 25 '20 16:05 BrentMifsud