Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XCodeBuild modulemap not found #311

Closed
datoon83 opened this issue Jul 7, 2021 · 2 comments
Closed

XCodeBuild modulemap not found #311

datoon83 opened this issue Jul 7, 2021 · 2 comments

Comments

@datoon83
Copy link

datoon83 commented Jul 7, 2021

When building with xcodebuild I get the following issue:

fatal error: module map file
'/Users/xcodeclub/Library/Developer/Xcode/DerivedData/carcloudapp-fpunvqnzmyqummgfroiwvewvqwdb/Build/Intermediates.noindex/ArchiveIntermediates/carcloudapp/BuildProductsPath/Release-iphoneos/WCPhotoManipulator/WCPhotoManipulator.modulemap'
not found

"react": "16.13.1",
"react-native": "0.63.3",
"react-native-photo-manipulator": "^1.2.1"

Any advice on how to fix this issue?

@guhungry
Copy link
Owner

Can you try using solutions in facebook/react-native#29605?

@thunderclap1030
Copy link

thunderclap1030 commented Sep 20, 2021

For Xcode : 12+
You specific option workspace instead of project for resolve problem
Example :

xcodebuild -showBuildSettings -workspace ./iOS/ReactNative.xcworkspace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants