duplicate symbols for architecture arm64 after Xcode 8.0 update

前端 未结 10 1432
再見小時候
再見小時候 2020-12-31 08:46

I get duplicate symbols error after I updated my Xcode. (find the code down) Does anybody get this too? And how could be solved?

I tried to remove

10条回答
  •  时光取名叫无心
    2020-12-31 09:19

    From the error info, it must be some file dupicate in your project. Such as FilterAlertView, UserNotificationsViewController, SearchView, ExpressSliderCell...,And so on. You can see this in your error info.

提交回复
热议问题