解决方法
这些步骤将有助于:
1.将这些行添加到Podfile
# Disable Code Coverage for Pods projects post_install do |installer_representation| installer_representation.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['CLANG_ENABLE_CODE_COVERAGE'] = 'NO' end end end
2.运行pod安装
现在您将看不到测试报道中的pod.
注意:它仅排除Objective-c pod而不排除Swift