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
@ken4ward I faced similar issues and I found that below changes resolve the issues.
Add #import "../eDistantObject/Channel/Sources/EDOHostPort.h" in the bridging header of Test target.
Replace remoteClassObject with the classObject as below snippet. guard let remoteClass: T.Type = EDOClientService<AnyObject>.classObject(withName: String(describing: T.self), hostPort: hostPort) as? T.Type
Recently, whenever I want to intsall EarlGrey it always return this errors:
I'm wondering if anything has changed recently in the installation process?
The text was updated successfully, but these errors were encountered: