Where are the framework version & build fields in Xcode 14?

In Xcode 13, an identity section was displayed under the "General" tab on a framework target.

In Xcode 14, this section appears only for app targets, not frameworks.

There doesn't appear to be a way to set the framework's build number ($(CURRENT_PROJECT_VERSION) or short version string ($(MARKETING_VERSION) anymore.

Post not yet marked as solved Up vote post of applezac Down vote post of applezac
3.2k views

Replies

Hello!

I looked for them myself, and found them in the "Build Settings" tab. There is a "versioning" part where you will find the current project version and the marketing version.

Absolutely nuts that these have been buried in "Build Settings"

  • Makes no sense at all…

Add a Comment