aws-sdk-ios-spm
aws-sdk-ios-spm copied to clipboard
How to update the package list correctly?
trafficstars
We have added this AWS SDK to our project, and now I need to extend it by adding another package (We have been using S3, but now I need KMS). What is the correct way to update the list?
If I attempt to just remove the AWS package from Project > Package Dependencies and add it again by selecting both S3 & KMS packages, the S3 (that I used before) package is now added twice. Do I need to also manually remove the package dependencies from the Target > Build Phases > Link Binary With Libraries?
Thanks for any help on this.