Unable to change binary version and build for Widgets in Xcode 15

My current app's version is 3.0 and build 4 (which i set in the identify tab as shown in the picture below). When I created a new Widget Extension and when I build I get this warning: The CFBundleVersion of an app extension ('1') must match that of its containing parent app ('4').

I know for a fact that this is the issue with the build and version number not being the same as my app. But I just don't see a place where I can change it in the Xcode tabs instead of manually changing it in my info.plist

I remember seeing and using the option to change the build and version numbers for widget extensions in Xcode 13, 14.

This how it looks for the iOS app:

This how it looks for the Widget Extension:

Hoping this is just a bug!

I've noticed the same and manage to change it under Build Settings > Versioning.

12

Credit to FootWare above - Build Settings (in the extension) > Versioning solved the issue. This could still be a bug with the overall Xcode not cascading down the settings.

Unable to change binary version and build for Widgets in Xcode 15
 
 
Q