Table of contents

yogakit/yogakit.modulemap' not found in React Native 0.63

React Native Nov 09, 2020 Viewed 2.4K Comments 0

Issue

Xcode: 12

React Native: 0.63.2

When I try to run iOS in release sheme within Xcode, I get an error as follow.

fatal error: module map file '/Users/cpm/Library/Developer/Xcode/DerivedData/staff-baeadsoaaiirtjhfudonotievuex/Build/Products/Release-iphoneos/YogaKit/YogaKit.modulemap' not found

But it's normal in debug sheme whether in Simulator or iPhone.

Solution

In Xcode, click Project, and in the Info tab, set the iOS Deployment Target to at least 11.0.


In Xcode, click Project, and in the Info tab, set the iOS Deployment Target to at least 11.0.

Updated Nov 10, 2020