storage #5770
Annotations
1 error and 5 warnings
Unit Tests:
FirebaseStorage/Tests/Unit/StorageReferenceTests.swift#L252
testReferenceWithNonExistentFileFailsWithCompletionCallback, Asynchronous wait failed: Exceeded timeout of 0.5 seconds, with unfulfilled expectations: "testReferenceWithNonExistentFileFailsWithCompletionCallback()".
|
Unit Tests:
FirebaseStorage/Sources/Internal/StorageUtils.swift#L79
'UTTypeCreatePreferredIdentifierForTag' was deprecated in visionOS 1.0: Use the UTType class instead.
|
Unit Tests:
FirebaseStorage/Sources/Internal/StorageUtils.swift#L80
'kUTTagClassFilenameExtension' was deprecated in visionOS 1.0: Use UTTagClassFilenameExtension instead.
|
Unit Tests:
FirebaseStorage/Sources/Internal/StorageUtils.swift#L84
'UTTypeCopyPreferredTagWithClass' was deprecated in visionOS 1.0: Use the UTType class instead.
|
Unit Tests:
FirebaseStorage/Sources/Internal/StorageUtils.swift#L84
'kUTTagClassMIMEType' was deprecated in visionOS 1.0: Use UTTagClassMIMEType instead.
|
Unit Tests:
FirebaseStorage/Tests/Unit/StorageDeleteTests.swift#L59
initialization of immutable value 'testBlock' was never used; consider replacing with assignment to '_' or removing it
|
Loading