Skip to content
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

When running in Xcode 16.0 getting Incompatible function pointer types passing 'YGSize (...)' exception #936

Closed
Bob-JZhao opened this issue Oct 16, 2024 · 1 comment

Comments

@Bob-JZhao
Copy link

Bob-JZhao commented Oct 16, 2024

Bug report

Summary

xCode build failed, the error is
Incompatible function pointer types passing 'YGSize (YGNodeConstRef, float, YGMeasureMode, float, YGMeasureMode)' (aka 'struct YGSize (const struct YGNode *, float, enum YGMeasureMode, float, enum YGMeasureMode)') to parameter of type 'YGMeasureFunc' (aka 'struct YGSize (*)(struct YGNode *, float, enum YGMeasureMode, float, enum YGMeasureMode)')

image

Environment info

"@react-native-community/datetimepicker": "^8.2.0"
"react-native": "0.67.4",

@Bob-JZhao
Copy link
Author

this solution fix my issue, so I'd just close this.
#917

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant