joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.8k stars 767 forks source link

RCTBridgeModule.h:12:9 'React/RCTJSThread.h' file not found #844

Open Danushka50 opened 1 year ago

Danushka50 commented 1 year ago

ios/Pods/Headers/Public/React-Core/React/RCTBridgeModule.h:12:9 'React/RCTJSThread.h' file not found This happed when I upgrade react native version from 0.63.5 to 0.71.7.

- "react": "18.2.0",
- "react-native": "0.71.7"
- "rn-fetch-blob": "^0.12.0",
Screenshot 2023-05-19 at 12 56 16 PM

Is there any additional configurations that need to do or did I do any incorrect configuration. Please need a help on this.


Update : Found this for resolve the issue

npm install remove pod remove pod.lock reinstall the arch -x86_64 pod install --repo-update

Works for me.


kozhinas commented 5 months ago

In general, I updated to alpha because I get an error on version 5 and don’t know how to fix it

Снимок экрана 2023-11-20 в 17 29 08