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

后端 未结 9 783
南旧
南旧 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:46

    Follow these steps.

    1. Open svn or source tree.
    2. These files will be coming there.
    3. Remove these files from the source tree or svn.
    4. Now come to the xcode project.
    5. Now commit the code once. All the warning

提交回复
热议问题