-
Notifications
You must be signed in to change notification settings - Fork 119
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
Can't use with RN 0.63 on iOS #110
Comments
@vaibhavhrt Hi, have you found the solution? |
@annaostapenko22 nope :( |
Could you please share the issue details. use_framework is needed since internally it is dependent on a swift library. |
@prscX For me, problem was with compatibility with flipper. I am using react-native 0.63.3 @vaibhavhrt I commented these lines in my Podfile # use_flipper! # post_install do |installer| # flipper_post_install(installer) # end |
Please make sure Flipper iOS Setup Guidelines steps are added to Podfile, since aromajoin/material-showcase-ios is implemented using Swift and we have to use use_frameworks! in Podfile.
I have updated installation steps in README as well. Please refer the same. Let me know if you still face the same issue. </ Thanks > |
I removed flipper but our project uses firebase & I think I was having errors related to that. Anyway I will try the updated installation steps and let you know if I still face any errors. |
@prscX Unfortunately this doesn't work for me. |
Hi, any suggestion yet? I am using firebase too |
Same problem here. Using firebase as well. The flipper issue goes away however I get this |
Fixed it. So these two things are needed.
|
If I add
use_frameworks!
to Podfile everything breaks.If we can't get rid of use_frameworks, is there some way to manually link the library, without using cocoa pods
The text was updated successfully, but these errors were encountered: