We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to #69
With macOS Catalina beta (both 6 or 7) + Xcode 10.3, Test code crashes with EXC_BAD_INSTRUCTION on:
EXC_BAD_INSTRUCTION
SwinjectStoryboard/Tests/iOS-tvOS/SwinjectStoryboardSpec.swift
Line 56 in c940f48
SwinjectStoryboard/Tests/OSX/SwinjectStoryboardSpec.swift
Line 66 in c940f48
Because storyboardInitCompleted wasn't invoked, I'm not sure why, and then the property animal turned into nil.
storyboardInitCompleted
animal
The text was updated successfully, but these errors were encountered:
It still occurs in Catalina beta 8.
Sorry, something went wrong.
Still occurs in Release version of Catalina
Do you planning to investigate this issue?
The issue still occurs in 10.15.1... Any plans to fix this?
No branches or pull requests
Similar to #69
With macOS Catalina beta (both 6 or 7) + Xcode 10.3, Test code crashes with
EXC_BAD_INSTRUCTION
on:SwinjectStoryboard/Tests/iOS-tvOS/SwinjectStoryboardSpec.swift
Line 56 in c940f48
SwinjectStoryboard/Tests/OSX/SwinjectStoryboardSpec.swift
Line 66 in c940f48
Avoiding to forced unwrap, many tests fail.
Because
storyboardInitCompleted
wasn't invoked, I'm not sure why, and then the propertyanimal
turned into nil.The text was updated successfully, but these errors were encountered: