I found the definition of these in juce_Desktop.cpp and juce_mac_NSViewComponentPeer.mm, respectively, so I can’t figure out why the linker isn’t finding them.
Yep, I’ve tried clean builds of both juce and my project. Strangely enough, it works when I link against libjucedebug.a (no linking errors) but not libjuce.a
I opened jucedemo to see if it was working there and found that it’s not linking to a juce library at all, but rather including the entire juce source tree? Is that how we should do it for our projects now, too?