Skip to content

Enable automatic async/await API generation #91

@paulb777

Description

@paulb777

The GSI completion handlers use callback as the parameter selector for specifying completion handlers.

callback is not one of the selectors included for automatic async method generation. See https://developer.apple.com/documentation/swift/calling_objective-c_apis_asynchronously

If I manually change the selector in the GIDSignIn.h public header to completion, Xcode will auto-generate the API:

Screen Shot 2022-01-14 at 2 54 16 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions