简体   繁体   中英

FirebaseUI pod install error

My Podfile:

pod 'FirebaseUI' 

When I pod install it shows following warning:

[!] Unable to read the license file /ProjectPath/Pods/FirebaseUI/LICENSE for the spec FirebaseUI (0.4.0)

It shows the same warning in the code samples that Firebase provided. And Where ever I try to use

import FirebaseUI

It will report no module found. What is the problem here?

FirebaseUI engineer here:

We went ahead and changed the module name (oops) to FirebaseDatabaseUI (and FirebaseAuthUI, etc.). Working on fixing this ASAP. For now:

import FirebaseDatabaseUI

and

import FirebaseAuthUI

where necessary.

The license files will also be updated as well, but it's just a spurious warning.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM