SvenTiigi/WhatsNewKit

visionOS compability not given

flexlixrup opened this issue · 1 comments

What happened?

Compilation on a visionOS Target is not working due to the following error
Value of type 'WhatsNewView.FeaturesPadding' has no member 'horizontalSizeClass'
Right now I have to exclude WhatsNewKit from a dependency of the visionOS platform and add complier directives all over my code

What are the steps to reproduce?

Add visionOS (native) to a target where WhatsNewKit is listed as a dependency

What is the expected behavior?

Compile on visionOS

Hi @flexlixrup,

Support for visionOS is currently not released.
Please use the feature/vision-os-support branch which should compile on the visionOS platform.