Skip to content

FirebaseEmailAuthUI added via SPM, init methods not exposed (missing umbrella header / module map?) #1224

@JustinLeeRepo

Description

@JustinLeeRepo

Added FirebaseUI-iOS library via SPM
version 14.2.6
Xcode 15.2
FirebaseEmailAuthUI added to target's Frameworks, Libraries, and Embedded Content

When trying to init a new FUIEmailAuth provider, the init methods that are declared in the header file are not accessible or exposed.
When copying and pasting the init method from a previous project that successfully integrated FirebaseUI-iOS via CocoaPods, the compiler will mark the initialization as a call that takes no arguments.

Strangely enough when trying to autocomplete the init method with params, the compiler will list the init method as unavailable because
FirebaseEmailAuthUI is not imported, when it clearly is imported

Already:
Cleaned build folder
Reset package dependency cache

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions