CartoonChess
CartoonChess

Reputation: 683

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.

branch right-click master right-click

How should I merge into master? Thanks.

Upvotes: 8

Views: 2479

Answers (1)

taxiboatdriver
taxiboatdriver

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

Related Questions