更新 Xcode 12.5 和 ios 14.5 时出现抖动问题

flutter problem when update Xcode 12.5 and ios 14.5

当我构建 IOS 应用程序时,Xcode 更新了最后一个版本 12.5,但由于抖动和 pods Cryptoswift

而失败

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

问题出在 flutter_pusher_client: ^0.3.1 和 laravel_echo: 软件包未更新,它们使用旧版本的 Cryptoswift 并在构建中失败。

我最终修复了 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