Ad
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 Cryptoswift
I tried to pod update but it downloads 0.15.0 not the last version of Cryptoswift
Ad
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.
Ad
source: stackoverflow.com
Related Questions
- → Function Undefined in Axios promise
- → What are the pluses/minuses of different ways to configure GPIOs on the Beaglebone Black?
- → Click to navigate on mobile devices
- → Playing Video - Server is not correctly configured - 12939
- → How to allow api access to android or ios app only(laravel)?
- → Axios array map callback
- → Access the Camera and CameraRoll on Android using React Native?
- → Update React [Native] View on Day Change
- → Shopify iOS SDK - issue converting BuyProductVariant to BuyProduct
- → BigCommerce and shopify API
- → Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `ListView`
- → React Native - Differences between Android and IOS
- → What is the difference between React Native and React?
Ad