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

后端 未结 9 785
南旧
南旧 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

    0 讨论(0)
  • 2021-01-31 08:53

    I solved this problem by removing the .git directory into "yourProject"/Pods. And it is possible to remove the .git directory in the main directory of the "yourProject".

    0 讨论(0)
  • 2021-01-31 08:54

    I think I've resolved the issue now by deleting all instances of my DerivedData folder and following crashoverride777's instructions. I also had to change my DerivedData option from relative to Custom which can be found in Xcode > Preferences > Locations Tab.

    0 讨论(0)
提交回复
热议问题