Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler warning "Non-portable path to file ARTWebSocketTransport+Private.h" #1757

Closed
maratal opened this issue Jun 8, 2023 · 1 comment · Fixed by #1758
Closed

Compiler warning "Non-portable path to file ARTWebSocketTransport+Private.h" #1757

maratal opened this issue Jun 8, 2023 · 1 comment · Fixed by #1758

Comments

@maratal
Copy link
Collaborator

maratal commented Jun 8, 2023

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"

@sync-by-unito
Copy link

sync-by-unito bot commented Jun 8, 2023

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3638

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant