Open mare95 opened 1 month ago
:warning: | Missing Reproducible Example |
---|---|
:information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
:warning: | Missing Reproducible Example |
---|---|
:information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
This happens in my personal project
Could you provide a repro?
I have similar issue when archive never finishes I've seen something similar here: https://github.com/facebook/react-native/issues/46352
@mare95 it could be issue with xCode 16 not with rn 0.75
I also faced the same issue after upgrading react native project
I use this command to make main.jsbundle
"build-ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'"
After, I add it in Bundle Resources in build phases in xCode
Description
After bumping react native to
v0.75.4
and few other dependencies xCode Archive started failing.Note that building and running the app locally works as expected both for iOS and Android only Archive fails at the very end.
Any info on how to resolve this issue is much appreciated
Steps to reproduce
These are the basic steps i followed:
yarn install
cd ./ios && pod update
Product > Clean build folder
Product > Archive
=> Archive fails at the very end with the error that is attached
Note that i tried deleting DerivedData, clearing yarn and pod cache but that didn't work.
React Native Version
0.75.4
Affected Platforms
Build - MacOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
This happens in my personal project
Screenshots and Videos
No response