-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
"ITMS-90853: Invalid font" on TestFlight review #1658
Comments
Having the same problem, fix would be appreciated :) |
same problem |
1 similar comment
same problem |
Same Problem here, fix would be much appreciated :) ITMS-90853: Invalid font - There was an error validating the font named 'FontAwesome6Free-Solid' at 'AppName.app/FontAwesome6_Solid.ttf'. ‘glyf’ table instructions. |
We were not actually using FontAwesome6 so a workaround for us that appear to be passing the immediate testflight rejection was adding the following to the end of podfile post_install for every target.
|
We don't need the FontAwesome, so I created a PatchPackage without it. Should help us for now. |
Can you share that patch |
Delete the FontAwesome6-Files in node_modules/react-native-vector-icons/Fonts and then run "yarn patch-package react-native-vector-icons" |
Thanks, and do I need to delete FontAwesome6 files from the node_module/react-native-vector-icons ? as there are aslo FontAwesome6 files outside the node_modules/react-native-vector-icons/Fonts folder |
Deleting the Files in the Fonts-Directory should be enough |
Thanks, This solution fixed my issue. |
Thanks, Issue resolved |
This appears to be related to the new Font Menu functionality in iOS 18. I'm assuming things changed in the backend when the iPhone 16 was announced. While we don't use this package, we do use font awesome. |
@blumk patching will remove FA, cause we depend on it. |
@RayHughes You can simply replace the invalid |
Same issue here - we are using the icons from FA6 so this is currently blocking us from uploading new builds. |
Same here .. can some one please update the font and release a version. Thanks again |
Here is the PR fixing the ttf file: #1660 |
Having this issue as well. Replacing with a patch package didn't work for me |
@cvincentcoleman Try adding a postinstall step to copy/replace the font file using Example:
|
Thanks all, this has been fixed in #1658 and a release should roll out shortly |
Released in 10.2.0. |
Environment
react-native-icons 10.1.0
react-native 0.73.2
Description
All new builds sent for external review on TestFlight are immediately auto rejected as an invalid binary with the error message: "ITMS-90853: Invalid font - There was a error validating the font named 'FontAwesome6Free-Solid' at '(package-name-here)/FontAwesome6_Solid.ttf'. 'glyf' table instructions."
Happy for any guidance on what could be causing this!
The text was updated successfully, but these errors were encountered: