Is anybody else having issues building via XCode?
Until a couple of days ago my builds were going through fine, now the app fails when building and I'm getting the following error in the XCode build log:
2018-06-16 00:12:08.284657+0100 New Project[2137:363537] Could not signal service com.apple.WebKit.Networking: 113: Could not find specified service
Whereas this seems to point to an Apple-based issue, I've tried rebuilding with other app IDs that work and the problem persists - therefor the issue must be a project level based issue.
So I've gone through my app and to narrow the issue down I've deleted each layout individually and rebuilt individually, deleted each event sheet individually and rebuilt individually and deleted each plugin individually and rebuilt individually.
Anyone else having this issue?