I'm developing an iOS app. While executing on iPhone or iPad, there is no problem. But, when I run it on Mac from Xcode, the app crashes.
Debugger shows the crashes occur when they execute code regarding vector graphics like [UIBezierPath bezierPath] or [UIImage systemImageWIthNamed:] where image made of vector.
Are there anyone experienced such a phenomenon like me?
I'm developing an iOS app. While executing on iPhone or iPad, there is no problem. But, when I run it on Mac from Xcode, the app crashes.
Debugger shows the crashes occur when they execute code regarding vector graphics like [UIBezierPath bezierPath] or [UIImage systemImageWIthNamed:] where image made of vector.
Are there anyone experienced such a phenomenon like me?