My computer is a MacBook M1, and the Xcode project was created using VST3_Project_Generator. However, when building, I found that it seems to only generate a VST3 plugin with the arm64 architecture. I have tried modifying the CMake and Build Settings multiple times, and after clearing the build cache and rebuilding, I still can only generate a plugin with a single architecture.
Either build the Release configuration or you need to build for Any Mac. Both settings are in Xcode.
Thank you so much for your help! The issue is resolved, and I can run it smoothly now.


