-
Notifications
You must be signed in to change notification settings - Fork 55
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
Apple Rejecting all binaries that include Font Awesome with error ITMS-90853: Invalid font #174
Comments
@RayHughes can you tell me how you are using this file? The |
@robmadole we are not using it at all. We are using standard FA usage. |
You might try removing |
We just went through our dependency tree and found another library https://github.com/callstack/react-native-paper using FA. We removed the library and builds seem to be working as desired. The error was so vague with Apple and worked 1+ years so we didn't know where to look. Sorry for the report. |
No worries! Glad you got if fixed. |
Describe the bug
This week Apple started rejecting all submitted builds that include Font Awesome as an invalid binary. This is affecting every iOS app that uses Font Awesome.
Reproducible test case
The issue occurs when a binary is submitted for App Store review.
Expected behavior
App is not rejected upon submission to App Store review
Desktop (please complete the following information):
N/A
Additional context
This is likely related to the iOS 18 Font Menu and changes around it. This worked fine up until Monday when Apple announced the iPhone 16
Related Issue in different project: oblador/react-native-vector-icons#1658
Packages
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-pro": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/pro-duotone-svg-icons": "^6.6.0",
"@fortawesome/pro-light-svg-icons": "^6.6.0",
"@fortawesome/pro-regular-svg-icons": "^6.6.0",
"@fortawesome/pro-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@fortawesome/react-native-fontawesome": "^0.3.2",
The text was updated successfully, but these errors were encountered: