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
When I integrate Starscream in my lib and run pod lib lint I get deprecation warnings:
- WARN | xcodebuild: Starscream/Sources/WebSocket.swift:534:35: warning: 'characters' is deprecated: Please use String or Substring directly
- WARN | xcodebuild: Starscream/Sources/WebSocket.swift:810:26: warning: 'characters' is deprecated: Please use String or Substring directly
- WARN | xcodebuild: Starscream/Sources/WebSocket.swift:811:33: warning: 'characters' is deprecated: Please use String or Substring directly
The text was updated successfully, but these errors were encountered:
When I integrate Starscream in my lib and run
pod lib lint
I get deprecation warnings:The text was updated successfully, but these errors were encountered: