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
Compiler warning:
"/.../ably-cocoa/Source/ARTRealtimeTransportFactory.m:2:9 Non-portable path to file ARTWebSocketTransport+Private.h; specified path differs in case from file name on disk."
Should be #import "ARTWebSocketTransport+Private.h"
instead of #import "ARTWebsocketTransport+Private.h"
The text was updated successfully, but these errors were encountered:
Compiler warning:
"/.../ably-cocoa/Source/ARTRealtimeTransportFactory.m:2:9 Non-portable path to file ARTWebSocketTransport+Private.h; specified path differs in case from file name on disk."
Should be
#import "ARTWebSocketTransport+Private.h"
instead of
#import "ARTWebsocketTransport+Private.h"
The text was updated successfully, but these errors were encountered: