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
Python : Python 3.10.11 (v3.10.11:7d4cc5aa85, Apr 4 2023, 19:05:19) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin
MacOS version : 14.4.1 (23E224)
XCode Version : Version 15.3 (15E204a)
Cython version : 0.29.36
Describe the bug
zbarlight build fails
To Reproduce
Clone recent version of kivy-ios from GitHub
Run using: python3 ./kivy-ios/toolchain.py build zbarlight
Expected behavior
// REPLACE ME: A clear and concise description of what you expected to happen.
The build should complete and give us a zbarlight library Logs
[DEBUG ] Linking: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -r -o build/lib.macosx-14.4-arm64-cpython-311/zbarlight/_zbarlight.cpython-311-darwin.so.o -ios_version_min 9.0 -arch arm64 build/temp.macosx-14.4-arm64-cpython-311/src/zbarlight/_zbarlight.o
[DEBUG ] ld: building for iOS, but linking in object file built for iOS Simulator, file 'build/temp.macosx-14.4-arm64-cpython-311/src/zbarlight/_zbarlight.o'
STDOUT:
Biglink will create library "/Users/subhash/Development/personal/ios/Kivy/mappo/ios/build/zbarlight/iphonesimulator-arm64/zbarlight-3.0/zbarlight.a" from dirs:
/Users/subhash/Development/personal/ios/Kivy/mappo/ios/build/zbarlight/iphonesimulator-arm64/zbarlight-3.0/build/lib.macosx-14.4-arm64-cpython-311/zbarlight
Traceback (most recent call last):
File "/Users/subhash/Development/personal/ios/Kivy/mappo/ios/kivy-ios/kivy_ios/tools/biglink", line 77, in <module>
main()
File "/Users/subhash/Development/personal/ios/Kivy/mappo/ios/kivy-ios/kivy_ios/tools/biglink", line 67, in main
assert not lib_names, (
AssertionError: We should have consumed all lib_names but {'_zbarlight'} remains
The text was updated successfully, but these errors were encountered:
Versions
Describe the bug
zbarlight build fails
To Reproduce
Clone recent version of kivy-ios from GitHub
Run using: python3 ./kivy-ios/toolchain.py build zbarlight
Expected behavior
// REPLACE ME: A clear and concise description of what you expected to happen.
The build should complete and give us a zbarlight library
Logs
The text was updated successfully, but these errors were encountered: