首页 > 解决方案 > 更新 Xcode 12.5 和 ios 14.5 时出现抖动问题

问题描述

当 Xcode 更新最后一个版本 12.5 时,当我构建 IOS 应用程序时,由于颤动和 pods Cryptoswift 而失败错误的图像

我试图更新 pod,但它下载的是 0.15.0,而不是 Cryptoswift 的最新版本

标签: iosswiftfluttercocoapodscryptoswift

解决方案


我最终修复了flutter_pusher_client包以使用最新的PusherSwift https://github.com/heywhy/flutter-pusher-client/pull/23

在软件包更新之前,您可以使用更新版本

@pubspec.yaml
 
     flutter_pusher_client:
            git:
              url: https://github.com/yfer/flutter-pusher-client.git

推荐阅读