Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

flutter problem when update Xcode 12.5 and ios 14.5

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

like image 889
Adham Elnagar Avatar asked Jun 09 '26 18:06

Adham Elnagar


2 Answers

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
like image 140
Yfer Avatar answered Jun 12 '26 10:06

Yfer


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.

like image 25
Adham Elnagar Avatar answered Jun 12 '26 11:06

Adham Elnagar



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!