简体   繁体   中英

Unable to update firebase latest framework from podfile

When I try to update my Firebase through cocoapods, Always its updating to 3.17.0 version - which is old. As per firebase docs, 6.4.0 is the latest version for iOS. Why i am not able to update to latest.

I have tried multiple ways to resolve this. But no luck.

FireBase Cocoa Pods Installation Not Working

FireBase Cocoa Pods Installation Not Working

platform :ios, '10.0' use_frameworks!

target 'the-name-of-target' do pod 'Firebase' end

I should be able to update to latest firebase framework.

Edit: Solved with workaround.

Google Signin framework having the dependency. As work around removed google sigenin pod & added as framework. Now i am able to update to latest the firebase to latest. Thanks.

尝试清除Pod缓存并重新安装CocoaPods

Have you tried updating pods?

command for update all pods

pod update

for specific pod

pod update POD_NAME

检查生成的Podfile.lock以查看哪个依赖项将Firebase的版本强制为3.x。

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