Skip to content

Fix SDK checks for new iOS/macOS API

The SDK checks are ensuring the identifiers are existing at compile time whereas the existing availability checks at runtime. If the SDK is too old, the compilation will fail.

Merge request reports