grab / cocoapods-pod-merge

Cocoapods plugin to merge pods used by your Xcode project, reducing the number of dynamic frameworks your app has to load on startup
MIT License
371 stars 24 forks source link

The bundle file is lost after merging #31

Open hegongdachen opened 2 years ago

hegongdachen commented 2 years ago

My configuration MergeFile is like this: group 'UI' pod 'MBProgressHUD', '~> 1.1.0' pod 'DZNEmptyDataSet', '~> 1.8.1' pod 'MJRefresh', '~> 3.2.2' pod 'VTMagic', '~> 1.2.4' pod 'BRPickerView', '~> 2.7.3' pod 'QMUIKit', '~> 4.2.3' end The bundle file of the 'BRPickerView' component is not added to the Pod after merging: v消息20220811-204712

ShenYj commented 4 months ago
group 'MATERIAL_OC'
    has_dependencies!
    pod 'SVProgressHUD'
    pod 'MJRefresh', '~> 3.7.9'
    pod 'FCUUID', '~> 1.3.1'
    pod 'UICKeyChainStore'
end

奇怪的是,MJ的Bundle合并成功了,SVP的丢失了,导致执行SVP crash