I am trying to archive my Xcode project, but its giving some warning like this:
Directory not found for option \'-L/Users/..../TestFlightSDK1.1
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.
Remove the Dir from Library Search Paths from Build Settings
Happened to me after upgrading to Testflight SDK2. In Build Settings, I looked into "Library Search Paths" and there was still a reference to the SDK1. I did it for each Target (main and test), and build for main target and ran tests, and the error disappeared.