question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Semantic Issue when building RN project in XCode or with react-native run-ios

See original GitHub issue

I 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: screen shot 2017-03-02 at 16 31 54

screen shot 2017-03-02 at 16 51 59

Only for iOS, runs fine on android. Only started happening since upgrading to v0.42.0

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
Parrryycommented, Mar 7, 2017

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.

0reactions
leimoniocommented, Jun 7, 2017

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found