alexeyxo / swift-apns

Swift Framework for sending Apple Push Notification over HTTP/2 API
Apache License 2.0
154 stars 20 forks source link

Xcode 10 Swift 4 PushService.proto Compiler errors #10

Open Grauhart opened 5 years ago

Grauhart commented 5 years ago

1921: extension Apple.Apns.ProviderData: GeneratedMessageProtocol - Error: Type 'Apple.Apns.ProviderData' does not conform to protocol 'GeneratedMessageProtocol' (Error is repeated 3 more times in the same file).

Using latest versions of ProtocolBuffers and APNS:

pod 'ProtocolBuffers-Swift' pod 'APNS', '~> 1.0'