这个是重复导入引起的,但是一般的重复导入会在C里的include。而在项目中我们移动项目的位置,比如从某一文件夹移到另一文件夹,路径改变的话会导致项目的中预编译文件PrefixHeader.pch的路径改变,所以需要删除或注释导入,重新再导一遍。
相关文章
- SpringMvc报错解决:Failed to instantiate [java.util.List]: Specified class is an interface
- iOS 报错 :Duplicate interface definition for class’*'
- 【spring mvc】后台spring mvc接收List参数报错如下:org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.List]: Specified class is an interface
- vue动态添加路由,跳转页面时,页面报错路由重复:vue-router.esm.js?8c4f:16 [vue-router] Duplicate named routes definition: { name: "Login", path: "/login" }