React-native-youtube: IOS: Argument list too long: recursive header expansion failed

Created on 15 Jul 2018  路  8Comments  路  Source: davidohayon669/react-native-youtube

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",

Most helpful comment

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

All 8 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

berdof picture berdof  路  4Comments

dblazeski picture dblazeski  路  5Comments

nhcuong95 picture nhcuong95  路  5Comments

dozel picture dozel  路  5Comments

RetroPronghorn picture RetroPronghorn  路  3Comments