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
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL URLByAppendingPathComponent:]: component, components, or pathExtension cannot be nil.'
#1
Open
bobanminic96 opened this issue
Aug 19, 2021
· 3 comments
So i'm trying to pass this path: ' /var/mobile/Containers/Data/Application/EF33D3D7-49BB-466F-B807-8FF88AC72490/Documents/MyApp/image.jpg ' to processImage function, and i get this error:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL URLByAppendingPathComponent:]: component, components, or pathExtension cannot be nil.'
*** First throw call stack:
(0x191208298 0x1a4f62480 0x1923fbe98 0x104814344 0x10472bb90 0x104a8e4d0 0x108d93ae8 0x108d9532c 0x108da376c 0x1911872e0 0x191181740 0x191180818 0x1a7886570 0x193aac0e8 0x193ab1664 0x10414fe60 0x190e5f140)
libc++abi: terminating with uncaught exception of type NSException
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL URLByAppendingPathComponent:]: component, components, or pathExtension cannot be nil.'
terminating with uncaught exception of type NSException
I did check with the RNFetchBlob library if file exists on that path, and file exists, so not sure what is causing this issue. Seems like it is library related. Any suggestions / fix for this ?
The text was updated successfully, but these errors were encountered:
Hello,
So i'm trying to pass this path: ' /var/mobile/Containers/Data/Application/EF33D3D7-49BB-466F-B807-8FF88AC72490/Documents/MyApp/image.jpg ' to processImage function, and i get this error:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL URLByAppendingPathComponent:]: component, components, or pathExtension cannot be nil.'
*** First throw call stack:
(0x191208298 0x1a4f62480 0x1923fbe98 0x104814344 0x10472bb90 0x104a8e4d0 0x108d93ae8 0x108d9532c 0x108da376c 0x1911872e0 0x191181740 0x191180818 0x1a7886570 0x193aac0e8 0x193ab1664 0x10414fe60 0x190e5f140)
libc++abi: terminating with uncaught exception of type NSException
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL URLByAppendingPathComponent:]: component, components, or pathExtension cannot be nil.'
terminating with uncaught exception of type NSException
I did check with the RNFetchBlob library if file exists on that path, and file exists, so not sure what is causing this issue. Seems like it is library related. Any suggestions / fix for this ?
The text was updated successfully, but these errors were encountered: