Silly question: in Xcode I lost the option to set version and build number for extensions in the app (eg: widgets). I thought this was because they'd be synced automatically, but if I try to build the app I get a warning that their CFBundleVersions don’t match. Do I really have to go into the widget's Build Settings each time and find the line in there to modify now?
@christianselig idk how Xcode expects you to do this but previously we did this by setting a project-scope variable with the base version, and inherited that from all relevant targets
@SmileyKeith @christianselig Ditto. It sucks to go into Build Settings to edit the values, but at least you only have to do it once. (You can also select multiple targets and edit all their Marketing Versions at once, but that’s just an error-prone version of Keith’s suggestion)
@SmileyKeith @christianselig i made this exact change when upgraded to Xcode 15 and it's been working great!