Mac OS 10 Builder Issues

OS (e.g. Win10): Mac 10.13.6 High Sierra
PsychoPy version (e.g. 1.84.x): 2024.1.2
Standard Standalone? (y/n) If not then what?: Standalone
What are you trying to achieve?:
I am trying to run the following experiment
8AFC_Sounds_v1.psyexp (124.7 KB)
but get the following traceback error. I do not have this problem on the macbook I used to create the experiment via builder. My MacBook has the following specs (MacBook Air M2, Sonoma 14.6.12).

Traceback (most recent call last):
  File "runpy.pyc", line 196, in _run_module_as_main
  File "runpy.pyc", line 86, in _run_code
  File "/Applications/PsychoPy3.app/Contents/Resources/lib/python3.10/psychopy/scripts/psyexpCompile.py", line 229, in <module>
    compileScript(args.infile, args.version, args.outfile)
  File "/Applications/PsychoPy3.app/Contents/Resources/lib/python3.10/psychopy/scripts/psyexpCompile.py", line 219, in compileScript
    thisExp = _getExperiment(infile, version)
  File "/Applications/PsychoPy3.app/Contents/Resources/lib/python3.10/psychopy/scripts/psyexpCompile.py", line 146, in _getExperiment
    from psychopy.app.builder import experiment
  File "/Users/duxlab/.psychopy3/versions/psychopy/app/builder/__init__.py", line 5, in <module>
    from .builder import BuilderFrame
  File "/Users/duxlab/.psychopy3/versions/psychopy/app/builder/builder.py", line 64, in <module>
    from .dialogs import (DlgComponentProperties, DlgExperimentProperties,
  File "/Users/duxlab/.psychopy3/versions/psychopy/app/builder/dialogs/__init__.py", line 27, in <module>
    from .dlgsConditions import DlgConditions
  File "/Users/duxlab/.psychopy3/versions/psychopy/app/builder/dialogs/dlgsConditions.py", line 17, in <module>
    from psychopy import gui
  File "/Users/duxlab/.psychopy3/versions/psychopy/gui/__init__.py", line 41, in <module>
    from .qtgui import *
  File "/Users/duxlab/.psychopy3/versions/psychopy/gui/qtgui.py", line 18, in <module>
    importlib.import_module(f"{libname}.QtCore")
  File "importlib/__init__.pyc", line 126, in import_module
ImportError: dlopen(/Applications/PsychoPy3.app/Contents/Resources/lib/python3.10/PyQt6/QtCore.abi3.so, 2): Symbol not found: _NSAppearanceNameDarkAqua
  Referenced from: /Applications/PsychoPy3.app/Contents/Resources/lib/python3.10/PyQt6/Qt6/lib/QtCore.framework/Versions/A/QtCore (which was built for Mac OS X 11.0)
  Expected in: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
 in /Applications/PsychoPy3.app/Contents/Resources/lib/python3.10/PyQt6/Qt6/lib/QtCore.framework/Versions/A/QtCore

My best guess is that there is a conflict with one of the packages being imported and the OS for my experimental computer given the symbol not found: (built for max OS 11) line.

What did you try to make it work?: I have tried upgrading and downgrading my versions of PsychoPy. I get the same error on any version of PsychoPy > 2024.1.0. Anything before this version then tends to give module import errors of varying packages

Any help would be greatly appreciated