Closed pzmudzinski closed 3 years ago
Using pod 'CombineFirebase/Firestore' in any of two targets should be enough, it's more of Podfile setup.
Could we put more details here rather than "it's more of Podfile setup"?
It turned out I cannot archive my xcode project because of this issue with similar error message:
Multiple commands produce 'blablabla/.intermediateBuildFilesPath/UninstalledProducts/iphoneos/CombineFirebase.framework':
I have app and internal framework which both use
CombineFirebase
package, something like:Whenever I start the app I am getting this warning/error:
Not sure if it's some setting coming from the
CombineFirebase
or something I have to setup inPodfile
.