Semantic Issue when building RN project in XCode or with react-native run-ios
See original GitHub issueI get the following error:
The terminal react-native run-ios
error:
CompileC /Users/cparry/repos/learnium/mobile/ios/build/Build/Intermediates/RCTAnimation.build/Debug-iphonesimulator/RCTAnimation.build/Objects-normal/x86_64/RCTNativeAnimatedModule.o RCTNativeAnimatedModule.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
In xCode:

Only for iOS, runs fine on android. Only started happening since upgrading to v0.42.0
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Problems building a new react-native project in Xcode
I open the project again in Xcode and delete from 'frameworks, libraries and emebedded content' all the libraries so that only the JavaScriptCore.framework...
Read more >React Native 0.64 won't build iOS app after updating Xcode to ...
I'm experiencing the same issue, across different react native apps as well. · There are few temporary workarounds regarding the macOs 11.3 ...
Read more >Running On Device - React Native
This document will guide you through the necessary steps to run your React Native app on a device and to get it ready...
Read more >React-Native new ios project not building. RCT-Folly Semantic ...
I changed the min Version from 10 to 12: __IPHONE_OS_VERSION_MIN_REQUIRED > __IPHONE_12_0 in Pods>RTC-Folly>Time where the error occurs to fix the issue.
Read more >React Native - Manual iOS Setup - Flipper
Install the dependencies by running cd ios && pod install then continue to Initialization. React Native 0.62. In version 0.62, the setup includes...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Well my colleagues weren’t having the issue. So I downgraded and upgraded again and it seemed to run fine. That’s the only advice I can give. I tried to reproduce it but couldn’t.
I’m facing the exact same issue, with both react-native v0.42.2 and v0.42.3. Anyone found a way to resolve this issue?