我使用PerfectlySoft Perfect-Notifications,並嘗試通過以下導入它:Swift:完美的服務器:如何發送推送通知?
.Package(
url:"https://github.com/PerfectlySoft/Perfect-Notifications.git",
majorVersion: 2)
,但我總是得到以下錯誤:
Packages/PerfectNotifications-2.1.2/Sources/NotificationPusher.swift:278:8: error: value of type 'NetTCPSSL' has no member 'initializedCallback'
有另一種方式來導入和使用它?或者以其他方式發送來自swift服務器的推送通知?