A View.environmentObject(_:) may be missing as an ancestor of this view – but not always… – Ios swift
I'm getting this error in production and can't find a way to reproduce it. Fatal error > No ObservableObject of type PurchaseManager found. A View.environmentObject(_:) for PurchaseManager may be missing as an ancestor of this view. > PurchaseManager > SwiftUI…