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

Fixed Extraneous argument label 'status:' in call for Apple App setup #468

Conversation

erezhod
Copy link
Contributor

@erezhod erezhod commented Jun 24, 2023

What does this PR do?

Provides a fix for issue #467, where the code snippet for setting up the Client on an Apple native app using Swift is throwing the following error: Extraneous argument label 'status:' in call.

Test Plan

Copy this code into an Apple Xcode project (Swift), paste the following code snippet modified in this PR:

import Appwrite

let client = Client()
    .setEndpoint("https://localhost:3000/v1")
    .setProject("6496fd6f36368405265d")
    .setSelfSigned(true) // For self signed certificates, only use for development

Made sure it doesn't throw the Extraneous argument label 'status:' in call error by the compiler.

Related PRs and Issues

Provides a fix for issue #467.

Have you read the Contributing Guidelines on issues?

Yes.

@vercel
Copy link

vercel bot commented Jun 24, 2023

@erezhod is attempting to deploy a commit to the appwrite Team on Vercel.

A member of the Team first needs to authorize it.

@erezhod
Copy link
Contributor Author

erezhod commented Jul 14, 2023

Hi @abnegate! Thank you for approving my change.
I see it's still stuck on Vercel issues. Is this something I'm supposed to do on my end?

@eldadfux eldadfux merged commit fd44f12 into appwrite:main Jul 29, 2023
1 check passed
@eldadfux
Copy link
Member

@erezhod thank you! ❤️

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

Successfully merging this pull request may close these issues.

3 participants