Open Bardiamist opened 3 years ago
It seems that iOS supports that type of fonts since 10 version https://caniuse.com/?search=woff2. It's possible that the TestFlight team interprets that font like you're trying to use them inside the native app instead inside a webview?
It's possible that the TestFlight team interprets that font like you're trying to use them inside the native app instead inside a webview?
Should be yes. But other developers started to have the same problem from Xcode 12. I see that the same error code can happen also when the TTF
font is invalid. So maybe need to replace WOFF
files by valid (according to Apple).
So maybe need to replace WOFF files by valid (according to Apple).
Can you please elaborate what is "valid according by Apple"? I mean, maybe we can fix it somehow from our end (nevertheless I believe these fonts are valid though).
@Bardiamist can you please check suggestion from https://stackoverflow.com/questions/64348482/itms-90853-invalid-font-on-testflight-external-testing?
@makedonsky94 can you please take a look?
valid according by Apple
I don't know why Apple thinks this files is not supported.
@Bardiamist can you please check suggestion from https://stackoverflow.com/questions/64348482/itms-90853-invalid-font-on-testflight-external-testing?
I tried to use this CR8 Software program. But this program don't support WOFF
.
Now I just removed both files. Where is using that fonts?
I believe it's different format of the same font and it's used in icon tool:
Checklist
Describe the bug
My team tried to deploy app to TestFlight and we got next
To Reproduce
Steps to reproduce the behavior:
Expected behavior
App should be uploaded successfuly.