You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Product -> Archive produces several bugs and the build fails. One is in hermes-engine and another one says it is being built forvisionOS-simulator even though "Any VisionOS Device" is selected in the top build menu
Steps to reproduce
Open Xcode and follow steps to build for App store deployment.
Build app.
React Native Version
0.73.4-1
Affected Platforms
Other (please specify)
Output of npx react-native info
none
Stacktrace or Logs
none
Reproducer
none
Screenshots and Videos
The text was updated successfully, but these errors were encountered:
bartlomein
changed the title
Building for archive to upload to app bugs
Building for archive to upload to app store fails
Mar 7, 2024
I think at the current state of the project (building Hermes from source) you might need to clean the build folder before archiving so inside of visionOS folder:
rm -rf Pods build
Install pods again
Build the app for release
I'm waiting for CMake 3.28.4 to be released with important fixes which will unblock us for moving forward with shipping a precompiled version of Hermes engine
Description
Product -> Archive produces several bugs and the build fails. One is in
hermes-engine
and another one says it is being built forvisionOS-simulator
even though "Any VisionOS Device" is selected in the top build menuSteps to reproduce
Open Xcode and follow steps to build for App store deployment.
Build app.
React Native Version
0.73.4-1
Affected Platforms
Other (please specify)
Output of
npx react-native info
Stacktrace or Logs
Reproducer
none
Screenshots and Videos
The text was updated successfully, but these errors were encountered: