AliSoftware / Dip

Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!
MIT License
978 stars 75 forks source link

Xcode 10 issue #195

Closed innomittal closed 6 years ago

innomittal commented 6 years ago

In your sample app itself when you run sample application in Xcode 10.0 It displays the error: Could not cast value of type 'Swift.Optional' (0x1101a4458) to 'DipSampleApp.PersonProviderAPI' (0x1101a4580).

ilyapuchka commented 6 years ago

Should be fixed with https://github.com/AliSoftware/Dip/issues/193