Skip to content

Ambiguous inference of Objective-C name for instance method when upgrading to FirebaseAuthUI 14.2.4 #1209

@xaphod

Description

@xaphod

Step 2: Describe your environment

  • Objective C or Swift: Swift 6
  • iOS version: iOS 18.0.1
  • Firebase SDK version: 11.3.0
  • FirebaseUI version: 14.2.4
  • CocoaPods Version: 1.15.2

Step 3: Describe the problem:

Screenshot 2024-10-09 at 11 14 27 PM
    func authUI(_ authUI: FUIAuth, didSignInWith authDataResult: AuthDataResult?, error: Error?) {

After updating to XCode 16, Swift 6, Firebase 11.3.0, FirebaseUI 14.2.4, I can't get past this error.
This code worked fine in XCode 15, Swift 5.5, Firebase 10.29.0, FirebaseUI 14.0.0.

What's the correct func invocation for that method?

Imports above are:

import UIKit
import FirebaseAuth
import FirebaseEmailAuthUI
import FirebaseOAuthUI
import FirebaseGoogleAuthUI
import FirebaseAnalytics

Metadata

Metadata

Assignees

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