Xcode Source Control showing multiple Working Copies

后端 未结 12 1889
孤独总比滥情好
孤独总比滥情好 2020-11-28 09:17

Xcode is showing multiple working copies:

Working Copies
myProject - master
myProject_olderRepo
myProject_originalRepo

The second two are g

12条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-28 09:42

    If this issue happens when using CocoaPods try:

    • Remove myProject.xcworkspace
    • Remove Pods/
    • Run pod install

提交回复
热议问题