A recent project I've been working on involved adding react-native-vector-icons
using react-native 0.63.4
. However, during the build process, I encountered an error when running the command npx react-native run-ios
in the terminal. The warnings/errors displayed were as follows:
In file included from /Users/newuser/workspace/programming/mobile/numbers/ios/Pods/Headers/Public/Flipper-Folly/folly/json.h:48:
In file included from /Users/newuser/workspace/programming/mobile/numbers/ios/Pods/Headers/Public/Flipper-Folly/folly/dynamic.h:796:
...
(1 failure)
Attempting to build the project with Xcode also resulted in the following error:
/Users/newuser/workspace/libevent/event.h:44:10: 'event2/event-config.h' file not found
Even after trying commands like pod install
and pod update
, the app still refuses to build.