#import NukeUI results in "No such module" #592
Unanswered
TheMMstick
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Make sure you add this module to your project. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Had same problem. Solved this with above insight. Ensured both Nuke and NukeUI were in build phase link binary with libraries. Worked |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed the latest (v11.1) Nuke pack in my project. Everything compiles fine. Of course #import Nuke works fine. But when I want to use LazyImageView, I need to #import NukeUI, but this leads to the compiler error "No such module".
Any idea what I am doing wrong?
Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions