Fix recursive header expansion falied#1291
Conversation
|
I want to use FaceDetection func, so I pod install and manual linking, fix error by this way, ` `
`platform :ios, '9.0' target 'camera' do pod 'react-native-camera', subspecs: ['RCT', 'RN', 'FaceDetector'], path: '../node_modules/react-native-camera'
|
…path-ios Fix recursive header expansion falied
|
Getting the same problem. I've been spending the whole day on this going through all the steps in different patterns... Any suggestions how to resolve this fix? |
Use
SRCROOTinstead ofPROJECT_DIRto fix the following error :Fix #1250.
Also adds
ReactandReact Nativeheader search paths as mentioned in https://github.com/react-native-community/react-native-camera#ios step 5