-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
BugPlatform: iOSiOS applications.iOS applications.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
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
Metadata
Metadata
Assignees
Labels
BugPlatform: iOSiOS applications.iOS applications.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.