Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage

$
0
0

When I run the build for my iOS project it throws a logic error: The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage.

This is being thrown in the Yoga package that can be found here.

I checked out different Stack Overflow and Github threads but I couldn't find anyone with the same issue.

(performLayout ? layoutMarkerData.cachedLayouts                   : layoutMarkerData.cachedMeasures) += 1;

This should build without this error.


Viewing all articles
Browse latest Browse all 16552

Trending Articles