You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: