Swift 3 / Xcode 8 Upgrade - 100's of DerivedData files missing from working copy errors

后端 未结 9 850
南旧
南旧 2021-01-31 07:54

I have just upgraded to the latest Beta version of XCode and Swift but after using the converter my app project now has over 200 build time yellow errors all stating /\"projectD

9条回答
  •  礼貌的吻别
    2021-01-31 08:53

    I had a rogue .git folder in a parent folder that didn't 'go' to anything-

    verify under "Source Control" menu that all of your "Working Copies" actually connect to a real source control folder

    NONE of these 'solutions' worked for me, except this removing rogue .git folder

提交回复
热议问题