-
Notifications
You must be signed in to change notification settings - Fork 487
Closed
Labels
Description
- Objective C or Swift: Swift
- iOS version: 11.2
- Firebase SDK version: 4.8.0
- FirebaseUI version: 4.5.0
- CocoaPods Version: 1.3.1
Problem:
Twitter updated their framework name and FirebaseTwitterAuthUI uses the old name. This is a breaking change if TwitterKit & TwitterCore are updated and FirebaseUI is included in the project.
Steps to reproduce:
- Clone this repo
- pod install
- Start a build of
FirebaseTwitterAuthUI - Notice that
TwitterKit.his not found
Observed Results:
- Get a "
TwitterKit/TwitterKit.his not found" error.
Expected Results:
- FirebaseUI works with latest
TwitterKit&TwitterCore.
I am willing to submit a PR to fix this issue:
#381