I've got an old Xcode project, that when freshly checked out, hasFile->Project Settings ... Advanced ... Build Location set to "Legacy"When I set the value to "Default", all is good, and I can see that inMyProject.xcodeproj/project.xcworkspace/xcuserdata/MyUsername.xcuserdatad/WorkspaceSettings.xcsettings,the "BuildLocationStyle" entry has been set to "UseAppPreferences"However, I would like other users doing a fresh checkout to get the"Default" setting instead of the "Legacy" one.Is there some way to change this for everyone, or alternatively, whatis it about the project that causes Xcode to pick "Legacy" initially? cheers, m.
1
2
4.1k