-
Notifications
You must be signed in to change notification settings - Fork 625
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
"Compose Multiplatform Desktop Application" can not create DMG image anymore with sqlite added #992
Comments
From what you provide it's not very clear what the problem is, you need to investigate more i think. |
how do you compile the native lib? what are the compile instruction and the exact OS used? |
You can check the |
but where do you create the release package? via github CI? i dont see any macos github workflow in the repo. |
Everything is built using Docker images |
how are you building macos native libraries with docker images? |
Cross compiling
You can check the build native workflow |
|
just added the logs because without signing in to github one can't read them sadly. |
Describe the bug
i am building a https://github.com/JetBrains/compose-multiplatform-desktop-template/ app
with sqlite-jdbc added as gradle dependency
it compiles and runs, but it does not produce an dmg image after adding sqlite.
it does before adding it. no signature and no apple developer account needed to generate the dmg before.
To Reproduce
https://github.com/zoff99/trifa_material/blob/aed9e9f1a21fe2818876ae83a3a3545ee7ca63cf/.github/workflows/nightly.yml#L152
Expected behavior
create a dmg file
Logs
https://github.com/zoff99/trifa_material/actions/runs/6516764610/job/17700626004#step:7:108
Environment (please complete the following information):
may be related to: #970 but not the same
The text was updated successfully, but these errors were encountered: