Subito-it / SBTUITestTunnel

Enable network mocks and more in UI Tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GCDWebServer conflicts with Firebase iOS SDK

scsinke opened this issue · comments

Resolving this package results in a build error in combination with Firebase.

Firebase uses the same package as SBTUITestTunnel, but a different fork. This results in the following build error: Dependencies could not be resolved because no versions of 'gcdwebserver' match the requirement 4.0.0..<5.0.0 and root depends on 'gcdwebserver' 4.0.0..<5.0.0.

Maybe we want to sync these forks?

Hi, can you share a sample project that replicates the issue? I created an empty project adding all firebase packages and the tunnel but got no conflict. By looking at the Package.swift it looks like Firebase's GCDWebService dependency is used in a test target which I do not expect to be needed.