Open ken4ward opened 1 year ago
@ken4ward I faced similar issues and I found that below changes resolve the issues.
#import "../eDistantObject/Channel/Sources/EDOHostPort.h"
in the bridging header of Test target.guard let remoteClass: T.Type = EDOClientService<AnyObject>.classObject(withName: String(describing: T.self), hostPort: hostPort) as? T.Type
Nice, thanks for this.
In my case, I am using pods, so:
Recently, whenever I want to intsall EarlGrey it always return this errors:
I'm wondering if anything has changed recently in the installation process?