是否可以對使用xcode v7.3.1的一些Firebase SDK進行歸檔的項目進行歸檔?我試了,但得到這個Invalid bitcode version (Producer: '800.0.38.0_0' Reader: '703.0.31_0')
Firebase無效的位代碼版本
pod 'FirebaseRemoteConfig'
pod 'FirebaseDatabase'
pod 'FirebaseCore'
pod 'FirebaseMessaging'
pod 'FirebaseAuth'
pod 'FirebaseCrash'
問題是火力地堡取決於GoogleUtilities
這是建立在Xcode V8.x中,如果我沒有記錯
也許嘗試指定火力地堡的較舊版本,然後'莢install' http://stackoverflow.com/questions/39658862/update-cocoapods-to-desired-version/ 39659014#39659014 – Idan