-
Notifications
You must be signed in to change notification settings - Fork 32
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
'FBReactNativeSpec_visionOS/FBReactNativeSpec_visionOS.h' file not found #106
Comments
Same issue +1 |
Hey, Can you try running And then rerun pod install. You might also need to remove and install node_modules Let me know if this fixes the issue |
Same issue in @callstack/react-native-visionos@0.73.4, in version @callstack/react-native-visionos@0.73.3 works normally |
This doesn't fix it. I ran |
Can you try if it's reproducible in a freshly initialised project? |
Yeah I actually tried in a brand new project on 2 different machines before posting the issue. |
I'm also reproducing on a new project, can't downgrade and re-init either since I can't find what's being persisted |
Same for me |
Confirmed, this worked for me too! @JeffreyCastellano Did you have to create that Alert from SwiftUI? I'm trying to figure out if the current XR implementation only allows for immersive content from Swift. And if so you would mind sharing the code you've got here from the App.swift file? I'm super new to Swift and trying to dip my toes in for VisionOS dev specifically |
Alert is coming from React Native...its worth noting they may change the way that file is coming in to better support react native since the other devices won't have that XR profile but at least temporarily this solved it for me. |
Hey! I've released new version |
Confirmed that this fixes it! |
Description
When trying to compile and run the example XR app, the process fails with the error
'FBReactNativeSpec_visionOS/FBReactNativeSpec_visionOS.h' file not found
Steps to reproduce
React Native Version
0.73.4
Affected Platforms
Other (please specify)
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/billyjacoby/callstack-visionos-repro
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: