I set some user-defined variables in Xcode app target build settings like this
as you can see, I set some variables that refer to local path on my Mac. it will work just fine when I run the app on simulator or on real device. but I will fail to build my iOS app on CI/CD Platform like Codemagic for example.
how do I make those variable compatible in CI/CD environment as well?