Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

subclassing NSRRemoteObject decodeRemoteValue #19

@hookercookerman

Description

@hookercookerman

why do I need to do this because I have a hash that I wish to decode

  def decodeRemoteValue(remoteObject, forRemoteKey:remoteKey, change:change)
    if remoteKey == "obj"
      self.obj = remoteObject
    else
      super(remoteObject, forRemoteKey:remoteKey, change:change)
    end
  end

Cannot define method decodeRemoteValue:forRemoteKey:change:' because no Objective-C stub was pre-compiled for typesv@:@@^c'. Make sure you properly link with the framework or library that defines this message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions