Reply to @Observable and @AppStorage Observation is not supported with AppStorage yet, but the solution is easy. @Observable class CalculateViewModel { @ObservationIgnored @AppStorage("calculateCount") var calculateCount = 0 } UI Frameworks SwiftUI Feb ’24