Reputation: 683
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.
Upvotes: 8
Views: 2479
Reputation: 1633
This is a frustrating Xcode 11 issue.
As a workaround you can checkout master
first and then merge the required branch into it.
Upvotes: 16