I create branch2 and add a new class file, when I merge into the main branch, Xcode reminds us: "There was a tree conflict in the files ViewModel.h, ViewModel.m"
If I just edit the code but donβt add a new file, that will be fine, but how can I solve this problem?
source share