Skip to content

Fix compilation with Xcode 14

Felix Paul Kühne requested to merge fkuehne/vlc-ios:fix-xcode-14 into master

Stored properties can no longer be marked as potentially unavailable, so a work-around is implemented in 2 cases.

Additionally, SwiftLint is updated to the latest version and a cosmetic problem is resolved.

This fixes #1392 (closed)

Merge request reports