-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recursive header expansion when using other libs such as Firebase #246
Comments
Hi @ethanyuwang, I'd like to help you with this. The title of this issue (still) suggests that you had this issue before? I couldn't find it here on Github, can you point me to it, please? If this is a new issue, can you please provide more context?
|
@TroubleMakerBen Hi, thank you. I have just updated my issue. |
Any updates on this? |
We released cocoapods 1.4.0 support only in our SDK version 1.3.0 and your issue is saying you are using cocoapods 1.4.0. Can you try on our 1.3.0 SDK? |
Also we are not compatible with react native 0.53 at the moment. You will have to downgrade temporarily to 0.52 to be able to execute |
I had the same issue. I tried to install npm into another system. But still getting same issue. Can you please help me? What is the exact issue? |
What versions are you using for our SDK and Cocoapods and react-native. |
I'm having same issues |
they are |
but is your error about recursive headers like in the first comment or is it another issue? Please share the exact error message. |
error is just like first comment. |
This is a really weird error since you don't use recursive header but complains about recursive, I cannot reproduce here. We will need you to share project sources so we can repro. |
Do you need those to be recursive? Can you share sources please? |
I'm not very sure if this was the fix since I have tried a lot of different things, but I don't have this error anymore. Somehow there's another
Then when running |
@ethanyuwang I don't have a React directory in Pods folder though I don't have those lines either. Do you need React as a pod dependency? Anyway deleting React under Pods seems like the right thing to do, not sure about the Podfile part. |
I think it was needed for react-native-firebase. I did notice |
Ok its indeed caused by https://github.com/invertase/react-native-firebase/blob/master/ios/RNFirebase.podspec#L18 |
@dilee716 @BrijeshShiroya do you use other 3rd party libs depending on react as pods ? You can look for |
yeah, currently using other 3rd party libs depending on react as pods. Messing around with it right now. thanks for checking in @guperrot |
Has there been any update on this? Or is this workaround the solution still? |
Hi, right now the work around is still needed. |
As a follow up, v1.5.1 is released today and this issue should be fixed. Thanks. |
I installed AppCenter and CodePush as instructed. When I tried to compile I encountered this error:
Enviroment:
"react-native": "0.53.0",
node: v8.9.4
cocoapods-1.4.0
I have looked up this error it seems like it was fixed on V1.20 (#209)
But I'm still experiencing the same error. How should I fix this?
The text was updated successfully, but these errors were encountered: