You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I intentionally changed the cassette name when initialising a session, however the test fails with fatalError() call from DVR stating that the request was not found. I am certain the json file is not there and have performed the clean build/test and even removal of DerivedData folder.
The text was updated successfully, but these errors were encountered:
// Cassette is missing. Record.
if session.recordingEnabled == false {
print("[DVR] Recording is disabled.")
abort()
}
I see the documentation is a bit outdated as there is no more beginRecording() and endRecording() methods. Only recordingEnabled property. But even setting this property to true after initialising a session the test crahes on the aforementioned line.
I intentionally changed the cassette name when initialising a session, however the test fails with
fatalError()
call from DVR stating that the request was not found. I am certain the json file is not there and have performed the clean build/test and even removal ofDerivedData
folder.The text was updated successfully, but these errors were encountered: