Hello,
I'm getting this error in Xcode
Argument list too long: recursive header expansion failed at /Users/abdulaziznoor/Developminties/ShopNow/Frontend/React Native/node_modules/react-native-google-signin/ios/../../../ios/build/Index/DataStore/v5/records/Q4.
any idea how to solve it?
same issue :(
Me too. See the discussion on the PR here: https://github.com/devfd/react-native-google-signin/pull/333?
Same here
Argument list too long: recursive header expansion failed at /Users/XXXX/Desktop/XXXX/XXXX/XXXX/XXXX/PROJECT_NAME/node_modules/react-native-google-signin/ios/../../../ios/Pods/React/node_modules/bufferutil/build/Release/.deps/Release/obj.target/bufferutil/src.
Same issue, I get it when adding React to my pods. Fresh new project works, but fresh new project with React included in the pods does not work and gives me this error
+1
Same issue.
But new application which created react-native init AwesomeProject is working.
Why?
I got fixed after applying this patch.
https://github.com/njt1982/react-native-google-signin/tree/fix-search-paths
( Change the package.json as "react-native-google-signin": "njt1982/react-native-google-signin#fix-search-paths" )
but, I got this error.
https://github.com/devfd/react-native-google-signin/issues/307
So I read each issues and I found solution that change the Podfile from pod 'Google/SignIn' to pod 'GoogleSignIn'. The solution found here.
https://github.com/devfd/react-native-google-signin/issues/316#issuecomment-369564585
but, I don't know why this error occurred and whether my solution is the best.
but, It's probably easy to change the package.json and Podfile when this problem is fixed.
So I dont' think there is a serious problem.
Thank you, @Takkiii , I fixed this issue 馃榿
We seriously need this or such PR resolving this issue to be merged asap.
We鈥檙e working on it. :)
Just got it to compile as RC1 is now available:
yarn add react-native-google-signin@next
Thank you!
I deleted the "ios/build" folder and executed "react-native run-ios" and it worked!
I鈥檒l lock conversation. If you鈥檙e still experiencing this please create a new issue.
Most helpful comment
I got fixed after applying this patch.
https://github.com/njt1982/react-native-google-signin/tree/fix-search-paths
( Change the package.json as
"react-native-google-signin": "njt1982/react-native-google-signin#fix-search-paths")but, I got this error.
https://github.com/devfd/react-native-google-signin/issues/307
So I read each issues and I found solution that change the Podfile from
pod 'Google/SignIn'topod 'GoogleSignIn'. The solution found here.https://github.com/devfd/react-native-google-signin/issues/316#issuecomment-369564585
but, I don't know why this error occurred and whether my solution is the best.
but, It's probably easy to change the package.json and Podfile when this problem is fixed.
So I dont' think there is a serious problem.