IOS: Argument list too long: recursive header expansion failed
See original GitHub issueI am getting below error while running from Xcode.
Argument list too long: recursive header expansion failed at /node_modules/react-native-youtube/../../ios/Pods/boost-for-react-native/boost/numeric/odeint/iterator/detail.
My packages versions “react”: “16.3.1”, “react-native”: “^0.55.4”, “react-native-youtube”: “^1.0.1”,
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Argument list too long: recursive header expansion failed #1407
I get a build fail and see the following. Argument list too long: recursive header expansion failed at /Users/USER/APP/node_modules/react-native-camera/ios/ ...
Read more >Argument list too long: recursive header expansion failed
I ran into a similar issue and had to go in and remove a few header search paths, as described here:.
Read more >You have to edit your Framework Search Paths of ... - Medium
You have to edit your Framework Search Paths of RNCamera.xcodeproj. Go to,. “Argument list too long: recursive header expansion failed at…
Read more >Argument list too long: recursive header expansion failed
Argument list too long : recursive header expansion failed. In the project's build settings, User Search Header Paths and Header Search Paths are...
Read more >IOS: Argument list too long: recursive header expansion failed
I am getting below error while running from Xcode. Argument list too long: recursive header expansion failed at /node_modules/react-native-youtube/../.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
When this happens, I remove node_modules, ios/build, ios/Pods then yarn install, pod install. It is pretty annoying indeed.
This one helps me solve the problem Duplicate of #286