Open
Description
[REQUIRED] Step 1: Describe your environment
- Xcode version: 14.0 beta 4 (14A5284g)
- Firebase SDK version: 9.3.0
- Installation method:
Swift Package Manager
(select one) - Firebase Component: FirebaseAuth, FirebaseAnalyticsSwift, FirebaseAuthCombine
- Target platform(s):
iOS
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
I added three SDKs for now in one of my pet project and it works but when I try to launch unit tests (XCTestCase) I get error "Missing required module 'FirebaseCore'" where @testable import AppName is declared. Do we have any solutions for this? Thanks.