I am using xcode 14 and fastlane 2.211. Working with react native 0.67
while deploying the test version to the testflight with Jenkins, the following error pops up.
fatal error: module 'yoga' in AST file '**.pcm' (imported by AST file '/**.pch') is not defined in any loaded module map file; maybe you need to load Yoga.modulemap'?
How can I fix my builds?