-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
[0.71] Debug-iphoneos/YogaKit/YogaKit.modulemap not found #35877
Comments
hi! same error here. is there any workaround? this is my react native info: |
Same error, I just created the app and without any changes, just the starter template I got this error |
I got the same issue with 0.71.3 and xcode Version 14.2 (14C18), mac m1 |
update: this solution #29605 (comment) actually helps me. I chose deployment targets of the libraries to the same version as deployment target of my app |
🔥 I spent one week to solve it. 🩸
if still not working, try all steps again, but first add this on your Podfile:
😉 I hope this will work for your, thanks 🇧🇷 |
awesome |
I'm using Fastlane to build, deploy, etc. my app and I had the same issue. My mistake was that I used the # ios/Fastfile
build_app(
- project: 'ios/MyAwesomeApp.xcodeproj'.
+ workspace: 'ios/MyAwesomeApp.xcworkspace',
scheme: 'MyAwesomeScheme',
configuration: 'Debug',
export_method: 'development'
) |
thanks , it's work! |
this is only solution works for me |
I am trying to do product > archive but still not working, I am trying to make the ipa file to deploy, can someone help me plis? I am trying for two weeks this problem. |
Are there any other solutions? I still get this error with react-native: 0.71.1/react: 18.2.0 |
any other solutions? I still get this error with react-native: 0.64.2 /react: 18.18.0 |
no solutions |
Description
When reading React native guide to set up environment and try to run on my physical device connected by USB i get this error:
Version
0.71.0
Output of
npx react-native info
Steps to reproduce
After checking that I have ruby and node installed
I run
After that, I open
.xcworkspace
and try to build and run.Snack, code example, screenshot, or link to a repository
It is run on my local machine.
The text was updated successfully, but these errors were encountered: