using Xcode Version 15.0.1 (15A507), with a TVOS project.
I installed aws-sdk-ios-spm , when I click on [add package] I see a list of packages to choose BUT there is no select box on the left side for me to checkmark .
looking at source for Package I see
let package = Package(
name: "AWSiOSSDKV2",
platforms: [
.iOS(.v9)
],
products: products,
targets: targets
)
using Xcode Version 15.0.1 (15A507), with a TVOS project.
I installed aws-sdk-ios-spm , when I click on [add package] I see a list of packages to choose BUT there is no select box on the left side for me to checkmark .
looking at source for Package I see let package = Package( name: "AWSiOSSDKV2", platforms: [ .iOS(.v9) ], products: products, targets: targets )