Kivy application deployment using py2app on Mac OS Mojave
问题 I have been trying to distrubute my simple Kivy app on Mac OS and I have been still failing. My environment: macOS Mojave ver. 10.14.6 Python 3.7.3 installed with Homebrew along with pyenv that enables to maintain a couple of python versions Kivy 1.11.1 installed along with bunch of Homebrew libs such as pig-config sdl2 sdl2_image, Gstreamer etc. The application works pretty fine when it is run from the local environment, however I am not able to create a version for distribution. I spent