Merging branch into master in Xcode 11?
问题 I must be missing something very simple here. I never had a problem merging branches into master on earlier versions of Xcode, but I don't have the option on any projects while using Xcode 11. How should I merge into master? Thanks. 回答1: This is a frustrating Xcode 11 issue. As a workaround you can checkout master first and then merge the required branch into it. 来源: https://stackoverflow.com/questions/58606559/merging-branch-into-master-in-xcode-11