skip to Main Content

Xcode Cloud Build – Unable to load contents of file

I can't get Xcode Cloud past these "Unable to load contents of file list: '/Target Support Files/Pods-MyApp/Pods-MyApp-frameworks-Release-output-files.xcfilelist'" errors. I've tried: pod deintegrate/install cleaning and restarting Xcode (14.3) verified that the xcfilelist paths exist on my machine removed input files from…

VIEW QUESTION

How to use custom Xcode Cloud environment variables?

We have these environment variables within the Xcode Scheme Which works well locally with this code let webHost = ProcessInfo.processInfo.environment["HOST_URL"]! let apiHost = ProcessInfo.processInfo.environment["API_URL"]! let beamsKey = ProcessInfo.processInfo.environment["BEAMS_KEY"]! let mixpanelKey = ProcessInfo.processInfo.environment["MIXPANEL_KEY"]! However, when deploying using Xcode Cloud with the…

VIEW QUESTION
Back To Top
Search