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

iOS apps with iOS 14 widget and chewie will get rejected on ITMS-90853: Invalid font #381

Closed
erickok opened this issue Oct 26, 2020 · 1 comment · Fixed by #382
Closed

Comments

@erickok
Copy link
Contributor

erickok commented Oct 26, 2020

If you add chewie to an iOS app that also has an iOS 14 widget (extension) and submit this for (TestFlight) review, it will get rejected:

ITMS-90853: Invalid font - There was an error validating the font at 'Runner.app/Frameworks/App.framework/flutter_assets/packages/open_iconic_flutter/assets/open-iconic.woff'. Font not supported by platform.

This is due to the dependency on open_iconic_flutter which embeds the open-iconic font in unsupported woff format.

I am not sure why adding an iOS widget triggers this static analysis at Apple's side, but it is somewhat widely reported that it does, similar to how it did in Flutter itself.

@Ahmadre
Copy link
Collaborator

Ahmadre commented Nov 8, 2020

@erickok Thank you sooo much for this! We already answered you in your related PR :)

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

Successfully merging a pull request may close this issue.

2 participants