Xcode Cloud Build input file not found

I'm trying to get Xcode Cloud up and running for my project. I'm using the basic default workflow, but it is failing with the following error

Build input cannot be found /GoogleService-Info.plist. Did you forget to declare this file as an output of a script phase or custom build rule which produces it

I don't have any issues with distribution or building, just Xcode Cloud.

Same issue here, with about 5 files…

Any specific targets in your Project? I do have a WidgetExtension target and wondering if it could be the cause since on another project with no WidgetTarget I didn't had any issue with Xcode Cloud…

Did you manage to fix this? It's frustrating me as the normal builds work fine, but Xcode cloud insists that /Downloads/GoogleService-Info.plist is part of my build when nothing in the project is pointing there...

Xcode Cloud Build input file not found
 
 
Q