Installing xcparse via brew: No available formula or cask with the name "chargepoint/xcparse/xcparse"

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!

@premalmistry Seen this a few times over the past couple of days, this is a bug in homebrew: https://github.com/Homebrew/brew/issues/8830

The workaround is to manually tap then install the formula, rather than doing both in one command :slight_smile:

@bytesguy - Thank you for pointing me in the right direction. I will try to give it a shot : ).

1 Like