You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
I integrate Firebase in my app, and when I run the app it crash. It's something related with sqlite but I don't know what's is wrong . If I remove EthereumKit dependency the app not crash.
Steps to reproduce:
Create a blank app with the following dependencies
pod 'Firebase/Crashlytics'
pod 'Firebase/Core'
pod 'EthereumKit.swift'
Add a GoogleService-Info.plist and add call to FirebaseApp.configure() in AppDelegate
Run the app and you receive the following crash
I have opened an issue to Firebase, and the problem is a conflict with nanopb.
It looks like EthereumKit.swift/EthereumKit/Libraries/lib/libIncubed.a includes a binary version of pb_encode that is intercepting the version from the nanopb CocoaPod that the GoogleAppMeasurement CocoaPod expect to use.
I integrate Firebase in my app, and when I run the app it crash. It's something related with sqlite but I don't know what's is wrong . If I remove EthereumKit dependency the app not crash.
Steps to reproduce:
Create a blank app with the following dependencies
Add a GoogleService-Info.plist and add call to FirebaseApp.configure() in AppDelegate
Run the app and you receive the following crash
I have also opened an issue to Firebase and we are investigating the problem, any ideas?
The text was updated successfully, but these errors were encountered: