You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm now able to build for real hardware (iPhone) after adding libxml2.tbd and libexpat.tbd. The simulator still fails with the following 4 errors instead of 50+:
ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame
Undefined symbols for architecture x86_64:
"_fdopendir$INODE64", referenced from:
_os_listdir in libpython3.a(posixmodule.o)
_os_scandir in libpython3.a(posixmodule.o)
"_opendir$INODE64", referenced from:
_os_listdir in libpython3.a(posixmodule.o)
_os_scandir in libpython3.a(posixmodule.o)
"_readdir$INODE64", referenced from:
_os_listdir in libpython3.a(posixmodule.o)
_ScandirIterator_iternext in libpython3.a(posixmodule.o)
"_rewinddir$INODE64", referenced from:
_os_listdir in libpython3.a(posixmodule.o)
_ScandirIterator_finalize in libpython3.a(posixmodule.o)
_ScandirIterator_iternext in libpython3.a(posixmodule.o)
_ScandirIterator_exit in libpython3.a(posixmodule.o)
_ScandirIterator_close in libpython3.a(posixmodule.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
If you're having trouble installing or using kivy-ios, maybe you could be interested to installation and requirements.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.
Versions
Describe the bug
The Xcode build fails for both simulator and real iPhone.
To Reproduce
Follow the steps in Create a package for IOS, and try to build the project.
Expected behavior
Expected to build successfully when following the guide.
Logs
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: