I had written some unit tests for my app (API test cases) and they were working fine. After that I had integrated Firebase SDK for Google authentication.
Now when I try to run the unit tests, Xcode compiles the app and shows error as:
"ld: framework not found FirebaseInstanceID for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)"
But the app runs properly in the device as well as simulator, but I'm unable to run the unit tests.