Hi I have a project that I need to assemble without using the introjucer to make the final XCode project. This is because I'm using a template project from another library to make an exporter. I made a Intojucer project to get the JUCE module folders I need copied locally. I copied all of these folders into my custom XCode project and attepted to build my demo, but I get 100s of undeclared identifier and unknownn type name errors eminating from the JUCE module code. WHat is the step I have missed?