I'm fairly new to Swift development and Xcode. I have Xcode Cloud connected to my GitHub PRs that ensures each commit I push can be archived.
I saw there were a few other similar questions of this error, but they were all Pods related, and I'm not using Pods.
I've recently moved all my API keys to a Git ignored configuration file. I followed this guide. This works locally, but when I push to GitHub, my Xcode Cloud checks fail with:
Config.xcconfig:1 unable to open configuration settings file
How can I fix this? I noticed that the Xcode Cloud has environment variables, so can I maybe use them?