I'm trying to build an inherited React Native app.
Everytime I build via xcodebuild I get the following error:
fatal error: module map file
'/Users/xcodeclub/Library/Developer/Xcode/DerivedData/appname-fpunvqnzmyqummgfroiwvewvqwdb/Build/Intermediates.noindex/ArchiveIntermediates/appname/BuildProductsPath/Release-iphoneos/WCPhotoManipulator/WCPhotoManipulator.modulemap'
not found
iOS version in XCode is: 12.0
PodFile has the following in:
platform :ios, '12.0'