You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
I am not using your project, but updating to Xcode 13.3 I get Segmentation Fault 11 when archiving on an M1Max MacBook Pro, and Abort trap:6 with the same code on and Core i9 16" Intel MacBook Pro.
Possible workarounds are either to manually change the files as in the commit above in your Pods within Xcode (after ns build), or add the following line to your Podfile so it pulls the correct version which is 4.3.3, because currently it pulls 4.3.2 (before ns build)
pod 'DKImagePickerController/PhotoGallery', :git => 'https://github.com/miguelpruivo/DKImagePickerController.git'
Seems to be the case for other people as well flutter/flutter#100193
The text was updated successfully, but these errors were encountered: