we’re running into an error while running analysis for our iOS build in Azure DevOps pipeline. It last ran successfully on July 7th and when we tried to run it again on July 17th, it failed while Android analysis is still running fine:
ALM used: Azure DevOps
CI system used: Azure DevOps
Pipeline task used: SonarCloudAnalyze@3
Languages of the repository: Typescript (React Native)
Error observed: java.lang.RuntimeException: Received error from bridge: {"code":"GENERAL_ERROR","message":"Cannot read properties of undefined (reading 'replace')
I can provide the complete logs in a private conversation.
The node version with the failing analysis was 20.11.1. After updating it to 22.11.0, the analysis is successful for iOS too. Thank you for helping resolve this!
Note - The Android analysis (on a Linux host) was successful with node version 20.11.1.