Build fails with "Scheme not configured for test action"

I am trying to get a newly added iOS repository to build but am having trouble getting it to build.

It fails with the following error message:

xcodebuild: error: Scheme is not currently configured for the test action.

I’ve tried reading the scheme. It builds fine on my local machine. Any help would be much appreciated.

Check if you have any duplicated Scheme in your project or workspace. This is the typical case for a Pod referencing itself in the Podfile (so you only defined the dependencies in the Podspec) :slight_smile: