Skip to content

Icon not showing and app crash on second access  #63

Open
@mhermosi

Description

@mhermosi

Hi,

I have just included the NSString+FontAwesome.h and .m on my project along with FontAwesome.ttf.
I made the changes on info.plist and also verified that Build Phase is correct copying the resources. I also checked the output folder and expected files are there.

So now the problem is the icon is not shown when I first access. just a box with an ? appear then when try to access a second time app chrash on the following method:

  • (NSString*)fontAwesomeIconStringForEnum:(FAIcon)value {
    return [NSString fontAwesomeUnicodeStrings][value];
    }

with error: EXC_BAD_ACCESS

Thanks in advance,

-Martin

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