-
Notifications
You must be signed in to change notification settings - Fork 956
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
Integrate Flipper iOS get error Conv.h:114:10: 'double-conversion/double-conversion.h' file not found #1461
Comments
@priteshrnandgaonkar would you mind take a look on this? |
hi @priteshrnandgaonkar, can you help? |
@fahmisdk6, can you provide me with the reproducible example. Can you create a sample example, which I can pull in and debug ? Or maybe if you can reproduce it in the our repo's sample example, then that would be great ? |
hi sorry for late response, i will provide sample soon |
Hi! I am facing the same issue. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing it because the author didn't provide with a reproducible example. |
Integration Step :
pod install
Then i got problem with Flipper-Folly's Time.h
iOS - Flipper Folly Typedef redefinition with different types ('uint8_t' (aka 'unsigned char') vs 'enum clockid_t') #1421
It's because my project set all pod target to 10.0 on post_install
So i ignore these pods from set target script
flipper_pods = ['Flipper', 'CocoaLibEvent', 'boost-for-react-native', 'OpenSSL-Universal', 'CocoaAsyncSocket', 'ComponentKit']
In this issue one of the answer suggest to remove
use_framework!
but i can remove it because our project has several dynamic framework. We declare the dynamic framework in pre_install.Any help or suggestion to fix this double-conversion.h issue?
Thanks in advance.
The text was updated successfully, but these errors were encountered: