Cocoscreator(1.9.1) simulator didn't work...(macOS Ventura 13.4.1)

I’m use cocoscreator 1.9.1 (for old project)
cocoscreator simulator didn’t work…(macOS Ventura 13.4.1)

I tried to install python ver 2.7.18.
After that, Simulator (cocoscreator 2.2.1 ) worked.
But…Simulator (cocoscreator 1.9.1 ) still doesn’t work properly.

is there any solution?
※It’s a very old version, but it would be helpful if someone could tell me if there is a solution.

Simulator (cocoscreator 1.9.1 ) works when I launch it directly from the finder.
My development is not progressing efficiently

cocoscreator log is here…↓↓↓

■error1

{ Error: spawn python ENOENT
    at exports._errnoException  (util.js:1050:11)
    at Process.ChildProcess._handle.onexit  (internal/child_process.js:193:32)
    at onErrorNT  (internal/child_process.js:367:16)
    at _combinedTickCallback  (internal/process/next_tick.js:80:11)
    at process._tickDomainCallback  (internal/process/next_tick.js:128:9)
  code: 'ENOENT',
  errno: 'ENOENT',
  syscall: 'spawn python',
  path: 'python',
  spawnargs: 
   [ '-c',
     <Buffer 69 6d 70 6f 72 74 20 6c 6f 63 61 6c 65 0a 0a 73 79 73 5f 6c 61 6e 67 2c 20 65 6e 63 6f 64 69 6e 67 20 3d 20 6c 6f 63 61 6c 65 2e 67 65 74 64 65 66 61 ... > ] }

■error2

 Error: Callback was already called.
    at  /Applications/CocosCreator1.9.1.app/Contents/Resources/app.asar/node_modules/async/lib/async.js:43:36
    at  /Applications/CocosCreator1.9.1.app/Contents/Resources/app.asar/node_modules/async/lib/async.js:723:17
    at  /Applications/CocosCreator1.9.1.app/Contents/Resources/app.asar/node_modules/async/lib/async.js:167:37
    at getSysEncoding  (/Applications/CocosCreator1.9.1.app/Contents/Resources/app.asar/editor/core/native-utils.js:1:23657)
    at ChildProcess.<anonymous>  (/Applications/CocosCreator1.9.1.app/Contents/Resources/app.asar/editor/core/native-utils.js:1:6880)
    at emitTwo  (events.js:106:13)
    at ChildProcess.emit  (events.js:194:7)
    at maybeClose  (internal/child_process.js:899:16)
    at Socket.<anonymous>  (internal/child_process.js:342:11)
    at emitOne  (events.js:96:13)
    at Socket.emit  (events.js:191:7)
    at process.on.t  (/Applications/CocosCreator1.9.1.app/Contents/Resources/app.asar/editor/core/editor-init.js:1:1068)
    at emitOne  (events.js:101:20)
    at process.emit  (events.js:191:7)
    at process._fatalException  (bootstrap_node.js:308:26)

I found more one solution.

I was unable to successfully build the app by cocoscreator GUI( ver 1.9.1)

But, I was able to successfully build the app by using command-line .

command like this↓↓↓(at project root folder)

/Applications/CocosCreator1.9.1.app/Contents/MacOS/CocosCreator --path ./ --build "title=PJNAME;platform=ios;startScene=d4ad0e5d-4014-415b-887d-a90b00da0215;inlineSpriteFrames=true;buildPath=build;orientation={'portrait': true};encryptJs=true;xxteaKey=example-836a-4c;zipCompressJs=true"

I think it would be better to use the new version cocoscreator.
but, If someone want to solve it as soon as possible, I think you can use this.
(ex… too many code to fix)

It’s possible… It be fine by cocos GUI After symlink 「python」 at /usr/bin.
However, it seems that 「/usr/bin」cannot be change at the mac OS ventura.
(Unable to set even if SIP is disabled)

share.