-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
Steps to Reproduce
(Write your steps here:)
- Try to build app in xCode
- Receive Error
Implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'const uint32_t' (aka 'const unsigned int')
line 208 in YGNodePrint.cppconst uint32_t childCount = node->children.size();
Not sure if this is related but Line 201 and 293 of Yoga.cpp
are also throwing logic errors of Null pointer argument in call to memory copy function
Expected Behavior
I expected my app to work. It had hung up at the splash screen with no errors except the yoga logic errors and I assumed the newer version would resolve them.
Actual Behavior
The app is unable to build due to the yoga issue and xCodes says there are two other logic errors in Yoga.
Reproducible Demo
I would imagine this would just show up in any new project; however, any suggested steps to resolve it would be appreciated.
shameemz, jcady, adam2k, jorgefspereira, hpb0412 and 65 morefungilation, hitbear518, Jono20201, dluksza, ovr and 7 more
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.