I have and in the same boat can’t seem to find a solution around it, also I don’t understand why it’s macOS only, this api should work on iOS and macOS because they didn’t state in WWDC that this api is macOS only
Post
Replies
Boosts
Views
Activity
Yeah I also can confirm my SwiftUI Cross-platform Application is running much slower than in the iOS Simulator, seems like a Memory leak since the app is running on iOS using only 20mb of ram but on mac it keeps climbing to like 1 GB of ram, using ScrollView with a LazyVStack that Provides sections in grid format using the new LazyVGrid
Thanks @mtsrodrigues I also was trying to find out how to use CoreData with a Pure Cross-platform SwiftUI App