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 yarn: command not found – Ios swift

I received an error when I build the app on Xcode: /bin/sh: yarn: command not found make: *** [LocalMediaPicker/Sources/LocalMediaPicker/Generated/i18n.stamp] Error 127 Command PhaseScriptExecution failed with a nonzero exit code But I run which yarn in terminal get /opt/homebrew/bin/yarn, not sure…

VIEW QUESTION
Back To Top
Search