diff --git a/Sources/Sentry/SentryFileManager.m b/Sources/Sentry/SentryFileManager.m index 387de2c5c9f..59773dcb2a7 100644 --- a/Sources/Sentry/SentryFileManager.m +++ b/Sources/Sentry/SentryFileManager.m @@ -639,7 +639,7 @@ + (BOOL)createDirectoryAtPath:(NSString *)path withError:(NSError **)error #pragma mark private methods -- (void)createPathsWithOptions:(SentryOptions *_Nonnull)options +- (void)createPathsWithOptions:(SentryOptions *)options { NSString *cachePath = options.cacheDirectoryPath;