Skip to content
This repository was archived by the owner on Jun 16, 2023. It is now read-only.

Fix recursive header expansion falied#1291

Merged
sibelius merged 1 commit into
react-native-camera:masterfrom
MatthieuLemoine:fix-path-ios
Feb 26, 2018
Merged

Fix recursive header expansion falied#1291
sibelius merged 1 commit into
react-native-camera:masterfrom
MatthieuLemoine:fix-path-ios

Conversation

@MatthieuLemoine

Copy link
Copy Markdown
Collaborator

Use SRCROOT instead of PROJECT_DIR to fix the following error :

Argument list too long: recursive header expansion failed

Fix #1250.

Also adds React and React Native header search paths as mentioned in https://github.com/react-native-community/react-native-camera#ios step 5

@sibelius
sibelius requested a review from bkvirendra February 26, 2018 12:56
@sibelius
sibelius merged commit 84a3683 into react-native-camera:master Feb 26, 2018
@MatthieuLemoine
MatthieuLemoine deleted the fix-path-ios branch February 26, 2018 13:42
mistenkt added a commit to mistenkt/react-native-camera that referenced this pull request Mar 8, 2018
@pohsiu

pohsiu commented Mar 19, 2018

Copy link
Copy Markdown

I want to use FaceDetection func, so I pod install and manual linking, fix error by this way,
but error still exist

`
Showing All Issues
Argument list too long: recursive header expansion failed at /Users/louis/Desktop/MyPlayground/camera/node_modules/react-native-camera/ios/../../../ios/Pods/React/node_modules/resolve/test/precedence/bbb.

`

here is my Podfile code below

`platform :ios, '9.0'

target 'camera' do

pod 'react-native-camera', subspecs: ['RCT', 'RN', 'FaceDetector'], path: '../node_modules/react-native-camera'
end`

version
"dependencies": {
"react": "16.2.0",
"react-native": "0.53.3",
"react-native-camera": "git+https://git@github.com/react-native-community/react-native-camera"
},

wehriam pushed a commit to bunchtogether/react-native-camera that referenced this pull request Mar 22, 2018
…path-ios

Fix recursive header expansion falied
wehriam pushed a commit to bunchtogether/react-native-camera that referenced this pull request Mar 22, 2018
@nikolaigeorgie

Copy link
Copy Markdown

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?

mortondev911 pushed a commit to mortondev911/React-Native-Camera that referenced this pull request Dec 18, 2020
sunil-dev7 added a commit to sunil-dev7/react-native-camera that referenced this pull request Jun 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Argument list too long: recursive header expansion

5 participants