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.

Reliable build on `^0.39.2` fails when upgrading to `^0.40.0`

See original GitHub issue
** BUILD FAILED **


The following build commands failed:
	CompileC /XXX-FULLPATH-XXX/ios/build/Build/Intermediates/RCTSettings.build/Debug-iphonesimulator/RCTSettings.build/Objects-normal/x86_64/RCTSettingsManager.o RCTSettingsManager.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:9
  • Comments:37 (11 by maintainers)

github_iconTop GitHub Comments

174reactions
SandroMachadocommented, Jan 5, 2017

I solved it doing this:

- In Xcode, go to the project scheme (Product -> Scheme -> Manage Scheme -> double click your project).

- Click on the 'Build' option at the left pane.

- Uncheck 'Parallelize Build' under Build Options.

- Then in Targets section, click '+' button then search for 'React'. Select it and click 'Add'.
'React' should now appear under Targets section. Click and drag it to the top so that it will be the first item in the list (before your project).

- Clean the project and build.

BTW, I am using https://github.com/beefe/react-native-picker and it also works without updating the import format in the library. Strange, but it is working…

14reactions
joncursicommented, Jan 4, 2017

I am also running into trouble going from 0.39.2 -> 0.40.0, with several “file not found” issues.

  • React/RCTDefines.h
  • React/RCTEventEmitter.h
screen shot 2017-01-04 at 1 10 46 pm
Read more comments on GitHub >

github_iconTop Results From Across the Web

`React/RCTBridgeModule.h` file not found - Stack Overflow
... Reliable build on ^0.39.2 fails when upgrading to ^0.40.0 ). What happened was that Xcode was trying to build the react-native libraries ......
Read more >
[Solved]-`React/RCTBridgeModule.h` file not found-Reactjs
... (solution was found here: Reliable build on ^0.39.2 fails when upgrading to ^0.40.0 ). What happened was that Xcode was trying to...
Read more >
unable to open file (in target in project ) react native - You.com
React Native - Cannot build after upgrade to 0.62.2 - Yoga - Unable to open ... was found here: Reliable build on ^0.39.2...
Read more >
Latest round of updates broke KDE Plasma, SDDM, etc
It's only been at most two to three weeks since I last updated all packages, but now SDDM is broken (complains about /usr/lib/qt/qml/org/kde/ ......
Read more >
Changelog - Gentics Mesh
Server: When an OutOfMemory was caught or one of the plugins (permanently) failed to initialize, mesh was still considered to be live. This...
Read more >

github_iconTop Related Medium Post

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