-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Another Cannot read property 'DocumentDir' of undefined #627
Comments
I've tried almost all google searches already.. |
I deleted FBSDK login from my project entirely and it worked. "My code works and I don't know why" |
Hello i have solved this issue---- when you install the you can to open project from iOS in Xcode then remove the library of RNFetchBlob.xcodeproj from library folder and then again add by right click on library folder from node modules-->react-native-fetch-blob--->iOS folder --->add project RNFetchBlob.xcodeproj then all required file will be there and make sure add lib on build phases also libRNFetchBlob.a it works for me. Thanks |
i've already tried linking it and have had no luck. |
Hello, this is a rather painful one. I finally managed to get rid of the error - details here (issue 251). Hope it works for you, too... |
I have exhausted all threads on the internet and can't find a solution.
I'm trying to photo upload to firebase from my react-native app using react-native-fetch-blob. RN ios simulator running iphone 6. I have NOT tried running on android emulator yet, due to android env setup on different computer.
This line causes the error.
I have read many of the tutorials about using react-native-fetch-blob.
I can't seem to link it correctly, or please tell me what my issue is.
What I've tried already...
...
...
...
I've followed the WIKI to manually link packages. Verified packages are linked via SS's
...
Clean and build after all of these scenario's.
I won't list EVERYTHING I've done because I've literally tried everything on stack and RNFB Issues/github.
Here are some screenshots from Xcode, RNFB is getting linked correctly, or at least I think.
The text was updated successfully, but these errors were encountered: