- Notifications
You must be signed in to change notification settings - Fork 5.8k
Open
Labels
SwiftThis issue relates to the AWS SDK for SwiftThis issue relates to the AWS SDK for Swift
Description
aws-doc-sdk-examples/swift/example_code/apple/Buckets/Buckets/ContentView-ViewModel.swift
Line 11 in db53bdc
import AWSSDKIdentity |
I tried:
platform :ios, '18.0' target 'MyApp' do use_frameworks! # AWS SDK dependencies pod 'AWSMobileClient' pod 'AWSS3' pod 'AWSCore' pod 'SimpleKeychain' pod 'AWSSDKIdentity' end
And got this error:
[!] Unable to find a specification for AWSSDKIdentity
You have either:
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
I didn't have any success installing aws-sdk-ios via swift package manager also failed.
Is AWSSDKIdentity still a thing, or has it been superseded by Cognito?
Metadata
Metadata
Assignees
Labels
SwiftThis issue relates to the AWS SDK for SwiftThis issue relates to the AWS SDK for Swift