Eduardo Ramos

Results 3 comments of Eduardo Ramos

Solution to the problem, https://github.com/ptelad/react-native-iphone-x-helper/pull/44

In your Podfile, add this line. ``` installer.pods_project.targets.each do |target| target.build_configurations.each do |config| ... config.build_settings['HEADER_SEARCH_PATHS'] ||= '$(inherited) ' config.build_settings['HEADER_SEARCH_PATHS']

Or add to the library's dependencies, you can use this line: VisionCamera.podspec ``` ... s.dependency "React" s.dependency "React-Core" s.dependency "React-callinvoker" s.dependency "ReactCommon"