-
Notifications
You must be signed in to change notification settings - Fork 1.6k
undefined is not an object (evaluating 'RNFetchBlob.DocumentDir #454
Comments
i solved this by manually link it, but must delete RNFetchBlob's directory and remove its files outside. |
@Birdmaaant I think its because RNFetchBlob‘s class in a file directory not a Group on ios,so that RNFetchBlob module is unfined. |
Hi, I got the same problem in iOS too. |
Oh... I solved the problem by reinstall whole application. |
I had the same problem on Android :/ |
Did you use That's all I know.... |
you need to clean all cache and relaunch the app again . I believe so is android |
maybe you forget to add RNFetchBlobPackage in android, please check it. |
I already worked, I had to reinstall the package. :) |
try this: |
i solved this problem by reinstall the application. |
After linking you need to run |
Does anyone know why RNFB doesn't automatically add android permissions after 0.9.4? |
@GROL it's work, thank's ! |
Works after checked the doc linked by @GROL and used |
## my project is swift with pod, i already add #import <react-native-fetch-blob/RNFetchBlob.h> in my headers, it always that "undefined is not an object (evaluating 'RNFetchBlob.DocumentDir". I found the RNFetchBlob is undfined. I don't know why.
react-native:0.42.3
xcode:8.3.3
The text was updated successfully, but these errors were encountered: