-
Notifications
You must be signed in to change notification settings - Fork 589
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
array has incomplete element type 'struct rcd_rebinding' #11
Comments
to the guys who searched this issue, |
Thanks for the report, and the follow up. I think
Option 2 should be possible following facebook/fishhook#29 |
I'm also seeing this with React Native 0.49.0 which introduced a fishhook in facebook/react-native@878b7e4. This causes a conflict because the project also depends on FBMemoryProfiler which in turn has a dependncy on Is the only solution for this issue to remove one of the two? |
@k0nserv do you mind pasting the compilation error? It should be achievable to have both use fishhook independently without conflict. |
It's the same as above regarding |
hey there,when i import this library,appears the compile problem "array has incomplete element type 'struct rcd_rebinding'",i set the file name AppDelegate.mm and import libc++.tbd still can not fix this problem.any good suggestion ? thanks.
The text was updated successfully, but these errors were encountered: