You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
return [NSString fontAwesomeUnicodeStrings][value];
}
with error: EXC_BAD_ACCESS
Thanks in advance,
-Martin
The text was updated successfully, but these errors were encountered: