3

After running the command react-native run-ios --simulator="iPad Pro (12.9-inch) (6th generation)" I'm getting an error.

The following build commands failed: CompileC /Users/{usernamenr}/Library/Developer/Xcode/DerivedData/{projectname}-esaknhfpvzhmyaepfktgsvawzuqy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Yoga.build/Objects-normal/x86_64/Yoga.o /Users/{username}/Projects/${projectname}/application/packages/mobile/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Yoga' from project 'Pods') (1 failure)

I triet to remove node_modules, clear cache and install pods. Nothing helped.

Sanushi Salgado
  • 1,195
  • 1
  • 11
  • 18
maks1mp
  • 31
  • 1
  • 4

1 Answers1

0

It should be a compilation error caused by the yoga library. This may be the answer.

Dayee Zda
  • 1
  • 1