AliSoftware / Dip

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

Doesn't build for MacOS #239

Closed ivnsch closed 4 years ago

ivnsch commented 4 years ago

I've a cross-platform (iOS/MacOS) project, using Xcode 12 and SPM. The MacOS target doesn't build:

import Dip // No such module 'Dip'

What's wrong?

ivnsch commented 4 years ago

Solved https://stackoverflow.com/a/58079416/930450