Turbo Modules issue with 0.79 #285
Unanswered
jerryseigle
asked this question in
Q&A
Replies: 1 comment 2 replies
-
What is the stacktrace? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TurboModule Causes Crash When Launching from Xcode with Metro Already Running
Description
I created a TurboModule using React Native 0.79 and encountered a strange issue when launching the app via Xcode.
✅ What Works
After adding my TurboModule, I can run the app using:
Metro starts automatically and the app runs without issues.
Alternatively, I can start Metro first:
Then run the app using:
Again, everything works fine.
❌ What Fails
If I:
.xcworkspace
in XcodeThe app crashes immediately.
🔎 Additional Info
🧵 Summary
TurboModule works fine when launching the app via CLI, but causes a crash when launching from Xcode while Metro is running.
Beta Was this translation helpful? Give feedback.
All reactions