Search code examples
iosxcodetestflight

Directory not found for option '-L/Users/..../TestFlightSDK1.1'


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.

  • I cleaned my project
  • I deleted all values in my Target -> Build Settings -> Library Search Paths and Header SearchPaths
  • I looked onto my project.pbxproj

But I didn't found any sign TestFlightSDK1.1

How can I solve that warning?


Solution

  • 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.