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
Perhaps I'm approaching this incorrectly, but I'm having problems previewing SwiftUI for iOS while this package is added to the project.
I have disabled LaunchAtLogin and MenuBarExtraAccess for iOS like this:
This makes it possible to build the project for iOS, but I still get a crash when previewing.
Any ideas on how to make previews work would be amazing. Otherwise, and it probably makes little sense for you to do it since this is explicitly a macOS package, adding #if os(macOS) around the code in this package and MenuBarExtraAccess, would make the package build on iOS.
Thank you
The text was updated successfully, but these errors were encountered:
Perhaps I'm approaching this incorrectly, but I'm having problems previewing SwiftUI for iOS while this package is added to the project.
I have disabled LaunchAtLogin and MenuBarExtraAccess for iOS like this:
This makes it possible to build the project for iOS, but I still get a crash when previewing.
Any ideas on how to make previews work would be amazing. Otherwise, and it probably makes little sense for you to do it since this is explicitly a macOS package, adding
#if os(macOS)
around the code in this package and MenuBarExtraAccess, would make the package build on iOS.Thank you
The text was updated successfully, but these errors were encountered: