Hello There,
From some days our Xcode Cloud builds were failing even though I didn't made any changes to the workflow configurations or either in ci_post_clone script. we are using a react-native app for our applications and you can find the post_clone script as follows. Please help me resolve this issue, thanks in advance.
The post_clone script:
# Install CocoaPods and yarn using Homebrew.
brew install cocoapods
brew install node@16
brew link node@16
brew install yarn
# Install dependencies
yarn
pod install
Additional information:
The Xcode and the Mac OS versions are set to latest version.