I am trying to archive my Xcode project, but its giving some warning like this:
Directory not found for option '-L/Users/..../TestFlightSDK1.1
It won't be there in that path, I removed that Folder from my project. I've tried all answers in Stackoverflow, but its not working.
Target -> Build Settings -> Library Search Paths and Header SearchPaths
project.pbxproj
But I didn't found any sign TestFlightSDK1.1
How can I solve that warning?
i don't know how it solved yet. I removed some of my Third Party Libraries and again i added them. I did the same in Link Binary With Libraries
in Build Phases
, removed some of the libraries
which is used by Third Party Libraries. It worked fine.