-
Notifications
You must be signed in to change notification settings - Fork 891
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
Undeclared selector 'startCustomAuthentication_v2' #2821
Comments
This is still present in SDK 2.15.2. It prevents building with "treat warnings as errors" enabled and diverts attention from issues in one's own source code. |
Now there is also a deprecation warning leaking: |
This issue is stale because it has been open for 14 days with no activity. Please, provide an update or it will be automatically closed in 7 days. |
I would appreciate a followup from AWS here. |
This issue is stale because it has been open for 14 days with no activity. Please, provide an update or it will be automatically closed in 7 days. |
I would appreciate a followup from AWS here. |
@lawmicha - Do we have any update here? this issue still persist in latest version of aws sdk/ |
Sorry for the confusion, unassigning myself to make sure this gets picked up by someone on the team working on this category of issues. This issue appears to be triaged and pending actual assignee |
Thanks for opening this issue. We don't plan on addressing all benign warnings within the AWS SDK for iOS at this time. |
Describe the bug
AWSCognito leaks warnings into Xcode build log.
To Reproduce
Observed Behavior
Several semantic issues reported in cmd-5 pane in Xcode and CI build logs, most of them about
Undeclared selector 'startCustomAuthentication_v2'
.There is also a warning about
Unused variable 'userAttributes'
.Expected Behavior
No build warnings should surface from such a common dependency.
Areas of the SDK you are using (AWSMobileClient, Cognito, Pinpoint, IoT, etc)?
AWSCognitoIdentityProvider
Screenshots
If applicable, add screenshots to help explain your problem.
Environment(please complete the following information):
Device Information (please complete the following information):
The text was updated successfully, but these errors were encountered: