Build 32 bits plugin on xcode 9.4

Hi everyone,

I need to build a 32 bits plugin in xcode 9.4 and juce 5.4. For 64 bit runs good in xcode 11 and juce 5.4, but for xcode 9.4 I am getting an error "Reference to MemoryBlock is Ambiguous" in MacMemory.h

All my calls to memory block are juce::MemoryBlock. Does somebody has some recommendation to fix this?

Thanks in advance

Have you tried disabling the Juce namespace as discussed here? I know it’s not the same symptoms exactly, but seems similar enough to be the same problem.