Skip to content

mdipietro09/mApp_Memorizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kivy App for Memorizing stuff

Setup for iOS deployment

brew install autoconf automake libtool pkg-config
brew link libtool
pip install Cython
pip install kivy-ios

now use toolchain command:

toolchain build kivy (...30 min)
toolchain create mappmemo ~/some/path/directory
open mappmemo-ios/mappmemo.xcodeproj

Xcode opens:

  • change "Display Name"
  • select "Requires full screen"
  • upload and select the App Icons
  • push build button (if fail, retry to push)

If you get pkg error like
    ModuleNotFoundError: No module named 'kivymd'

toolchain build pillow
toolchain pip install kivymd
toolchain update mappmemo-ios/mappmemo.xcodeproj

If when simulator is running don't see icons
    go to: env.../site-packages/kivy_ios/recipes/sdl2_ttf/init.py
    change version to 2.0.15

version = "2.0.15"

    then run

toolchain clean sdl2_ttf
toolchain build sdl2_ttf

About

Mobile App with Python & Kivy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published