leanflutter/hotkey_manager

启动报错

BingKui opened this issue · 1 comments

/Users/XXX/macos/Pods/HotKey/Sources/HotKey/KeyCombo.swift:26:22: warning: setter argument 'newValue' was never used, but the property was accessed
                        carbonModifiers = modifiers.carbonFlags
                                          ^
                        carbonModifiers = modifiers.carbonFlags
                                          ^~~~~~~~~
                                          newValue
/Users/XXX/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.9, but the range of supported deployment target versions is 10.13 to 13.1.99. (in target 'HotKey' from project 'Pods')

这个报错要怎么搞?

这只是个警告吧,忽略即可