100+ “Class implemented in both MapKit and VectorKit” warnings with Xcode 9.0.1 and above

前端 未结 8 1381
轮回少年
轮回少年 2021-02-01 01:51

While running my project (which doesn\'t even use MapKit), my console gets spammed with more than a hundred class duplicate warnings:

objc[63

8条回答
  •  囚心锁ツ
    2021-02-01 02:08

    Got the same issue on 9.0.1.

    • You should quit Xcode and all Simulators.
    • Run rm -rf ~/Library/Developer/Xcode/DerivedData/ModuleCache.
    • Start Xcode again.

    This issue was solved for me.

提交回复
热议问题