Build failed with the following error
Argument list too long: recursive header expansion failed at /Users/gabriellai/project_pms_app/node_modules/react-native-progress-display/ios/../../../ios/build/Index/DataStore/v5/records/0R.


My project used:
- React Native 0.57
- Cocoapods (SVProgressHUD is already installed v2.2.5)
- Xcode 9.4.1
I think the problem comes from header search path . $(SRCROOT)/../../../ios with the recursive setting.
Build failed with the following error
My project used:
I think the problem comes from
header search path.$(SRCROOT)/../../../ioswith the recursive setting.