Open bertuz opened 1 year ago
Having the same problem.
Same problem too
I get exactly the same error... I debugged for hours why this was happening until I saw that this was the exact package that was making my whole application crash all of a sudden
Yep, same here. When you comment out the cached_network_image from the pubspec.yaml it compiles for iOS just fine.
import this code to podfile:
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
I just updated to Flutter 3.7.11 Dart 2.19.6 and it's now compiling. Is anyone else also having this success?
Guess what? With the latest Flutter/Dart release from yesterday, the error is back again...
FYI: I found out that in Xcode, for the Pod project, the FMDB iOS Minimum Deployment is set to 8.0. I changed it to 11.0 and it's working.
Upgrade Flutter and Xcode versions to the latest version and this issue will be solved.
FYI: I found out that in Xcode, for the Pod project, the FMDB iOS Minimum Deployment is set to 8.0. I changed it to 11.0 and it's working.
Awesome thanks
🐛 Bug Report
when the library is added to the
pubspec.yaml
, irrespective of its use or not, if xcodebuild 14.3 is used to compile and run on iOS simulator, an error is raised:Expected behavior
it should compile properly like with the previous version of xcode.
Reproduction steps
Configuration
Version: 3.2.3 specifically, the problem is raised by
cached_network_image_platform_interface
Platform: