ios - How do I manually add Pods/Headers/Public to the Header Search Paths configuration? -


  • i ejected expo.
  • i ran ‘react-native link’ in terminal
  • i moved ios folder , ran ‘pod install’ in terminal.
  • then opened padel.xcworkspace in xcode. when try , build app error says react/rctbridgemodule.h file not found.
  • after googling understand need “manually add pods/headers/public header search paths configuration” described in expo docs https://docs.expo.io/versions/latest/guides/expokit.html#changing-native-dependencies

i have absolutely no idea how this. can please me? when click on error message in build time see: enter image description here

where supposed add ‘pods/headers/public’

my best guess have add additional path in ‘header search paths’ section. problem don’t understand built_products_dir corresponds don’t know how walk pods folder.

any suggestions?

finally found answer on step 3 of docs on manual linking in react native https://facebook.github.io/react-native/docs/linking-libraries-ios.html#manual-linking


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -