Skip to content

Is AWSSDKIdentity package not installable via pod install? #7186

Open
@NauchtanRobotics

Description

@NauchtanRobotics

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 Swift

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions