flutter problem when update Xcode 12.5 and ios 14.5

1.1k Views Asked by At

when Xcode updated the last version 12.5 when I build IOS app it failed because of flutter and pods Cryptoswiftimage for the error

I tried to pod update but it downloads 0.15.0 not the last version of Cryptoswift

2

There are 2 best solutions below

3
On BEST ANSWER

The problem was with flutter_pusher_client: ^0.3.1 and laravel_echo: the packages not updated and they use an old version of Cryptoswift and get failed in build.

1
On

I ended up fixing flutter_pusher_client package to use most recent PusherSwift https://github.com/heywhy/flutter-pusher-client/pull/23

Until package is up to date you can use updated version

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