Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to README new error explanation #1571

Open
eidan66 opened this issue Nov 16, 2023 · 0 comments
Open

Add to README new error explanation #1571

eidan66 opened this issue Nov 16, 2023 · 0 comments

Comments

@eidan66
Copy link

eidan66 commented Nov 16, 2023

Add to readme explanation about common error message

#### Attempt to insert nil object from objects[0]' was thrown while invoking getImageForFont on target RNVectorIcons - IOS
- If you see this error message:

>   Exception '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]' was thrown while invoking getImageForFont on target RNVectorIcons with params (
>     FontAwesome,
>     "\Uf0c9",
>     23,
>     4294967295,
>     102,
>     103
> )
> 

Make sure the Fonts are added to Xcode properly ([as explained here](https://github.com/oblador/react-native-vector-icons#ios-setup)).
** You can know which font is missing by the name of the first params (In the example above - FontAwesome)
**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant