skip to Main Content

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

Xcode Cloud Testing fails to archive project

I have errors with Xcode cloud testing while archiving. Issues are all related to CocoaPods dependencies: unable to open file (in target "Alamofire" in project "Pods") missing module map file: '/Volumes/workspace/repository/Pods/Target Support Files/Alamofire/Alamofire.modulemap Looks like pods are not being installed…

VIEW QUESTION
Back To Top
Search