Swinject / SwinjectStoryboard

Swinject extension for automatic dependency injection via Storyboard
MIT License
268 stars 141 forks source link

Catalina beta 7 | Doesn't invoke storyboardInitCompleted #126

Open takasek opened 5 years ago

takasek commented 5 years ago

Similar to #69

With macOS Catalina beta (both 6 or 7) + Xcode 10.3, Test code crashes with EXC_BAD_INSTRUCTION on: https://github.com/Swinject/SwinjectStoryboard/blob/c940f48b9fb8c902131e1d01905ca0e839e63531/Tests/iOS-tvOS/SwinjectStoryboardSpec.swift#L56 https://github.com/Swinject/SwinjectStoryboard/blob/c940f48b9fb8c902131e1d01905ca0e839e63531/Tests/OSX/SwinjectStoryboardSpec.swift#L66 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.

takasek commented 5 years ago

It still occurs in Catalina beta 8.

levashovalexey commented 4 years ago

Still occurs in Release version of Catalina

levashovalexey commented 4 years ago

Do you planning to investigate this issue?

woko666 commented 4 years ago

The issue still occurs in 10.15.1... Any plans to fix this?