centrifugal / centrifuge-swift

Swift client SDK for bidirectional real-time communication with Centrifugo and Centrifuge-based server over WebSocket
MIT License
47 stars 41 forks source link

Fix warning during the build #95

Closed FZambia closed 9 months ago

FZambia commented 9 months ago
    - WARN  | xcodebuild:  SwiftCentrifuge/Sources/SwiftCentrifuge/WebSocket/NativeWebSocket.swift:203:9: warning: switch covers known cases, but 'URLSessionTask.State' may have additional unknown values, possibly added in future versions
    - NOTE  | xcodebuild:  SwiftCentrifuge/Sources/SwiftCentrifuge/WebSocket/NativeWebSocket.swift:203:9: note: handle unknown values using "@unknown default"
    - NOTE  | [iOS] xcodebuild:  warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the App editor. (in target 'App' from project 'App')