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
Camera.swift:403 Stored properties cannot be marked unavailable with '@available'
PlayerVideoOutput.swift:63 'CADisplayLink' is only available in macOS 14.0 or newer
PlayerVideoOutput.swift:208 'CADisplayLink' is only available in macOS 14.0 or newer
It is possible it may be desirable to support CADisplayLink on macOS 14 now it is available, but as a minimum we should resolve this in the short term so VideoIO can compile in Xcode 15 Beta.
The text was updated successfully, but these errors were encountered:
Camera.swift:403
Stored properties cannot be marked unavailable with '@available'
PlayerVideoOutput.swift:63
'CADisplayLink' is only available in macOS 14.0 or newer
PlayerVideoOutput.swift:208
'CADisplayLink' is only available in macOS 14.0 or newer
It is possible it may be desirable to support CADisplayLink on macOS 14 now it is available, but as a minimum we should resolve this in the short term so VideoIO can compile in Xcode 15 Beta.
The text was updated successfully, but these errors were encountered: