Xcode – Sending 'double' to parameter of incompatible type 'id _Nullable'
So I am unable to understand this error. I have an object with these properties @property (nonatomic, readwrite) double width; @property (nonatomic, readwrite) double height; When I am creating an NSSdictionary add adding them into it if (config.width) { properties[@"height"]…