Jump to content
ChrisChuah

Cannot Debug MacOS App for Delphi 11.1. Missing Python file

Recommended Posts

I have re-downloaded the PAServer for Delphi 11.1 on MacOS and updated the XCode to 15.2

However, when i tried to run the mac app in debug mode, it gave me this error

 

dyld[9049]: Library not loaded: /System/Library/Frameworks/Python.framework/Versions/2.7/Python

  Referenced from: <06D97208-31C1-324C-94F5-B231E630BF31> /Applications/PAServer-22.0_11.1.app/Contents/MacOS/lldb-x86_64/lib/liblldb.3.8.0.dylib

  Reason: tried: '/System/Library/Frameworks/Python.framework/Versions/2.7/Python' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/System/Library/Frameworks/Python.framework/Versions/2.7/Python' (no such file), '/System/Library/Frameworks/Python.framework/Versions/2.7/Python' (no such file, not in dyld cache)

 

Is there an updated PAserver for 11.1 to fix this python link problem.

The python frame work is found in /Library/Frameworks/Python.framework/Versions/2.7/Python rather than the /System library.

I cannot create a link within the /System library as it is forbidden by Apple. 

 

Please help

 

regards

chris

 

Edited by ChrisChuah

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×