kivy / kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS
https://kivy.org/docs/guide/packaging-ios.html
MIT License
759 stars 238 forks source link

Error while building kivy an python3 / missing extension point in xcodebuild #709

Closed T1ct4c closed 2 years ago

T1ct4c commented 2 years ago

Describe the bug I tried to build kivy and python3 like in your manual.

To Reproduce toolchain build python3 kivy

Logs

File "/Users/Nils/venv/lib/python3.8/site-packages/sh.py", line 905, in handle_command_exit_code raise exc sh.ErrorReturnCode_65:

RAN: /usr/bin/xcodebuild IDEBuildOperationMaxNumberOfConcurrentCompileTasks=8 ONLY_ACTIVE_ARCH=NO ARCHS=x86_64 BITCODE_GENERATION_MODE=bitcode -sdk iphonesimulator -project libffi.xcodeproj -target libffi-iOS -configuration Release

STDOUT: 2022-05-24 19:38:54.699 xcodebuild[98036:428979] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore 2022-05-24 19:38:54.700 xcodebuild[98036:428979] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore Command line invocation: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild IDEBuildOperationMaxNumberOfConcurrentCompileTasks=8 ONLY_ACTIVE_ARCH=NO ARCHS=x86_64 BITCODE_GENERATION_M... (33116 more, please see e.stdout)

STDERR:

Can someone please help?

Nils

misl6 commented 2 years ago

Hi @T1ct4c ,

That seems a duplicated of https://github.com/kivy/kivy-ios/issues/692 and https://github.com/kivy/kivy-ios/issues/704.

I'm closing this issue, but feel free to ping me on Discord, if you need some help :)