-
Notifications
You must be signed in to change notification settings - Fork 26
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
Compilation error in SocketRocket in Xcode 14.3 #1591
Comments
➤ Automation for Jira commented: The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3485 |
Greetings, |
I assume it's not just one line, I'm facing the same error when I'm trying to build ably framework with Xcode 14.3 These lines need to be fixed: Line 32 in 48cb1c6
|
Hi @sAurangzaib — would you be able to raise a separate issue for this, please? |
The error was "A function declaration without a prototype is deprecated in all versions of C". Resolves #1591.
This line of SocketRocket code is giving an error "A function declaration without a prototype is deprecated in all versions of C" in Xcode 14.3.
The text was updated successfully, but these errors were encountered: