hi ,
i search i lot and try all solutions but not work's
Argument list too long: recursive header expansion failed at /Users/user/Desktop/project/node_modules/react-native-admob/ios/../../../ios/Pods/React/node_modules/react-tools/src/shared.
this error shows after i update pod
and this my podfile content
platform :ios, '9.0'
target 'project' do
pod 'Google-Mobile-Ads-SDK'
pod 'RNDeviceInfo', :path => '../node_modules/react-native-device-info'
end
instead of Pods/** i add Pods/Google-Mobile-Ads-SDK
and it's work , thanks
@bhram : Can you please elaborate the solution ?
@abhaypai2611 modify the following file:
node_modules/react-native-admob/ios/RNAdMobManager.xcodeproj/project.pbxproj
Line 256 and 270 modify to:
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../../../ios/Pods/**";
The file is already fixed in last commits but still not pushed on npm
Still having the problem with the FRAMEWORK_SEARCH_PATHS updated:
Argument list too long: recursive header expansion failed at /path/to/project/node_modules/react-native-admob/ios/../../../ios/Pods/React/node_modules/lazystream/test.
Most helpful comment
@abhaypai2611 modify the following file:
node_modules/react-native-admob/ios/RNAdMobManager.xcodeproj/project.pbxprojLine 256 and 270 modify to:
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../../../ios/Pods/**";