Skip to content

Crash on -[PostSettingsViewController viewDidLoad] #13

@koke

Description

@koke

PostSettingsViewController.m line 144
__41-[PostSettingsViewController viewDidLoad]_block_invoke

Fatal Exception NSInvalidArgumentException
-[__NSCFBoolean length]: unrecognized selector sent to instance 0x3ab41538

Relevant code:

            [self.post getFeaturedImageURLWithSuccess:^{
                if (self.post.featuredImageURL) {
                    NSURL *imageURL = [[NSURL alloc] initWithString:self.post.featuredImageURL];

Feels unlikely that self.post.featuredImageURL can be a boolean, so maybe related to memory-management

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions