ios build failing on mac

168 views
Skip to first unread message

Rahul Ghose

unread,
Mar 12, 2016, 9:59:18 AM3/12/16
to Kivy users support
# Command failed: make ios-deploy
#
# Buildozer failed to execute the last command
# The error might be hidden in the log above this error
# Please read the full log, and search for it before
# raising an issue with buildozer itself.
# In case of a bug report, please add a full log with log_level = 2

On doing that ^

Here's the full log:

# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Run 'security find-identity -v -p codesigning'
# Cwd None
  1) *************************** "iPhone Developer: **** (***)"
  2) *************************** "gdb-cert"
     2 valid identities found
# Preparing build
# Check requirements for ios
# Search for Xcode xcodebuild
#  -> found at /usr/bin/xcodebuild
# Search for Xcode xcode-select
#  -> found at /usr/bin/xcode-select
# Search for Git git
#  -> found at /usr/bin/git
# Search for Cython cython
#  -> found at /usr/local/bin/cython
# Search for pkg-config
#  -> found at /usr/local/Cellar/pkg-config/0.28/bin/pkg-config
# Search for autoconf
#  -> found at /usr/local/Cellar/autoconf/2.69/bin/autoconf
# Search for automake
#  -> found at /usr/local/Cellar/automake/1.15/bin/automake
# Search for libtool
#  -> found at /usr/bin/libtool
# Check availability of a iPhone SDK
# Run 'xcodebuild -showsdks | fgrep "iphoneos" |tail -n 1 | awk \'{print $2}\''
# Cwd None
9.1
#  -> found u'9.1\n'
# Check Xcode path
# Run 'xcode-select -print-path'
# Cwd None
/Applications/Xcode.app/Contents/Developer
#  -> found /Applications/Xcode.app/Contents/Developer

# Install platform
# Check application requirements
# Run './toolchain.py recipes --compact'
# Cwd /Users/rahul/PycharmProjects/bangbang/.buildozer/ios/platform/kivy-ios
audiostream ffmpeg ffpyplayer freetype host_setuptools hostlibffi hostpython ios kivy libffi libjpeg moodstocks numpy openssl photolibrary pil pkgresources plyer pycrypto pymoodstocks pyobjus python sdl2 sdl2_image sdl2_mixer sdl2_ttf
# Application requirements already installed, pass
# Check garden requirements
# Compile platform
# Run './toolchain.py recipes --compact'
# Cwd /Users/rahul/PycharmProjects/bangbang/.buildozer/ios/platform/kivy-ios
audiostream ffmpeg ffpyplayer freetype host_setuptools hostlibffi hostpython ios kivy libffi libjpeg moodstocks numpy openssl photolibrary pil pkgresources plyer pycrypto pymoodstocks pyobjus python sdl2 sdl2_image sdl2_mixer sdl2_ttf
# Run './toolchain.py build kivy'
# Cwd /Users/rahul/PycharmProjects/bangbang/.buildozer/ios/platform/kivy-ios
Want to build ['kivy']
Loaded recipe kivy (depends of ['python', 'sdl2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'ios'], optional are [])
Loaded recipe python (depends of ['hostpython', 'libffi'], optional are ['openssl'])
Loaded recipe sdl2 (depends of [], optional are [])
Loaded recipe sdl2_image (depends of ['sdl2'], optional are [])
Loaded recipe sdl2_mixer (depends of ['sdl2'], optional are [])
Loaded recipe sdl2_ttf (depends of ['sdl2', 'freetype'], optional are [])
Loaded recipe ios (depends of ['python'], optional are [])
Loaded recipe hostpython (depends of ['hostlibffi'], optional are [])
Loaded recipe libffi (depends of [], optional are [])
Loaded recipe freetype (depends of [], optional are [])
Loaded recipe hostlibffi (depends of [], optional are [])
Build order is ['freetype', 'hostlibffi', 'libffi', 'sdl2', 'hostpython', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'python', 'ios', 'kivy']
Include dir added: {arch.arch}/freetype
Include dir added: {arch.arch}/hostlibffi
Include dir added: {arch.arch}/libffi
Include dir added: common/sdl2
Global: hostpython located at /Users/rahul/PycharmProjects/bangbang/.buildozer/ios/platform/kivy-ios/dist/hostpython/bin/python
Global: hostpgen located at /Users/rahul/PycharmProjects/bangbang/.buildozer/ios/platform/kivy-ios/dist/hostpython/bin/pgen
Include dir added: common/sdl2_image
Include dir added: common/sdl2_mixer
Include dir added: common/sdl2_ttf
# (ignored) Download freetype
# (ignored) Extract freetype
# (ignored) Build_all freetype
# (ignored) Download hostlibffi
# (ignored) Extract hostlibffi
Build hostlibffi for x86_64 (filtered)
# (ignored) Build hostlibffi
# (ignored) Download libffi
# (ignored) Extract libffi
# (ignored) Build_all libffi
# (ignored) Download sdl2
# (ignored) Extract sdl2
# (ignored) Build_all sdl2
# (ignored) Download hostpython
# (ignored) Extract hostpython
# (ignored) Build_all hostpython
# (ignored) Download sdl2_image
# (ignored) Extract sdl2_image
# (ignored) Build_all sdl2_image
# (ignored) Download sdl2_mixer
# (ignored) Extract sdl2_mixer
# (ignored) Build_all sdl2_mixer
# (ignored) Download sdl2_ttf
# (ignored) Extract sdl2_ttf
# (ignored) Build_all sdl2_ttf
# (ignored) Download python
# (ignored) Extract python
# (ignored) Build_all python
# (ignored) Download ios
# (ignored) Extract ios
# (ignored) Build_all ios
# (ignored) Download kivy
# (ignored) Extract kivy
# (ignored) Build_all kivy
# Run 'make ios-deploy'
# Cwd /Users/rahul/PycharmProjects/bangbang/.buildozer/ios/platform/ios-deploy
make: *** No rule to make target `ios-deploy'.  Stop.

Rahul Ghose

unread,
Mar 12, 2016, 10:13:20 AM3/12/16
to Kivy users support
Any idea why this fails?
Message has been deleted

Andre Victor

unread,
May 16, 2016, 1:09:58 PM5/16/16
to Kivy users support
Having same problem my other apps work but now I have to use pyobjus and I get the same error.

Kived Devik

unread,
May 18, 2016, 4:18:26 PM5/18/16
to Kivy users support
Please update to the latest release of buildozer, as this issue was fixed long ago. You may need to clean your build to pick up the changes after updating buildozer.

On Mon, May 16, 2016 at 10:10 AM Andre Victor <andre...@gmail.com> wrote:
Having same problem my other apps work but now I have to use pyobjus and I get the same error.

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Michael Vincent

unread,
May 22, 2016, 7:04:28 PM5/22/16
to Kivy users support
Hi Rahul,

Have you fixed this issue? And if so, are you able to upload your app to the App Store on iTunes Connect using Xcode 7.3.1?
Reply all
Reply to author
Forward
0 new messages