0

React native ios expo ejected app building fails due to Flipper Lexical o Preprocessor Issue, as shown in the image below,

enter image description here

Dinuka Salwathura
  • 924
  • 16
  • 33

1 Answers1

0

You have to add this line to Project -> Target -> Build Settings -> Search Paths -> Header Search Paths, "${PODS_ROOT}/libevent/include"

Dinuka Salwathura
  • 924
  • 16
  • 33