Lona / Lona

A tool for defining design systems and using them to generate cross-platform UI code, Sketch files, and other artifacts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No such module "ThemedColor"

jannikrl opened this issue · comments

Expected Behavior

Being able to build Lona in Xcode

Current Behavior

When I build Lona in Xcode I get the error: "No such module 'ThemedColor'".

ThemedColor is imported in the file NavigationItemStack.swift in the BreadcrumbBar package. ThemedColor seems not to be used in the file, so maybe the import is not necessary?

Skærmbillede 2020-04-05 kl  15 38 54

Did you install the carthage dependencies?

I just ran the below Carthage command just to be sure. When I build the project I still see the error.

carthage bootstrap --new-resolver --platform macOS

This is a bug, perhaps due to Swift PM packages not being resolved to a specific version. I'll fix it.

This should hopefully be fixed on master now!

Beautiful. It works!