Xcode referencing old/removed frameworks, causing multiple interface declarations

前端 未结 1 1760
长情又很酷
长情又很酷 2021-01-14 09:13

I\'m getting interface re-declaration errors when I\'m trying to build because xcode keeps referencing these old frameworks and headers that I\'ve already removed from the p

相关标签:
1条回答
  • 2021-01-14 09:19

    Just in case: have u checked FRAMEWORK_SEARCH_PATHS ? (Project Build Settings). I had a similar situation and found there references to the old paths which I removed and that did the trick.



    ADDITION: As I moved my Xcode-Project to another location the compiler complained about "Library Search Paths" which where pointing to the old location. See => Build Settings, "Library Search Paths".

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