-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy issue #48
Comments
Hi @dsus4wang, Let's examine them one by one.
First of all, your compilation was NOT successful. These are the same errors I showed in #46 (comment) You can confirm a successful build by the last build log messages generated by the main "build.sh" like:
Without a successful build, deployment is meaningless. You need to modify the Ruby header files as follows.
Whenever Xcode is upgraded, these changes are reset. Therefore, we need to modify them again! Good luck. Kazzz-S |
qt5Brew.build.macos-Ventura-release-RsysPnil.log |
OK, I understood. No worry. |
I've built 0.28.5 on my Intel Mac with There were no such warnings in both deployments. And both the "klayout.app" bundles start up normally. It is apparent that the present build system for macOS is not compliant with the latest macOS supporting M1|M2. Would you be willing to take on this problem if possible? Kazzz-S |
Hi, |
Hi Kazzz-S,
I am a M1 Mac user. After I update MacOS from 13.0 to 13.2, there comes a few problems in deploy(build4mac.py -y) procedure and I can not run the newly deployed klayout.app.
(1):
qt5Brew.build.macos-Ventura-release-RsysPnil.log
This is the log file of compiling the program, It seems no error output.
-----(If I excute build4mac.py -q qt5brew -r sys -p nil -Y)-----
(2.1):
deploy_log.log
This is the log file of deploying the .app ,There are so many warnings about install_name_tool.
(2.2):
Then I ran the klayout.app, It crashed immediately, it is an EXC_BAD_ACCESS (SIGKILL (Code Signature Invalid)).Logs are below
crash_log.log
-----(If I excute build4mac.py -q qt5brew -r sys -p nil -y)-----
deploy_ex.log
This is the log file of deploying the .app, There are many warnings about install_name_tool, too.
But after finishing deploying ,I successfully open the klayout app.
I found this link, they discuss may the same problem.
Could you please help me solve this problem? Thanks!
Ethan
The text was updated successfully, but these errors were encountered: