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

前端 未结 8 1399
轮回少年
轮回少年 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:17

    Resetting the iOS simulator fixed this for me. Simulator -> Hardware -> Erase All Content and Settings...

    0 讨论(0)
  • 2021-02-01 02:20

    As you can see, there's something wrong with CoreSimulator of /Applications/Xcode.app. Apple Xcode Developer defined this symbol in both MapKit and VectorKit, which is the fundamental error.

    You cannot modify Xcode, so only Apple's Staff can solve it.

    Just stop wasting your time, except falling back to Xcode 9.0

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