Skip to content

had Error #95

@dajun512

Description

@dajun512

Json Example
{
mid: 1501,
description: "This what"
}
-----------------
@interface Episode : RLMObjec
@Property NSInteger mid;
@Property NSString *desc;

@EnD

@implementation Episode

  • (NSDictionary *)JSONInboundMappingDictionary {
    return @{
    @"description": @"desc"
    };
    }

@EnD

When I used it, had error

How to convert description property;

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