Error-01: Troubleshooting react-native-flipper ( IOS Specific).

Error-01: Troubleshooting react-native-flipper ( IOS Specific).
An error occurred while running my project on Xcode v15.3

STEPS TO SOLVE :

1. Navigate to ios/Pods/Flipper/FlipperTransportTypes.h.
2. Change the includes:
- Line no.10:
Change `#include <string>` to `#include <functional>`.

3. Open Terminal, navigate to your project directory, and run the following commands:
- `npm install --legacy-peer-deps`
- `cd ios && pod update && pod install && cd ..`.

4. Run your project again.

To know more about this error!

Read more