You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2020. It is now read-only.
use_binaries!
use_binaries_with_spec_selector! do |spec|
exclude = ['UITableView+FDTemplateLayoutCell','MLeaksFinder']
(exclude.include?(spec.name) == false) && (spec.name.include?('QTS') == false)
end
我想去掉部分三方库和全部的二方库。
我打印了返回值是false,还是引入了包含QTS的二进制组件,请问这是什么原因?