does anyone know how to fix this error i keep getting:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Cell01_ArtDIVISION.rpy", line 1781, in <module>
Exception: Could not load Live2D. b'/private/var/folders/p8/cr7wfnwx0kb8y68dz597wwt40000gn/T/AppTranslocation/F150C971-94AF-4D2E-92C8-5861FA2A9609/d/Once a Porn a Time Chapt2 v0.9.app/Contents/MacOS/libLive2DCubismCore.dylib' was not found.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "Cell01_ArtDIVISION.rpyc", line 1781, in script
File "/private/var/folders/p8/cr7wfnwx0kb8y68dz597wwt40000gn/T/AppTranslocation/F150C971-94AF-4D2E-92C8-5861FA2A9609/d/Once a Porn a Time Chapt2 v0.9.app/Contents/Resources/autorun/renpy/ast.py", line 1237, in execute
img = renpy.python.py_eval_bytecode(self.code.bytecode)
File "/private/var/folders/p8/cr7wfnwx0kb8y68dz597wwt40000gn/T/AppTranslocation/F150C971-94AF-4D2E-92C8-5861FA2A9609/d/Once a Porn a Time Chapt2 v0.9.app/Contents/Resources/autorun/renpy/python.py", line 1146, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Cell01_ArtDIVISION.rpy", line 1781, in <module>
File "/private/var/folders/p8/cr7wfnwx0kb8y68dz597wwt40000gn/T/AppTranslocation/F150C971-94AF-4D2E-92C8-5861FA2A9609/d/Once a Porn a Time Chapt2 v0.9.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 566, in __init__
common = self.create_common(default_fade)
File "/private/var/folders/p8/cr7wfnwx0kb8y68dz597wwt40000gn/T/AppTranslocation/F150C971-94AF-4D2E-92C8-5861FA2A9609/d/Once a Porn a Time Chapt2 v0.9.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 510, in create_common
rv = Live2DCommon(self.filename, default_fade)
File "/private/var/folders/p8/cr7wfnwx0kb8y68dz597wwt40000gn/T/AppTranslocation/F150C971-94AF-4D2E-92C8-5861FA2A9609/d/Once a Porn a Time Chapt2 v0.9.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 186, in __init__
init()
File "/private/var/folders/p8/cr7wfnwx0kb8y68dz597wwt40000gn/T/AppTranslocation/F150C971-94AF-4D2E-92C8-5861FA2A9609/d/Once a Porn a Time Chapt2 v0.9.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 93, in init
onetime_init()
File "/private/var/folders/p8/cr7wfnwx0kb8y68dz597wwt40000gn/T/AppTranslocation/F150C971-94AF-4D2E-92C8-5861FA2A9609/d/Once a Porn a Time Chapt2 v0.9.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 66, in onetime_init
raise Exception("Could not load Live2D. {} was not found.".format(dll))
Exception: Could not load Live2D. b'/private/var/folders/p8/cr7wfnwx0kb8y68dz597wwt40000gn/T/AppTranslocation/F150C971-94AF-4D2E-92C8-5861FA2A9609/d/Once a Porn a Time Chapt2 v0.9.app/Contents/MacOS/libLive2DCubismCore.dylib' was not found.
macOS-10.14.6-x86_64-i386-64bit x86_64
Ren'Py 8.1.1.23060707
v0.9
Fri Jan 5 20:48:34 2024
```