firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.56k stars 1.45k forks source link

Couldn't build with import FirebaseInAppMessagingBinary and FirebaseRemoteConfigBinary at the same time with carthage #8659

Closed fr-zhangduanfang closed 3 years ago

fr-zhangduanfang commented 3 years ago

Step 0: Are you in the right place?

[REQUIRED] Step 1: Describe your environment

[REQUIRED] Step 2: Describe the problem

Steps to reproduce:

Imported FirebaseRemoteConfigBinary and FirebaseInAppMessagingBinary with Carthage at the same time
image then run 'carthage bootstrap --platform iOS --use-xcframeworks'

What happened? How can we make the problem occur? the output of build file only contain image

This could be a description, log/console output, etc. i think it's because FirebaseRemoteConfigBinary and FirebaseInAppMessagingBinary both import FirebaseABTesting

If you have a downloadable sample project that reproduces the bug you're reporting, you will likely receive a faster response on your issue.

Relevant Code:

// TODO(you): code here to reproduce the problem
google-oss-bot commented 3 years ago

I found a few problems with this issue: