React Native BUILD FAILED on run-ios
See original GitHub issueReact Native version
System: OS: macOS 10.14.6 CPU: (4) x64 Intel® Core™ i5-7500 CPU @ 3.40GHz Memory: 249.73 MB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 10.13.0 - ~/.nvm/versions/node/v10.13.0/bin/node Yarn: 1.12.3 - /usr/local/bin/yarn npm: 6.4.1 - ~/.nvm/versions/node/v10.13.0/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 12.4, macOS 10.14, tvOS 12.4, watchOS 5.3 IDEs: Android Studio: 3.4 AI-183.6156.11.34.5692245 Xcode: 10.3/10G8 - /usr/bin/xcodebuild npmPackages: react: 16.8.6 => 16.8.6 react-native: 0.60.5 => 0.60.5 npmGlobalPackages: react-native-cli: 2.0.1
Steps To Reproduce
- init a project with
react-native init FirstNative - run
cd FirstNativeand runreact-native run-ios - I got error same with Result
- To retry, init another project with
react-native init TestNativeProject - run
cd TestNativeProjectandreact-native run-ios - I got same error written at Result
Expected Behavior
Success of building the project
Result
The result is following error.
** BUILD FAILED **
The following build commands failed: CompileC /Users/LeeMoonki/Desktop/FirstNative/ios/build/FirstNative/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Folly.build/Objects-normal/x86_64/Unicode.o /Users/LeeMoonki/Desktop/TestNativeProject/ios/Pods/Folly/folly/Unicode.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (1 failure)
To see the exact error, I run the workspace of this project in the Xcode(v10.3) then the following error is occurred.
'folly/CppAttributes.h' file not found ColdClass.h
Issue Analytics
- State:
- Created 4 years ago
- Reactions:12
- Comments:53 (1 by maintainers)

Top Related StackOverflow Question
On Feb 8th 2021 still have this shitty error and everywhere is closed
@saulo1212 try to replace
use_flipper!withuse_flipper!({ 'Flipper-Folly' => '2.3.0' })in your Podfile, then remove Podfile.lock and runpod install