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
在 pod_target.rb#L68增加日志打印 Pod::UI.message "There is no need to add headers of target defines module to hmap.",发现未打印,oc demo也没有使用use_frameworks,主工程没有增加一句代码,podfile如下
target 'HMapTest' do
pod 'YYKit'
pod 'AFNetworking'
pod 'Bugly'
pod 'CocoaLumberjack'
pod 'FMDB'
pod 'GPUImage'
pod 'IQKeyboardManager'
pod 'MBProgressHUD'
pod 'MJRefresh'
pod 'Masonry'
pod 'Reachability'
pod 'SDWebImage'
pod 'Toast'
end
使用[cocoapods-project-hmap]后,看着pod 组件是没有生成hmap文件了,但是单个文件编译时间变长了,作者知道原因吗?
The text was updated successfully, but these errors were encountered: