pod更新后的Firebase在其InfoTlist中缺少CFBundleIdentifier,用于GoogleToolboxForMac.framework

时间:2016-12-24 16:02:43

标签: swift firebase cocoapods

我做了一个pod更新来更新firebase pod:

Installing Firebase (3.11.0)
Installing FirebaseAnalytics (3.6.0)
Installing FirebaseAuth (3.1.0)
Installing FirebaseCore (3.4.6)
Installing FirebaseDatabase (3.1.1)
Installing FirebaseInstanceID (1.0.8)
Installing FirebaseStorage (1.0.5)
Installing GTMSessionFetcher (1.1.7)
Installing GoogleInterchangeUtilities (1.2.2)
Installing GoogleSymbolUtilities (1.1.2)
Installing GoogleToolboxForMac (2.1.0)

编译成功但是当模拟器启动时,我收到以下消息:

  

..... Frameworks / GoogleToolboxForMac.framework在其Info.plist中没有CFBundleIdentifier

之前我在pod更新方面遇到了一些麻烦,并且在新安装了所有pod之后它才有效:

pod deintegrate
sudo rm -fr ~/Library/Caches/CocoaPods/
sudo rm -fr ~/.cocoapods/repos/master/
pod install

它通常有效,但在这种情况下不行。有什么想法吗?

1 个答案:

答案 0 :(得分:2)

手动删除框架并尝试重新安装。