Currently facing an issue while trying to generate a release version of my RN/Typescript project for iOS. I have made some changes to the "Bundle React Native code and images" as follows:
export NODE_BINARY=node
../node_modules/react-native/scripts/react-native-xcode.sh /artifacts/index.ios.js
Despite this update, Xcode is still throwing an error stating that index.ios.js
cannot be found, even though it appears to exist.
The error message reads: Expected path
/artifacts/index.ios.js
to be relative to one of the project roots
Seeking assistance to troubleshoot this issue...