-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
Similar to #69
With macOS Catalina beta (both 6 or 7) + Xcode 10.3, Test code crashes with EXC_BAD_INSTRUCTION
on:
let cat1 = animalViewController1.animal as! Cat |
let cat1 = animalViewController1.animal as! Cat |
Avoiding to forced unwrap, many tests fail.
Because storyboardInitCompleted
wasn't invoked, I'm not sure why, and then the property animal
turned into nil.
Metadata
Metadata
Assignees
Labels
No labels