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
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
Had a EXC_BAD_INSTRUCTION EXC_ARM_UNDEFINED issue on code -[GCDWebServer(Extensions) startWithPort:bonjourName:](GCDWebServer.m:828) when I created a GCDWebServer instance and started it in a dispatch_once block. Below is my code, any ideas will be appreciated.
Had a
EXC_BAD_INSTRUCTION EXC_ARM_UNDEFINED
issue on code-[GCDWebServer(Extensions) startWithPort:bonjourName:](GCDWebServer.m:828)
when I created a GCDWebServer instance and started it in adispatch_once
block. Below is my code, any ideas will be appreciated.The text was updated successfully, but these errors were encountered: