Hi there!
We need your help to resolve the above error on iOS platform.
Just to give you a bit of background, our development CI pipeline looks like this:
build -> unit tests -> xcparse -> sonar.
We use xcparse to convert the Xcode 11 .xcresult bundles back to the Xcode 10 format, in order to speed up sonar code coverage reports.
Our step to install xcparse
have been working as expected over the period of last 6 months. Starting this morning, install xcparse
step started reporting errors.
Error: No available formula or cask with the name "chargepoint/xcparse/xcparse".
CircleCI step:
- run:
name: Install xcparse
command: brew install chargepoint/xcparse/xcparse
Can you please help us resolve this issue ?
Thanks!