

My team still don't use Flipper so for the moment this would be sufficient.īut, when I comment the flipper related code in my work project, I get the following build error: I tried to comment out the flipper related code in the Podfile and this works on a freshly init RN project. For the past 2 days, I'm researching for a solution but still no luck. Platforms: iOS 14.4, DriverKit 20.2, macOS 11.1, tvOS 14.3, watchOS 7.2ĬompileC /Users/xxxx/Library/Developer/Xcode/DerivedData/testProj-gttdtokougyaeyaukpnbpyhshzvf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperRSocketResponder.o /Users/xxxx/Dafidy/Testing/testProj/ios/Pods/Flipper/xplat/Flipper/FlipperRSocketResponder.cpp normal x86_64 c++ .clang.1_0.compilerĪfter migrating to RN 0.63.4 from 0.61.5, I can't build my project. Watchman: 4.9.0 - /usr/local/bin/watchman Platforms: iOS 14.4, DriverKit 20.2, macOS 11.1, tvOS 14.3, watchOS 7.2ĬompileC /Users/ /Library/Developer/Xcode/DerivedData/testProj-gttdtokougyaeyaukpnbpyhshzvf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperRSocketResponder.o /Users//Dafidy/Testing/testProj/ios/Pods/Flipper/xplat/Flipper/FlipperRSocketResponder.cpp normal x86_64 c++ .clang.1_0.CPU: (12) 圆4 Intel(R) Core(TM) i7-9750H CPU 2.60GHz 👍 79 pipoblak, stachu2k, brenthompson, Chandee, scyl, cutePanda123, ryan-longg, darksinge, Klerith, ujnimz, and 69 more reacted with thumbs up emoji 😄 24 yennhi26, pagella42, kosalamoon, hwang-the-human, sarthakpranesh, sangameshrently, 4rgc, JGeraldoLima, southkeys, AviIhej, and 14 more reacted with laugh emoji 🎉 18 Klerith, tylerpope, yennhi26, hwang-the-human, sangameshrently, 4rgc, JGeraldoLima, AviIhej, aryan-dwivedi, The-Pr0grammer, and 8 more reacted with hooray emoji 😕 9 aryan-dwivedi, leonardobork, oyo-kishan, lakshaymalhotra, p8ul, hatlesshacker, yungpear, papidb, and mauriciolanda4 reacted with confused emoji ❤️ 14 yennhi26, hwang-the-human, sangameshrently, JGeraldoLima, southkeys, AviIhej, aryan-dwivedi, The-Pr0grammer, p8ul, yungpear, and 4 more reacted with heart emoji 🚀 14 yennhi26, hwang-the-human, sangameshrently, 4rgc, JGeraldoLima, southkeys, AviIhej, aryan-dwivedi, The-Pr0grammer, p8ul, and 4 more reacted with rocket emoji 👀 16 yennhi26, hwang-the-human, sangameshrently, 4rgc, JGeraldoLima, southkeys, AviIhej, HurleySquared, mrjasan, aryan-dwivedi, and 6 more reacted with eyes emojiĬPU: (12) 圆4 Intel(R) Core(TM) i7-9750H CPU 2.60GHz
#React native xcode 12.4 upgrade#
No need to delete any build or node_modules or installing pods again and so forth, just pick the version of React-Native compatible with your macOS and Xcode (by downgrading and reinstalling the project until you get it) and no need to upgrade to the latest versions, they are developed for the latest systems, if you don't want to buy the latest devices to support the latest software (OS) or you can't afford them, just stay with the old ones - it's totally fine :)
#React native xcode 12.4 install#
Reinstall the project by removing the old one and use the steps mentioned in the "Getting Started" guide of React-Native 0.59.0 (or any other version compatible with your version of OS and XCode) to install your project again. 0.59.0 was still using the global version of react-native installed through npm. , which disallows the usage of react-native below 0.60 (quite totalitarian). Had to reinstall the project in order to use the installation guide from version 0.59.0, because the installation guide from 0.61 uses approach with npx react-native.

Had issues setting-up a new project after not using React-Native for a lot of time.

To see the exact error, I run the workspace of this project in the Xcode(v10.3) then the following error is occurred.
