简体   繁体   中英

Installing Older Version of Firebase

I use Xcode 9.4 and the firebase I installed can't work on the version of Xcode I'm using. I can't run Xcode 10.1 because the simulator lags and slows down my system. it basically doesn't work at all ! So Xcode 9.4 is my best bet

How do I install an older version of Firebase with cocoa pods? Thanks for the Help !

Basically you will need to specify the version of Firebase you need to install

My best guess will be something like this

pod 'Firebase', '4.4.0'

Where

'4.4.0'

is the version of the Firebase.

For more specific info on the Firebase versions check here

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