duplicate symbols for architecture x86_64 framework included twice
问题 This is not the regular duplicate symbols error. I am using AFNetworking library for networking with cocoa pods. I also using a third party framework that has been added to the target "Link Binary With Libraries" list in build phases section. Unfortunately, This third party framework includes the AFNetworking that apparently is being used by it for networking. Therefore, it makes sense that this error has been produced. Any idea how can this be solved? Edit: Here it shows that