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",
Getting same issue. Any suggestion?
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
I tried #286 solution and @paour one but didn't work for me, still getting the issue.
Also getting this issue. #286 did not work for me.
@marlon-wiprud what version of this library do you use?
having the same issue here. Any news?
Solution: remove .ios/build folder and build the project again.
Most helpful comment
When this happens, I remove node_modules, ios/build, ios/Pods then yarn install, pod install.
It is pretty annoying indeed.