dmann200

Results 8 comments of dmann200

Thanks. I already did that but still having many issues.

Also it seems that it is not exporting the choc library. /Users/admin/Documents/Programming/Xcode/Prototype/Tracktion2025-2/JuceLibraryCode/modules/tracktion_core/audio/tracktion_AudioReader.h:16:11 '../../3rd_party/choc/audio/choc_SampleBuffers.h' file not found

I'm primarily using Projucer->XCode. When I add the module using Projucer, I have three modules available tracktion_core, tracktion_graph, and tracktion_engine all of which are added in Projucer. Regarding whether the...

I believe I did do a recursive clone. As you can see the specific Main.cpp file exists here:

How are the choc files and other 3rd party files supposed to get copied into the xcode project folder from Projucer? This is what my projucer project looks like:

I've tried it with "copy source files" on and with "copy source files" off. Fails in both cases, just with slightly different error messages. As you seem to know this...

OK now I'm not sure if I'm foolish or not. When I followed your steps verbatim it said no C/C++ compiler could be found. However when I have run it...

Finally got it to build. Very difficult. My command line tools were installed but required update. But there were many other steps required after that. Not quite sure what the...