Results 9 comments of zealforbeing

遇到一样的问题,尝试在 [UIViewController (KMNavigationBarTransition) km_addTransitionNavigationBarIfNeeded] 里强制设置,倒是有用 ``` bar.standardAppearance.shadowImage = [UIImage new]; bar.standardAppearance.shadowColor = [UIColor clearColor]; bar.scrollEdgeAppearance.shadowImage = [UIImage new]; bar.scrollEdgeAppearance.shadowColor = [UIColor clearColor]; ```

我好像找到问题了, cocoapods-imy-bin 中使用的 Pod::Installer::PodSourceInstaller 的 verify_source_is_secure 已经被cocoapods 迁移 Pod::Installer::PodSourceDownloader。需要改 cocoapods-imy-bin 中的源码 lib/cocoapods-imy-bin/native/pod_source_installer.rb ```ruby module Pod class Installer # cocoapods 把方法迁移到 PodSourceDownloader # class PodSourceInstaller class PodSourceDownloader attr_accessor :installation_options alias old_verify_source_is_secure...

还有挺多东西要改的,要么回退旧版本的cocoapods要么解决所有cocoapods-imy-bin报错,头疼

> > 我好像找到问题了, cocoapods-imy-bin 中使用的 Pod::Installer::PodSourceInstaller 的 verify_source_is_secure 已经被cocoapods 迁移 Pod::Installer::PodSourceDownloader。需要改 cocoapods-imy-bin 中的源码 lib/cocoapods-imy-bin/native/pod_source_installer.rb > > ```ruby > > module Pod > > class Installer > > # cocoapods 把方法迁移到...

> > > > 我好像找到问题了, cocoapods-imy-bin 中使用的 Pod::Installer::PodSourceInstaller 的 verify_source_is_secure 已经被cocoapods 迁移 Pod::Installer::PodSourceDownloader。需要改 cocoapods-imy-bin 中的源码 lib/cocoapods-imy-bin/native/pod_source_installer.rb > > > > ```ruby > > > > module Pod > > >...

> > > > > > 我好像找到问题了, cocoapods-imy-bin 中使用的 Pod::Installer::PodSourceInstaller 的 verify_source_is_secure 已经被cocoapods 迁移 Pod::Installer::PodSourceDownloader。需要改 cocoapods-imy-bin 中的源码 lib/cocoapods-imy-bin/native/pod_source_installer.rb > > > > > > ```ruby > > > > >...

为何我没有use_framework!一直打包出来都是.a,加上use_framework! 之后一直报错 fatal error: lipo: can't open input file: build-arm64/

同样的问题,是否已经找到解决方案