Open
Description
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?