项目里XCTest测试用例无法引用cocopods的三方库解决方 2020-02-19 本文已影响0人 Comedy_G 在Podfile里同样给项目的测试用例导入三方库: target 'XXX-Tests' do pod 'XXX' end