How to get App Version and Build number in Xcode Project? Is there a variable?

In the slack integration I would like to send my app version and build number as well. For that, I will need a variable which gives me these values. Can you please provide a way to get these variables? Thanks

There are steps which you can use for exposing project infos as env vars for other steps. Search for “Xcode project info” for example.

Also related:

As well as:

2 Likes

Thanks. This helped me in 2022.

1 Like