photo-editor
photo-editor copied to clipboard
Getting this error: Abort trap: 6 (in target 'iOSPhotoEditor' from project 'Pods')
On Xcode 13.3, running in Debug is fine but got an error when archiving
.
having same issue, any solution?
having same issue, any solution?
it's not a high priority in my project so I removed that library
If anyone is running in this error, the solution is to change UI_USER_INTERFACE_IDIOM() to UIDevice.current.userInterfaceIdiom on Cropview.swift
@JeCaiced0 you saved me, thanks!