Xcode Build Error : ---/----.modulemap' not found

I'm using Macbook Pro M2 (macOS 13.3) and Xcode 14.3. My React Native version is 0.66.4

I cloned my existing project to pc and when i try iOS building on Xcode, It returning MultiplatformBleAdapter/MultiplatformBleAdapter.modulemap' not found error.

I already opening project from .xcworkspace file. I deleted DerivedData folder and Clean Build Folder but this way couldnt solving my error

How can i successfully build my project?

I need a help.

My fully error message :

/Users/mehmettalhairmak/Library/Developer/Xcode/DerivedData/eighthsense-etwwmgaxtxfkgucpjsdynzflhdzq/Build/Intermediates.noindex/eighthsense.build/Debug-iphonesimulator/eighthsense.build/DerivedSources/eighthsense_vers.c module map file '/Users/mehmettalhairmak/Library/Developer/Xcode/DerivedData/eighthsense-etwwmgaxtxfkgucpjsdynzflhdzq/Build/Products/Debug-iphonesimulator/MultiplatformBleAdapter/MultiplatformBleAdapter.modulemap' not found 

Seems to be something related to the framework MultiplatformBleAdapter, please reach out to the developer/organization who manage it. Maybe the Framework provided has no module map for the current architecture to against you are building the project.

Hi did you find any solution for this? I am facing the same issue with a project, which is working fine on my m1. but gives this error when I try to run it on a simulator on m2.

I am using Xcode 14.1 on both, using Rosetta. still nothing.

Xcode Build Error : ---/----.modulemap' not found
 
 
Q