You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
aws-doc-sdk-examples/swift/example_code/apple/Buckets/Buckets/ContentView-ViewModel.swift
Line 11 in db53bdc
I tried:
And got this error:
[!] Unable to find a specification for
AWSSDKIdentity
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?
The text was updated successfully, but these errors were encountered: