Logic does not find my Audio Plugin

At the top of the Xcode window, there should be an area that says “My Mac”. Click that and choose “My Mac (Rosetta)”, that will build using the Intel architecture.
Leaving it on “My Mac” will build (as you probably guessed) only for the native architecture of your computer (hence ARM), while “Any Mac” will build a Universal Binary that will contain support for both architectures, if I recall correctly

1 Like