fulldecent / swift5-module-template

An opinionated starting point for awesome, reusable Swift 5 modules
MIT License
450 stars 56 forks source link

No such Module $ModuleName in ContentView.swift (Xcode 12.4) #48

Closed fritzfr closed 3 years ago

fritzfr commented 3 years ago

Hey, I wanted to try this out with Xcode 12.4, it seems that it can't find the module. Any ideas?

fritzfr commented 3 years ago

I did manage to successfully accomplish the wanted folder structure by following the recipe manually (https://github.com/fulldecent/swift5-module-template/blob/master/Recipe.md).

fulldecent commented 3 years ago

Thank you for sharing. Could you please send the diff of what you produced when doing it manually versus what we released?

fulldecent commented 3 years ago

Thank you, the Recipe and module is reprocessed in 2e6ac90. Should all be good now. Please reopen issue if not the case.