On Jan 17, 2018, at 17:24 , Alex Zavatone <z...@mac.com> wrote: > > Am I right in assuming that Xcode thinks that the subclass has 2 possible > UITextField parent classes?
Well, the error message about ambiguity is confusing enough that it’s worth a bug report (even if it’s only a minor problem). What is the type of the variable or property “cell”? It sounds like it’s just UITextField, in which case the “cell.dataField” expression isn’t valid. Try casting it explicitly: po ((InsetUITextField*) cell).dataField and see what the debugger says. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com