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.