Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is AWSSDKIdentity package not installable via pod install? #7186

Open
NauchtanRobotics opened this issue Jan 9, 2025 · 0 comments
Open

Is AWSSDKIdentity package not installable via pod install? #7186

NauchtanRobotics opened this issue Jan 9, 2025 · 0 comments
Assignees

Comments

@NauchtanRobotics
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants