aws-amplify / aws-sdk-ios-spm

This repository enables Swift Package Manager support for the AWS Mobile SDK for iOS
Apache License 2.0
29 stars 16 forks source link

No Option to add package with TVOS project #106

Closed neal3000 closed 11 months ago

neal3000 commented 11 months ago

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 )

atierian commented 11 months ago

Thanks for opening this @neal3000.

AWS SDK for iOS only supports iOS applications. We recommend using Amplify Swift, which supports iOS, macOS, tvOS, and watchOS.