objective c - Xcode: "Spurious Update" console warning? -
i'm writing pretty straightforward objc app. (the minor complexity uses external library called chilkat basic networking, don't think that's relevant.)
occasionally, project spontaneously pops warning message:
may 14 01:24:01 neovenator-2.local project[22645] : void cgsupdatemanager::log() const: conn 0x4b29b: spurious update.
and have no idea how handle or interpret it. there's nothing in project called cgsupdatemanager, , project doesn't call log() function anywhere. can't reliably reproduce it, it's popped enough raise interest level.
searches @ both google , here term "spurious update" reveals lightly scattered set of conversation, nothing relevant project. meanwhile, google search "cgsupdatemanager" reveals it's swift, i'm not using @ all.
can me understand means? or should disregard it?
make sure call super in viewdidload, viewwillappear , viewwilldisappear.
Comments
Post a Comment