ChenYilong / CYLTabBarController

[EN]It is an iOS UI module library for adding animation to iOS tabbar items and icons with Lottie, and adding a bigger center UITabBar Item. [CN]【中国特色 TabBar】一行代码实现 Lottie 动画TabBar,支持中间带+号的TabBar样式,自带红点角标,支持动态刷新。【iOS13 & Dark Mode & iPhone XS MAX supported】
MIT License
6.9k stars 1.45k forks source link

[bug]: 版本1.29.1 不支持 bitcode #570

Closed dong4255 closed 2 years ago

dong4255 commented 2 years ago

CYLTabBarController.podspec

第14行 s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'ENABLE_BITCODE' => 'NO' }

这里的 ENABLE_BITCODE 被你设置成了 NO

ChenYilong commented 2 years ago

 升级到 v1.29.2即可.@dong4255