Error : Use of undeclared identifier 'YGValue' when building iOS
See original GitHub issueDescription
Hello,
I have the following error when building with the latest RN version.
I was just trying to upgrade…
Error : Use of undeclared identifier 'YGValue' when building iOS
Version
0.69-RC.6
Output of npx react-native info
System: OS: macOS 12.2.1 CPU: (10) x64 Apple M1 Pro Memory: 1.71 GB / 32.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 14.19.1 - /usr/local/bin/node Yarn: 1.22.18 - /opt/homebrew/bin/yarn npm: 6.14.16 - /usr/local/bin/npm Watchman: 2022.03.21.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.11.3 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.4, iOS 15.4, macOS 12.3, tvOS 15.4, watchOS 8.5 Android SDK: Not Found IDEs: Android Studio: 2021.1 AI-211.7628.21.2111.8309675 Xcode: 13.3.1/13E500a - /usr/bin/xcodebuild Languages: Java: 11.0.15 - /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home/bin/javac npmPackages: @react-native-community/cli: Not Found react: 18.0.0 => 18.0.0 react-native: 0.69.0-rc.6 => 0.69.0-rc.6 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found
Steps to reproduce
I tried to upgrade…
Snack, code example, screenshot, or link to a repository
N/A
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:17 (3 by maintainers)
Experiencing this with 0.69.0 release
So this has to do with case sensitive file systems. My drive says it isn’t, but i believe it was encrypted in the past. The temporary solution is to add this step to the build process, as mentioned : https://github.com/facebook/react-native/issues/33648
This really needs a fix tho, many hours lost by a lot of people.