Libraries not found when using CocoaPods with iOS logic tests

前端 未结 14 1394
没有蜡笔的小新
没有蜡笔的小新 2020-11-29 15:41

I am trying to write some iOS logic tests against classes in my project that use functionality from some of the libraries in my podspec. I am using the standard unit test bu

14条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-29 16:24

    Try This it's working for me ,

    We need to set Pods in Configurations ,

    The Project->Info->Configurations in the Xcode project (your project) should be set to main project 'Pods' for Debug, Release (and what else you have). See "Headers not found – search paths not included"

    Hope this is help to some one .

提交回复
热议问题