SebastianSingle99

Results 1 comments of SebastianSingle99

https://github.com/RonRadtke/react-native-blob-util/blob/master/ios/ReactNativeBlobUtil/ReactNativeBlobUtil.mm#L524 This is the failing line: `exist = [fm fileExistsAtPath:path isDirectory:&isDir];` NSFileManager doesn't seem to work with file-urls like `file:///Users/...`. If you strip away `file://` from the `decocedPath` it works.