Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The bundle file is lost after merging #31

Open
hegongdachen opened this issue Aug 11, 2022 · 1 comment
Open

The bundle file is lost after merging #31

hegongdachen opened this issue Aug 11, 2022 · 1 comment

Comments

@hegongdachen
Copy link

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
Copy link

ShenYj commented Apr 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants