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

前端 未结 3 1096
逝去的感伤
逝去的感伤 2021-01-21 01:07

I am trying to archive my Xcode project, but its giving some warning like this:

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

相关标签:
3条回答
  • 2021-01-21 01:39

    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.

    0 讨论(0)
  • 2021-01-21 01:41

    Remove the Dir from Library Search Paths from Build Settings

    1. Set the Project
    2. Click on Build Settings.
    3. Search for Library Search Paths.
    4. Remove Invalid dir path from list.
    5. Clean Project.
    0 讨论(0)
  • 2021-01-21 01:55

    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.

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