In my app, when I try to instantiate a PublicationServer, e.g.
let publicationServer = PublicationServer()
I get a crash while the initializer is trying to addSpecialResourcesHandlers for fonts. Deep inside, it fails in GCDWebServer at addHandlerWithMatchBlock from
GWS_DCHECK(_options == nil);
_options is
{
BindToLocalhost = 1;
Port = 61541;
}
Is there anything I need to do, or include in the app to create the publication server?
Thanks,
Jeff