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 was archived by the owner on Jul 24, 2019. It is now read-only.
In my one test, this added 23 images to the array, which are of type CUINamedMultisizeImageSet.h , which doesn't respond to -size, and therefore crashes on CGSizeEqualToSize(image.size, CGSizeZero). Looks like this type is new in iOS 11 (it's not present in the iOS 10 runtime headers).
So if we want to make this work we'll have to add support for this type.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This tool can't extract
AppIcon
.Instead of:
I tried simply:
In my one test, this added 23 images to the array, which are of type
CUINamedMultisizeImageSet.h
, which doesn't respond to-size
, and therefore crashes onCGSizeEqualToSize(image.size, CGSizeZero)
. Looks like this type is new in iOS 11 (it's not present in the iOS 10 runtime headers).So if we want to make this work we'll have to add support for this type.
The text was updated successfully, but these errors were encountered: