aws-doc-sdk-examples icon indicating copy to clipboard operation
aws-doc-sdk-examples copied to clipboard

Is AWSSDKIdentity package not installable via pod install?

Open NauchtanRobotics opened this issue 11 months ago • 0 comments

https://github.com/awsdocs/aws-doc-sdk-examples/blob/db53bdc130be03238da2771e63be24d9b69e60bb/swift/example_code/apple/Buckets/Buckets/ContentView-ViewModel.swift#L11

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?

NauchtanRobotics avatar Jan 09 '25 07:01 NauchtanRobotics