I'm working on a react native project, by default they are two build configurations (Debug and Release) that works just fine. However, when i create a new build configuration by duplicating the Release configuration and then try to run the application targeting the created build configuration, i get the following error:
fatal error: module map file 'PathToBuildFolder/Stage-iphoneos/YogaKit/YogaKit.modulemap' not found
Stage is the name of the created build configuration, any idea how i can solve this ?
Thx