2019-12-04

取消其他第三方库的警告信息

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['CLANG_WARN_DOCUMENTATION_COMMENTS'] = 'NO'
end
end
end

你可能感兴趣的:(2019-12-04)