question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IOS: Argument list too long: recursive header expansion failed

See original GitHub issue

I 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:open
  • Created 5 years ago
  • Reactions:5
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
paourcommented, Aug 10, 2018

When this happens, I remove node_modules, ios/build, ios/Pods then yarn install, pod install. It is pretty annoying indeed.

3reactions
andyngdzcommented, Aug 10, 2018

This one helps me solve the problem Duplicate of #286

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found