Skip to content
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

OSX related issues #1720

Open
butuzov opened this issue Oct 12, 2023 · 0 comments
Open

OSX related issues #1720

butuzov opened this issue Oct 12, 2023 · 0 comments
Assignees

Comments

@butuzov
Copy link

butuzov commented Oct 12, 2023

Some issues i did run into while trying to package macosx app.

Versions

  • Python: 3.11
  • OS: MacOS Ventura (13.6)
  • Buildozer: master

Reproduce

git clone https://github.com/HusamFathi/KivyMD-Dashboard-UI
cd KivyMD-Dashboard-UI
python3 -m venv .venv
. .venv/bin/activate
pip install kivymd
https://github.com/kivy/buildozer
python setup.py build
pip install -e .
buildozer init
buildozer -v  osx release

This PR #1719 aims to fix at least three of build issues:

  • Failed to download first Kivy.dmg (and them osx package itself)
  • Trying to copy one files instead of folder (mac apps are fodlers)
  • adding requirements.txt from osx packager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants