I am trying to migrate all of my iPlug2 projects from an older x86 Mac running Xcode 12 on Big Sur to a new M1 Mac running Xcode 15 on OS Sonoma and I am getting the same Python problem I first experienced back here P where the build fails at “prepare_resources-mac.py” with exit code zero.
AFAIK, this is a Python error and after trying everything I did in the old thread it still does not build.
OS Sonoma uses Python3 and does not recognize Python2 commands - which seems odd but I suspect is the problem. I have searched through the iPlug2 files and Xcode settings but I don’t see where “Python” should be changed to “Python3” - if that is in fact the solution. Otherwise, why won’t it build and how to fix it?
Any direction appreciated!