Open cederom opened 6 months ago
Hmm this is strange as running that command by hand works fine! o_O
xcodebuild -exportArchive -archivePath "/Users/XXX/.buildozer/ios/platform/kivy-ios/XXX-XXX.intermediates/XXX-XXX.xcarchive" -exportOptionsPlist "/Users/XXX/.buildozer/ios/platform/kivy-ios/XXX-ios/XXX-Info.plist" -exportPath "/Users/XXX/.buildozer/ios/platform/kivy-ios/XXX-XXX.intermediates/XXX-XXX.ipa" CODE_SIGN_IDENTITY="Apple Development: XXX (XXX)" ENABLE_BITCODE=NO
2024-05-28 02:33:23.358 xcodebuild[2322:89250] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path "/var/folders/gh/XXX/T/XXX_2024-05-28_02-33-23.357.xcdistributionlogs".
2024-05-28 02:33:23.952 xcodebuild[2322:89250] [MT] IDEDistribution: Command line name "development" is deprecated. Use "debugging" instead.
Exported XXX to: /Users/XXX/.buildozer/ios/platform/kivy-ios/XXX-XXX.intermediates/XXX-XXX.ipa
** EXPORT SUCCEEDED **
Yeah, I guess it changed. Let's keep the issue open!
Versions
3.11.9
.macOS 14.5, XCode 15.4, iOS 17.5
.1.5.0.
.Description
buildozer ios release
andbuildozer ios debug
fails onCreating IPA
stage.xcodebuild
syntax has changed in XCode 15?app-ios/main.m
:PyEval_InitThreads()
,PySys_SetArgv(argc, python_argv)
.buildozer.spec
Command:
Spec file:
Logs