Open
Description
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
Labels
No labels