[Technical Questions] Missing required modules: FirebaseAuthInterop, GTMSessionFetcherCore #133
Unanswered
viraj28m
asked this question in
Technical Questions
Replies: 1 comment
-
@viraj28m Could you since resolve the issue? If not, please tag @felixschlegel here, he is more than happy to help with the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In what area do you have a technical challenge?
Xcode, Simulator & Previews
Description
I have written UI Tests that will not run due to the following error: "Missing required modules: 'FirebaseAuthInterop', 'GTMSessionFetcherCore'"
Reproduction
I've included the code in my test file below.
`import HealthKit
import NeutroFeverGuard
import SpeziLocalStorage
import XCTest
import XCTestExtensions
import XCTHealthKit
class HealthKitServiceUITests: XCTestCase {
@mainactor
override func setUp() async throws {
continueAfterFailure = false
}
`
I am not sure if this is linked to my inability to run firebase emulator from command line. I used the CL command provided at the start of class, and also added firebase to my path, but still receive "-bash: firebase: command not found"
Expected behavior
I want to be able to run my UI Tests without encountering this error. The UI Tests are meant to write data to HealthKit from user-entered information, and to check whether it was successfully stored in HealthKit.
Additional context
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions