photo-editor icon indicating copy to clipboard operation
photo-editor copied to clipboard

Getting this error: Abort trap: 6 (in target 'iOSPhotoEditor' from project 'Pods')

Open Saikumar-Reddy opened this issue 2 years ago • 4 comments

On Xcode 13.3, running in Debug is fine but got an error when archiving

Screenshot 2022-03-23 at 11 45 47 AM .

Saikumar-Reddy avatar Mar 23 '22 06:03 Saikumar-Reddy

having same issue, any solution?

angusovo avatar Mar 31 '22 04:03 angusovo

having same issue, any solution?

it's not a high priority in my project so I removed that library

Saikumar-Reddy avatar Mar 31 '22 04:03 Saikumar-Reddy

If anyone is running in this error, the solution is to change UI_USER_INTERFACE_IDIOM() to UIDevice.current.userInterfaceIdiom on Cropview.swift

JeCaiced0 avatar Apr 08 '22 17:04 JeCaiced0

@JeCaiced0 you saved me, thanks!

iGroza avatar Apr 24 '22 10:04 iGroza