GCDWebServer icon indicating copy to clipboard operation
GCDWebServer copied to clipboard

Can't submit to App Store Connect: Invalid font GCDWebUploader.bundle/fonts/glyphicons-halflings-regular.woff

Open mickael-menu opened this issue 4 years ago • 10 comments

Hi,

It seems that recently Apple changed something in their validation process, and now we can't submit any build for review containing GCDWebServer.

ITMS-90792: Invalid font - There was an error validating the font at '[...]/Frameworks/GCDWebServer.framework/GCDWebUploader.bundle/fonts/glyphicons-halflings-regular.woff'. Validation failed. ITMS-90792: Invalid font - There was an error validating the font at '[...]/Frameworks/GCDWebServer.framework/GCDWebUploader.bundle/Contents/Resources/fonts/glyphicons-halflings-regular.woff'. Validation failed.

The same app worked fine before, and we didn't change anything related to GCDWebServer. Could it be because the font is located at two different paths in the build product? (see the log above)

Any suggestions? Thanks

mickael-menu avatar Aug 21 '20 06:08 mickael-menu

Have you solved this problem? I have the same problem now @mickael-menu

biqinglin avatar Sep 27 '20 01:09 biqinglin

@biqinglin Unfortunately not really, I just removed the fonts since we don't need them.

mickael-menu avatar Sep 27 '20 11:09 mickael-menu

I build it with xcode 11, it works fine. I add ios 14 widget in my project. When I build it with xcode 12, I have the same problem now!

kaich avatar Oct 09 '20 01:10 kaich

I build it with xcode 11, it works fine. I add ios 14 widget in my project. When I build it with xcode 12, I have the same problem now!

Have you resolved this problem now ?? I meet the same problem when building with xcode 12

Alagong avatar Oct 27 '20 03:10 Alagong

Personally I had the issue before upgrading to Xcode 12 as well.

mickael-menu avatar Oct 27 '20 08:10 mickael-menu

I have the same problem now, I have added font-related functions in this version, I don’t know if it’s related

Apolla avatar Aug 06 '21 15:08 Apolla

I have the same problem now, I have added font-related functions in this version, I don’t know if it’s related

Apolla avatar Aug 06 '21 15:08 Apolla

I also started receiving this error when adding a widget target (Xcode 12.5). Had no issues before using the same Xcode version.

francybiga avatar Nov 02 '21 15:11 francybiga

I build it with xcode 11, it works fine. I add ios 14 widget in my project. When I build it with xcode 12, I have the same problem now!

the same problem with me. Have you solved it?

Jvaeyhcd avatar Jan 26 '22 02:01 Jvaeyhcd

I have same problem when build project support widget with xcode 13.3.1. If i remove widget target it work OK.

cuongtv51 avatar Jun 16 '22 09:06 cuongtv51