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
The NS structures NSPoint, NSSize, NSRect, etc implement Encode for their types (for Mac OS only), but the core-graphic ones don't. These items are often passed to objc methods as arguments, so they need to conform.