Skip to content
This repository was archived by the owner on Oct 19, 2025. It is now read-only.
This repository was archived by the owner on Oct 19, 2025. It is now read-only.

TangramLayoutTypeMap在pod中找不到 #113

@PJStation

Description

@PJStation

pod 'Tangram', '~> 2.1.5'

- (instancetype)init
{
    if (self = [super init]) {
        _layoutTypeMap = [[NSMutableDictionary alloc]init];
        NSString *layoutMapPath = [[NSBundle mainBundle] pathForResource:@"TangramLayoutTypeMap" ofType:@"plist"];
        [_layoutTypeMap addEntriesFromDictionary:[TangramDefaultLayoutFactory decodeTypeMap:[NSArray arrayWithContentsOfFile:layoutMapPath]]];
    }
    return self;
}

layoutMapPath 为nil

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions