''frameInterval' was deprecated in iOS 10.0: preferredFramesPerSecond

I have a flutter app, a couple of weeks back I updated my Xcode version to 13.3 and now I'm facing an issue with my running flutter app while creating an Archive in xcode.

Error: 'frameInterval' was deprecated in iOS 10.0: preferredFramesPerSecond Segmentation fault: 11 (in target 'DKImagePickerController' from project 'Pods')

Can anyone help me,how to fix this issue?

enter image description here

Thanks in advance.



Solution 1:[1]

You can delete you Pod file Using this command line syntax

rm ios/Podfile && flutter build ios  

then you can get all you Xcode or swift supported pod file of dependency.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 nitish chauhan