You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we use ART in our code, we need to drag ART.xcodeproj to the Libraries and add libART.a , but after that the app build failed due to a yoga error: The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage,
React Native version: 0.59.8
Steps To Reproduce
use ART in code
add ART.xcodeproj and libART.a to iOS native project.
build the app
Describe what you expected to happen:
build success
The text was updated successfully, but these errors were encountered:
If we use ART in our code, we need to drag ART.xcodeproj to the Libraries and add libART.a , but after that the app build failed due to a yoga error:
The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage
,React Native version: 0.59.8
Steps To Reproduce
Describe what you expected to happen:
build success
The text was updated successfully, but these errors were encountered: