Since upgrading to Xcode 13.2, we are not getting the Base.lproj
files (including Main.storyboardc
) copied into our macOS output app bundles. The storyboard files are getting compiled in our intermediate build directory, but they are not being included in the final bundle (even though they are in the "Copy Bundle Resources" build phase).
Is this something that has changed in 13.2? Is there something we need to update in our xcodeproj files to get working?