Font failed to load, Too many arguments to block call, expected 1, have 3
See original GitHub issueI am getting this error Font failed to load, Too many arguments to block call, expected 1, have 3 inside RNVectorIconsManager However, this error did not come right after I installed the font. I installed it using react-native link and make sure that Fonts exists in Info.plist. This is my pod file for iOS part.
platform :ios, '9.0'
target 'JobMe' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for JobMe
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'Firebase/Storage'
pod 'Firebase/Auth'
pod 'FBSDKCoreKit'
pod 'FBSDKShareKit'
pod 'FBSDKLoginKit'
pod 'RNVectorIcons', :path => '../node_modules/react-native-vector-icons'
target 'JobMeTests' do
inherit! :search_paths
# Pods for testing
end
end
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Too many arguments to method call, expected 1, have 2? ...
I have this error 'Too many arguments to method call, expected 1, have 2?' But on the previous arrays that I used this...
Read more >Too many arguments to function call, expected 0, have 3
Any idea why such error when Apple Silicon enabled? Too many arguments to function call, expected 0, have 3. The error is on...
Read more >[Solved]-too many arguments to method call expected 1 have 3
First make a proper string of your URL and then encode it and then finally make it a NSURL . Make sure your...
Read more >Why do I get the error message, 'Too Many Input/Output ...
Solution: make sure the arguments listed in the function signature in your class file matches the arguments in the function you defined in...
Read more >TSO/E terminal messages (IRX…)
Reason codes displayed in REXX messages are represented in decimal. ... Too many parameters were passed for message message_id.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yep you’re right @panteparak, this is the fix and is mentioned in README. Closing 👍
this fix works for me and my team
Part of the Podfile is from this link