eniok

Results 2 comments of eniok

Tested and confirmed **it works** in the SwiftUI Preview with the code below: ``` import SwiftUI import Parse class User: PFUser { @NSManaged var firstName: String? @NSManaged var lastName: String?...

Hi @drbarto, The system I tested it also has an M1 (M1 Pro on a Macbook Pro), the environment has the following versions: - Cocoapods 1.11.3 - Parse 1.19.4 -...