upgrade-support icon indicating copy to clipboard operation
upgrade-support copied to clipboard

iOS Xcode Build hanging at "Running script 'Bundle React Native code and images' the transform cache was reset."

Open v-san048 opened this issue 4 years ago • 0 comments

Environment

React Native - 0.64.1 Node 12.X Screen Shot 2021-09-12 at 1 03 39 AM Screen Shot 2021-09-12 at 1 04 45 AM

Things I’ve done to figure out my issue

Upgrading version

Upgrading from 0.63.3 to 0.64.1

Description

I am trying to upgrade a react-native application from 0.63.3 to 0.64.1 using manual upgrade. I have to jump the node version also from 10.x to 12.x. Locally in Xcode and android studio application is building fine and able to run the application. Once I run the build in CI iOS YAML build is hanging at "Xcode Build" i.e. Running script 'Bundle React Native code and images'. Android build is hanging at gradlew assembleDevRelease. There is no error printing after 60 mints operation gets cancelled because of the time limit. How can we see through the errors? or any possible solution we can try?

Reproducible demo

Upgrade the application from 63 to 64 using react-native manual helper. Build the application using CI tool.

v-san048 avatar Sep 12 '21 05:09 v-san048