-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Swift 4 issue #474
Comments
How are you getting this warning? I haven't seen this in Xcode Version 9.2 (9C40b), with the compiler set to Swift 4.0. Does anyone else receive this warning? |
Am getting the same warning from line: Running Swift 4.0 on Xcode Version 9.3 beta (9Q98q) |
The same warning at the same line (Xcode 9.3) |
Version 3.0.5 has been released. It removed the |
Using CocoaPods 1.4.0 I set the swift-version in my .podspec file to 4 liek so:
s.swift_version = '4.0'
When compiling, I get the following warning:
- WARN | xcodebuild: Starscream/Sources/WebSocket.swift:125:5: warning: 'weak' should not be applied to a property declaration in a protocol and will be disallowed in future versions
this refers to the WSStream protocol:
See this discussion on Stack Overflow about this kind of issue:
The text was updated successfully, but these errors were encountered: