upload_to_testflight crashes M1 Mac
New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the Contribution Guidelines
- [x] I read docs.fastlane.tools
- [x] I searched for existing GitHub issues
Issue Description
I am using this Fastlane script to upload an alpha version of my app to test flight. Problem is that from time to time the script is crashing my M1 Macbook very badly. This happens after:
Ready to upload new build to TestFlight (App: 938379154)... Going to upload updated app to App Store Connect This might take a few minutes. Please don't interrupt the script.
After being stuck in this phase for a few minutes the machine would crash unexpectedly and restart. Sometime it freezes altogether sometimes not.
Command executed
upload_symbols_to_crashlytics
upload_to_testflight(
username: "apple_account_placeholder",
changelog: notes,
skip_waiting_for_build_processing: true
)
This is the last part of the script, before this a few other commands like set_github_release and build_app are running successfully. I pasted only the part where the freeze happens. Sometimes the file where the changelogs are is empty ( not sure if it makes a difference or not but still).
[12:31:24]: ▸ Touching FirebaseMessaging.framework (in target 'FirebaseMessaging' from project 'Pods')
[12:31:24]: ▸ Touching CryptoSwift.framework (in target 'CryptoSwift' from project 'Pods')
[12:31:24]: ▸ Processing Pods-App-Info.plist
[12:31:24]: ▸ Copying Pods-App-umbrella.h
[12:31:24]: ▸ Compiling Pods-App-dummy.m
[12:31:24]: ▸ Compiling Pods_App_vers.c
[12:31:24]: ▸ Touching Pods_App.framework (in target 'Pods-App' from project 'Pods')
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppKit.build/Release-watchos/AppKit\ watchOS.build/Objects-normal/arm64_32/AppKit.swiftmodule
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppKit.build/Release-watchos/AppKit\ watchOS.build/Objects-normal/arm64_32/AppKit.swiftdoc
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppKit.build/Release-watchos/AppKit\ watchOS.build/Objects-normal/arm64_32/AppKit.swiftdoc
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppKit.build/Release-watchos/AppKit\ watchOS.build/Objects-normal/arm64_32/AppKit.swiftmodule
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppKit.build/Release-watchos/AppKit\ watchOS.build/Objects-normal/armv7k/AppKit.swiftmodule
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppKit.build/Release-watchos/AppKit\ watchOS.build/Objects-normal/armv7k/AppKit.swiftmodule
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppKit.build/Release-watchos/AppKit\ watchOS.build/Objects-normal/armv7k/AppKit.swiftdoc
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppKit.build/Release-watchos/AppKit\ watchOS.build/Objects-normal/armv7k/AppKit.swiftmodule
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppKit.build/Release-watchos/AppKit\ watchOS.build/Objects-normal/armv7k/AppKit.swiftdoc
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppKit.build/Release-watchos/AppKit\ watchOS.build/Objects-normal/armv7k/AppKit.swiftdoc
[12:31:24]: ▸ Compiling AppKit_vers.c
[12:31:24]: ▸ Compiling AppKit_vers.c
[12:31:24]: ▸ Linking AppKit
[12:31:24]: ▸ Linking AppKit
[12:31:24]: ▸ Copying Localizable.strings
[12:31:24]: ▸ Copying Localizable.strings
[12:31:24]: ▸ Copying Localizable.strings
[12:31:24]: ▸ Copying Localizable.strings
[12:31:24]: ▸ Copying Localizable.strings
[12:31:24]: ▸ Copying Localizable.strings
[12:31:24]: ▸ Generating 'AppKit.framework.dSYM'
[12:31:24]: ▸ Copying Localizable.strings
[12:31:24]: ▸ Copying Localizable.strings
[12:31:24]: ▸ Copying Info-watchOS.plist
[12:31:24]: ▸ Touching AppKit.framework (in target 'AppKit watchOS' from project 'AppKit')
[12:31:24]: ▸ Processing Info-watchOS.plist
[12:31:24]: ▸ Copying AppRunKit.h
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppRunKit.build/Release-watchos/AppRunKit\ watchOS.build/Objects-normal/arm64_32/AppRunKit.swiftmodule
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppRunKit.build/Release-watchos/AppRunKit\ watchOS.build/Objects-normal/arm64_32/AppRunKit.swiftdoc
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppRunKit.build/Release-watchos/AppRunKit\ watchOS.build/Objects-normal/arm64_32/AppRunKit.swiftdoc
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppRunKit.build/Release-watchos/AppRunKit\ watchOS.build/Objects-normal/arm64_32/AppRunKit.swiftmodule
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppRunKit.build/Release-watchos/AppRunKit\ watchOS.build/Objects-normal/armv7k/AppRunKit.swiftdoc
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppRunKit.build/Release-watchos/AppRunKit\ watchOS.build/Objects-normal/armv7k/AppRunKit.swiftdoc
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppRunKit.build/Release-watchos/AppRunKit\ watchOS.build/Objects-normal/armv7k/AppRunKit.swiftmodule
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppRunKit.build/Release-watchos/AppRunKit\ watchOS.build/Objects-normal/armv7k/AppRunKit.swiftdoc
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppRunKit.build/Release-watchos/AppRunKit\ watchOS.build/Objects-normal/armv7k/AppRunKit.swiftmodule
[12:31:24]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppRunKit.build/Release-watchos/AppRunKit\ watchOS.build/Objects-normal/armv7k/AppRunKit.swiftmodule
[12:31:24]: ▸ Compiling AppRunKit_vers.c
[12:31:24]: ▸ Compiling AppRunKit_vers.c
[12:31:24]: ▸ Linking AppRunKit
[12:31:24]: ▸ Linking AppRunKit
[12:31:24]: ▸ Copying Info-watchOS.plist
[12:31:24]: ▸ Generating 'AppRunKit.framework.dSYM'
[12:31:24]: ▸ Touching AppRunKit.framework (in target 'AppRunKit watchOS' from project 'AppRunKit')
[12:31:24]: ▸ Running script '[CP] Check Pods Manifest.lock'
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppKit.build/Release-iphoneos/AppKit\ iOS.build/Objects-normal/arm64/AppKit-Swift.h
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppKit.build/Release-iphoneos/AppKit\ iOS.build/Objects-normal/arm64/AppKit.swiftdoc
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppKit.build/Release-iphoneos/AppKit\ iOS.build/Objects-normal/arm64/AppKit.swiftmodule
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppKit.build/Release-iphoneos/AppKit\ iOS.build/Objects-normal/arm64/AppKit.swiftmodule
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppKit.build/Release-iphoneos/AppKit\ iOS.build/Objects-normal/arm64/AppKit.swiftdoc
[12:31:38]: ▸ Compiling AppKit_vers.c
[12:31:38]: ▸ Linking AppKit
[12:31:38]: ▸ Generating 'AppKit.framework.dSYM'
[12:31:38]: ▸ Copying Localizable.strings
[12:31:38]: ▸ Copying Localizable.strings
[12:31:38]: ▸ Copying Localizable.strings
[12:31:38]: ▸ Copying Localizable.strings
[12:31:38]: ▸ Copying Localizable.strings
[12:31:38]: ▸ Copying Localizable.strings
[12:31:38]: ▸ Copying Localizable.strings
[12:31:38]: ▸ Copying Localizable.strings
[12:31:38]: ▸ Copying Info-iOS.plist
[12:31:38]: ▸ Touching AppKit.framework (in target 'AppKit iOS' from project 'AppKit')
[12:31:38]: ▸ Copying AppRunKit.h
[12:31:38]: ▸ Processing Info-iOS.plist
[12:31:38]: ▸ Processing Info.plist
[12:31:38]: ▸ Processing Info.plist
[12:31:38]: ▸ Running script '[CP] Check Pods Manifest.lock'
[12:31:38]: ▸ Running script '[CP] Check Pods Manifest.lock'
[12:31:38]: ▸ Running script '[CP] Check Pods Manifest.lock'
[12:31:38]: ▸ Compiling NotificationService.swift
[12:31:38]: ▸ Running script 'ShellScript'
[12:31:38]: ▸ Linking AppNotificationExtension
[12:31:38]: ▸ ⚠️ ld: linking against a dylib which is not safe for use in application extensions: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/BuildProductsPath/Release-iphoneos/AppKit.framework/AppKit
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/AppNotificationExtension.build/Objects-normal/arm64/AppNotificationExtension.swiftmodule
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/AppNotificationExtension.build/Objects-normal/arm64/AppNotificationExtension.swiftmodule
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/AppNotificationExtension.build/Objects-normal/arm64/AppNotificationExtension.swiftdoc
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/AppNotificationExtension.build/Objects-normal/arm64/AppNotificationExtension.swiftdoc
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/AppNotificationExtension.build/Objects-normal/arm64/AppNotificationExtension-Swift.h
[12:31:38]: ▸ Generating 'AppNotificationExtension.appex.dSYM'
[12:31:38]: ▸ Touching AppNotificationExtension.appex (in target 'AppNotificationExtension' from project 'App')
[12:31:38]: ▸ Linking AppIntentHandler
[12:31:38]: ▸ ⚠️ ld: linking against a dylib which is not safe for use in application extensions: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/BuildProductsPath/Release-iphoneos/AppKit.framework/AppKit
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/AppIntentHandler.build/Objects-normal/arm64/AppIntentHandler.swiftdoc
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/AppIntentHandler.build/Objects-normal/arm64/AppIntentHandler.swiftmodule
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/AppIntentHandler.build/Objects-normal/arm64/AppIntentHandler.swiftmodule
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/AppIntentHandler.build/Objects-normal/arm64/AppIntentHandler.swiftdoc
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/AppIntentHandler.build/Objects-normal/arm64/AppIntentHandler-Swift.h
[12:31:38]: ▸ Generating 'AppIntentHandler.appex.dSYM'
[12:31:38]: ▸ Touching AppIntentHandler.appex (in target 'AppIntentHandler' from project 'App')
[12:31:38]: ▸ Linking AppWidgetExtension
[12:31:38]: ▸ ⚠️ ld: linking against a dylib which is not safe for use in application extensions: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/BuildProductsPath/Release-iphoneos/AppKit.framework/AppKit
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/AppWidgetExtension.build/Objects-normal/arm64/AppWidgetExtension.swiftdoc
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/AppWidgetExtension.build/Objects-normal/arm64/AppWidgetExtension.swiftmodule
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/AppWidgetExtension.build/Objects-normal/arm64/AppWidgetExtension.swiftdoc
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/AppWidgetExtension.build/Objects-normal/arm64/AppWidgetExtension.swiftmodule
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/AppWidgetExtension.build/Objects-normal/arm64/AppWidgetExtension-Swift.h
[12:31:38]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Thin.otf
[12:31:38]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ SemiBold.otf
[12:31:38]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Medium.otf
[12:31:38]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Light.otf
[12:31:38]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Regular.otf
[12:31:38]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Bold.otf
[12:31:38]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ ExtraBold.otf
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppRunKit.build/Release-iphoneos/AppRunKit\ iOS.build/Objects-normal/arm64/AppRunKit-Swift.h
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppRunKit.build/Release-iphoneos/AppRunKit\ iOS.build/Objects-normal/arm64/AppRunKit.swiftdoc
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppRunKit.build/Release-iphoneos/AppRunKit\ iOS.build/Objects-normal/arm64/AppRunKit.swiftmodule
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppRunKit.build/Release-iphoneos/AppRunKit\ iOS.build/Objects-normal/arm64/AppRunKit.swiftdoc
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/AppRunKit.build/Release-iphoneos/AppRunKit\ iOS.build/Objects-normal/arm64/AppRunKit.swiftmodule
[12:31:38]: ▸ Compiling AppRunKit_vers.c
[12:31:38]: ▸ Linking AppRunKit
[12:31:38]: ▸ Copying Info-iOS.plist
[12:31:38]: ▸ Generating 'AppRunKit.framework.dSYM'
[12:31:38]: ▸ Touching AppRunKit.framework (in target 'AppRunKit iOS' from project 'AppRunKit')
[12:31:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-watchos/AppWatch\ Extension.build/Objects-normal/arm64_32/AppWatch_Extension.swiftmodule
[12:31:38]: ▸ Linking AppWatch
[12:31:39]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-watchos/AppWatch\ Extension.build/Objects-normal/arm64_32/AppWatch_Extension.swiftdoc
[12:31:39]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-watchos/AppWatch\ Extension.build/Objects-normal/arm64_32/AppWatch_Extension.swiftdoc
[12:31:39]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-watchos/AppWatch\ Extension.build/Objects-normal/arm64_32/AppWatch_Extension.swiftmodule
[12:31:39]: ▸ Processing Info.plist
[12:31:39]: ▸ Generating 'AppWidgetExtension.appex.dSYM'
[12:31:39]: ▸ Touching AppWidgetExtension.appex (in target 'AppWidgetExtension' from project 'App')
[12:31:39]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-watchos/AppWatch\ Extension.build/Objects-normal/armv7k/AppWatch_Extension.swiftmodule
[12:31:39]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-watchos/AppWatch\ Extension.build/Objects-normal/armv7k/AppWatch_Extension.swiftmodule
[12:31:39]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-watchos/AppWatch\ Extension.build/Objects-normal/armv7k/AppWatch_Extension.swiftmodule
[12:31:39]: ▸ Linking AppWatch
[12:31:39]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-watchos/AppWatch\ Extension.build/Objects-normal/armv7k/AppWatch_Extension.swiftdoc
[12:31:39]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-watchos/AppWatch\ Extension.build/Objects-normal/armv7k/AppWatch_Extension.swiftdoc
[12:31:39]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-watchos/AppWatch\ Extension.build/Objects-normal/armv7k/AppWatch_Extension.swiftdoc
[12:31:39]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Thin.otf
[12:31:39]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ SemiBold.otf
[12:31:39]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Regular.otf
[12:31:39]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ ExtraBold.otf
[12:31:39]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Bold.otf
[12:31:39]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Medium.otf
[12:31:39]: ▸ Copying ckcomplication.strings
[12:31:40]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Light.otf
[12:31:42]: ▸ Copying GoogleService-Info.plist
[12:31:42]: ▸ Processing Info.plist
[12:31:42]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/BuildProductsPath/Release-watchos/AppRunKit.framework
[12:31:42]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/BuildProductsPath/Release-watchos/AppKit.framework
[12:31:42]: ▸ Generating 'AppWatch\ Extension.appex.dSYM'
[12:31:42]: ▸ Running script '[CP] Embed Pods Frameworks'
[12:31:43]: ▸ Touching AppWatch\ Extension.appex (in target 'AppWatch Extension' from project 'App')
[12:31:43]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Thin.otf
[12:31:43]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Regular.otf
[12:31:43]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Medium.otf
[12:31:43]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ SemiBold.otf
[12:31:43]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Light.otf
[12:31:43]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ ExtraBold.otf
[12:31:43]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Bold.otf
[12:31:43]: ▸ Compiling Tutorial.storyboard
[12:31:43]: ▸ Compiling Interface.storyboard
[12:31:45]: ▸ Processing Info.plist
[12:31:45]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/BuildProductsPath/Release-watchos/AppWatch\ Extension.appex
[12:31:46]: ▸ Touching AppWatch.app (in target 'AppWatch' from project 'App')
[12:31:46]: ▸ Skipping duplicate build file in Compile Sources build phase: /Users/vladiacob/Documents/App/AppApp/App/TrainingPlanBuilderViewController.swift (in target 'App' from project 'App')
[12:31:46]: ▸ Running script '[CP] Check Pods Manifest.lock'
[12:32:24]: ▸ Linking App
[12:32:24]: ▸ ⚠️ ld: directory not found for option '-F/Users/vladiacob/Documents/App/AppApp/build/Debug-iphoneos/Pods'
[12:32:24]: ▸ ⚠️ ld: directory not found for option '-F/Users/vladiacob/Documents/App/AppApp/build/Debug-iphoneos'
[12:32:32]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/App.build/Objects-normal/arm64/App.swiftmodule
[12:32:32]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/App.build/Objects-normal/arm64/App-Swift.h
[12:32:32]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/App.build/Objects-normal/arm64/App.swiftmodule
[12:32:32]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/App.build/Objects-normal/arm64/App.swiftdoc
[12:32:32]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/App.build/Release-iphoneos/App.build/Objects-normal/arm64/App.swiftdoc
[12:32:32]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/tp-background.jpg
[12:32:32]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/tp-background-5.jpg
[12:32:32]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/tp-background-1.jpg
[12:32:32]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/tp-background-4.jpg
[12:32:32]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/tp-background-2.jpg
[12:32:32]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/tp-background-3.jpg
[12:32:32]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/timezones.csv
[12:32:32]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/mocked_phase.json
[12:32:32]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/mocked_collections.json
[12:32:32]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/gallery.ckcomplication
[12:32:32]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Thin.otf
[12:32:32]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ SemiBold.otf
[12:32:32]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Regular.otf
[12:32:32]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Medium.otf
[12:32:32]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Light.otf
[12:32:32]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ ExtraBold.otf
[12:32:32]: ▸ Copying /Users/vladiacob/Documents/App/AppApp/App/Trim\ Bold.otf
[12:32:32]: ▸ Copying Trim.plist
[12:32:32]: ▸ Copying GoogleService-Info.plist
[12:32:32]: ▸ Compiling Launch\ Screen.storyboard
[12:32:32]: ▸ Compiling Main.storyboard
[12:32:37]: ▸ Processing Info.plist
[12:32:37]: ▸ Running script 'ShellScript'
[12:32:38]: ▸ Generating 'App.app.dSYM'
[12:32:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/BuildProductsPath/Release-iphoneos/AppRunKit.framework
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AppRunKit.framework/AppRunKit (in target 'App' from project 'App')
[12:32:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/BuildProductsPath/Release-iphoneos/AppKit.framework
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AppKit.framework/AppKit (in target 'App' from project 'App')
[12:32:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/BuildProductsPath/Release-watchos/AppWatch.app
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/watchos/AppWatch.app/AppWatch (in target 'App' from project 'App')
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/watchos/AppWatch.app/PlugIns/AppWatch Extension.appex/AppWatch Extension (in target 'App' from project 'App')
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/watchos/AppWatch.app/PlugIns/AppWatch Extension.appex/Frameworks/GoogleDataTransport.framework/GoogleDataTransport (in target 'App' from project 'App')
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/watchos/AppWatch.app/PlugIns/AppWatch Extension.appex/Frameworks/FirebaseCrashlytics.framework/FirebaseCrashlytics (in target 'App' from project 'App')
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/watchos/AppWatch.app/PlugIns/AppWatch Extension.appex/Frameworks/FBLPromises.framework/FBLPromises (in target 'App' from project 'App')
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/watchos/AppWatch.app/PlugIns/AppWatch Extension.appex/Frameworks/FirebaseCore.framework/FirebaseCore (in target 'App' from project 'App')
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/watchos/AppWatch.app/PlugIns/AppWatch Extension.appex/Frameworks/GoogleUtilities.framework/GoogleUtilities (in target 'App' from project 'App')
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/watchos/AppWatch.app/PlugIns/AppWatch Extension.appex/Frameworks/AppRunKit.framework/AppRunKit (in target 'App' from project 'App')
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/watchos/AppWatch.app/PlugIns/AppWatch Extension.appex/Frameworks/AppKit.framework/AppKit (in target 'App' from project 'App')
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/watchos/AppWatch.app/PlugIns/AppWatch Extension.appex/Frameworks/nanopb.framework/nanopb (in target 'App' from project 'App')
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/watchos/AppWatch.app/PlugIns/AppWatch Extension.appex/Frameworks/FirebaseInstallations.framework/FirebaseInstallations (in target 'App' from project 'App')
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/watchos/AppWatch.app/PlugIns/AppWatch Extension.appex/Frameworks/Alamofire.framework/Alamofire (in target 'App' from project 'App')
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/watchos/AppWatch.app/PlugIns/AppWatch Extension.appex/Frameworks/FirebaseCoreDiagnostics.framework/FirebaseCoreDiagnostics (in target 'App' from project 'App')
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/watchos/AppWatch.app/_WatchKitStub/WK (in target 'App' from project 'App')
[12:32:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/BuildProductsPath/Release-iphoneos/AppWidgetExtension.appex
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AppWidgetExtension.appex/AppWidgetExtension (in target 'App' from project 'App')
[12:32:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/BuildProductsPath/Release-iphoneos/AppNotificationExtension.appex
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AppNotificationExtension.appex/AppNotificationExtension (in target 'App' from project 'App')
[12:32:38]: ▸ Copying /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/BuildProductsPath/Release-iphoneos/AppIntentHandler.appex
[12:32:38]: ▸ skipping copy phase strip, binary is code signed: /Users/vladiacob/Library/Developer/Xcode/DerivedData/App-eajshijcnonjrkfpfdsrtnyzkmhb/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AppIntentHandler.appex/AppIntentHandler (in target 'App' from project 'App')
[12:32:38]: ▸ Running script 'Run Script'
[12:32:38]: ▸ Running script '[CP] Embed Pods Frameworks'
[12:32:43]: ▸ Touching App.app (in target 'App' from project 'App')
[12:32:44]: ▸ Archive Succeeded
[12:32:44]: Generated plist file with the following values:
[12:32:44]: ▸ -----------------------------------------
[12:32:44]: ▸ {
[12:32:44]: ▸ "method": "app-store"
[12:32:44]: ▸ }
[12:32:44]: ▸ -----------------------------------------
[12:32:44]: $ /usr/bin/xcrun /Library/Ruby/Gems/2.6.0/gems/fastlane-2.199.0/gym/lib/assets/wrap_xcodebuild/xcbuild-safe.sh -exportArchive -exportOptionsPlist '/var/folders/xg/568pfq5x6zj47kb5bccsrkhm0000gn/T/gym_config20220111-1330-2hjlnx.plist' -archivePath /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive -exportPath '/var/folders/xg/568pfq5x6zj47kb5bccsrkhm0000gn/T/gym_output20220111-1330-vkia31' -allowProvisioningUpdates
[12:33:03]: Mapping dSYM(s) using generated BCSymbolMaps
[12:33:04]: $ dsymutil --symbol-map /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/BCSymbolMaps/B77C4962-71DE-3E6E-B24D-DA723DE422A7.bcsymbolmap /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/dSYMs/AppNotificationExtension.appex.dSYM
[12:33:04]: $ dsymutil --symbol-map /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/BCSymbolMaps/CD879141-CE50-3F1A-9609-2B83EF1B6DB7.bcsymbolmap /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/dSYMs/AppWidgetExtension.appex.dSYM
[12:33:04]: $ dsymutil --symbol-map /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/BCSymbolMaps/4785FA07-3712-3A85-9024-341E0B45AB25.bcsymbolmap /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/dSYMs/App.app.dSYM
[12:33:04]: $ dsymutil --symbol-map /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/BCSymbolMaps/E7C481AA-777F-37C0-A75E-3BA444012BDE.bcsymbolmap /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/dSYMs/AppIntentHandler.appex.dSYM
[12:33:04]: $ dsymutil --symbol-map /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/BCSymbolMaps/9D5F3850-F991-3609-B457-B098FAA8BF01.bcsymbolmap /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/dSYMs/AppWatch\ Extension.appex.dSYM
[12:33:05]: $ dsymutil --symbol-map /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/BCSymbolMaps/6F47C219-3C1C-3C89-AD74-F3946C51D73A.bcsymbolmap /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/dSYMs/AppWatch\ Extension.appex.dSYM
[12:33:05]: $ dsymutil --symbol-map /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/BCSymbolMaps/C09D2A81-4476-35A5-A504-A2A71EE7D580.bcsymbolmap /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/dSYMs/AppKit.framework.dSYM
[12:33:05]: $ dsymutil --symbol-map /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/BCSymbolMaps/4F648BF5-3987-38B9-B0C2-70AE6205BFBC.bcsymbolmap /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/dSYMs/AppKit.framework.dSYM
[12:33:05]: $ dsymutil --symbol-map /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/BCSymbolMaps/537B5953-5526-3C03-97E6-449D7D14DA66.bcsymbolmap /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/dSYMs/AppKit.framework\ 1.dSYM
[12:33:05]: $ dsymutil --symbol-map /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/BCSymbolMaps/FE4D3518-4EF5-32D3-862C-774ADE141ADF.bcsymbolmap /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/dSYMs/AppRunKit.framework.dSYM
[12:33:05]: $ dsymutil --symbol-map /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/BCSymbolMaps/1032C348-0C6C-3DBD-A15F-270BE54E3056.bcsymbolmap /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/dSYMs/AppRunKit.framework.dSYM
[12:33:05]: $ dsymutil --symbol-map /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/BCSymbolMaps/22D4B7AC-46BB-3BC5-B415-ECB6EB30967C.bcsymbolmap /Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App\ 2022-01-11\ 12.30.25.xcarchive/dSYMs/AppRunKit.framework\ 1.dSYM
[12:33:05]: Compressing 9 dSYM(s)
[12:33:05]: $ cd '/Users/vladiacob/Library/Developer/Xcode/Archives/2022-01-11/App 2022-01-11 12.30.25.xcarchive/dSYMs' && zip -r '/Users/vladiacob/Documents/App/AppApp/App.app.dSYM.zip' *.dSYM
[12:33:07]: ▸ updating: App.app.dSYM/ (stored 0%)
[12:33:07]: ▸ updating: App.app.dSYM/Contents/ (stored 0%)
[12:33:07]: ▸ updating: App.app.dSYM/Contents/Resources/ (stored 0%)
[12:33:07]: ▸ updating: App.app.dSYM/Contents/Resources/DWARF/ (stored 0%)
[12:33:07]: ▸ updating: App.app.dSYM/Contents/Resources/DWARF/App (deflated 76%)
[12:33:07]: ▸ updating: App.app.dSYM/Contents/Info.plist (deflated 52%)
[12:33:07]: ▸ updating: AppIntentHandler.appex.dSYM/ (stored 0%)
[12:33:07]: ▸ updating: AppIntentHandler.appex.dSYM/Contents/ (stored 0%)
[12:33:07]: ▸ updating: AppIntentHandler.appex.dSYM/Contents/Resources/ (stored 0%)
[12:33:07]: ▸ updating: AppIntentHandler.appex.dSYM/Contents/Resources/DWARF/ (stored 0%)
[12:33:07]: ▸ updating: AppIntentHandler.appex.dSYM/Contents/Resources/DWARF/AppIntentHandler (deflated 63%)
[12:33:07]: ▸ updating: AppIntentHandler.appex.dSYM/Contents/Info.plist (deflated 51%)
[12:33:07]: ▸ updating: AppKit.framework 1.dSYM/ (stored 0%)
[12:33:07]: ▸ updating: AppKit.framework 1.dSYM/Contents/ (stored 0%)
[12:33:07]: ▸ updating: AppKit.framework 1.dSYM/Contents/Resources/ (stored 0%)
[12:33:07]: ▸ updating: AppKit.framework 1.dSYM/Contents/Resources/DWARF/ (stored 0%)
[12:33:07]: ▸ updating: AppKit.framework 1.dSYM/Contents/Resources/DWARF/AppKit (deflated 74%)
[12:33:07]: ▸ updating: AppKit.framework 1.dSYM/Contents/Info.plist (deflated 52%)
[12:33:07]: ▸ updating: AppKit.framework.dSYM/ (stored 0%)
[12:33:07]: ▸ updating: AppKit.framework.dSYM/Contents/ (stored 0%)
[12:33:07]: ▸ updating: AppKit.framework.dSYM/Contents/Resources/ (stored 0%)
[12:33:07]: ▸ updating: AppKit.framework.dSYM/Contents/Resources/DWARF/ (stored 0%)
[12:33:07]: ▸ updating: AppKit.framework.dSYM/Contents/Resources/DWARF/AppKit (deflated 71%)
[12:33:07]: ▸ updating: AppKit.framework.dSYM/Contents/Info.plist (deflated 52%)
[12:33:07]: ▸ updating: AppNotificationExtension.appex.dSYM/ (stored 0%)
[12:33:07]: ▸ updating: AppNotificationExtension.appex.dSYM/Contents/ (stored 0%)
[12:33:07]: ▸ updating: AppNotificationExtension.appex.dSYM/Contents/Resources/ (stored 0%)
[12:33:07]: ▸ updating: AppNotificationExtension.appex.dSYM/Contents/Resources/DWARF/ (stored 0%)
[12:33:07]: ▸ updating: AppNotificationExtension.appex.dSYM/Contents/Resources/DWARF/AppNotificationExtension (deflated 61%)
[12:33:07]: ▸ updating: AppNotificationExtension.appex.dSYM/Contents/Info.plist (deflated 51%)
[12:33:07]: ▸ updating: AppRunKit.framework 1.dSYM/ (stored 0%)
[12:33:07]: ▸ updating: AppRunKit.framework 1.dSYM/Contents/ (stored 0%)
[12:33:07]: ▸ updating: AppRunKit.framework 1.dSYM/Contents/Resources/ (stored 0%)
[12:33:07]: ▸ updating: AppRunKit.framework 1.dSYM/Contents/Resources/DWARF/ (stored 0%)
[12:33:07]: ▸ updating: AppRunKit.framework 1.dSYM/Contents/Resources/DWARF/AppRunKit (deflated 67%)
[12:33:07]: ▸ updating: AppRunKit.framework 1.dSYM/Contents/Info.plist (deflated 52%)
[12:33:07]: ▸ updating: AppRunKit.framework.dSYM/ (stored 0%)
[12:33:07]: ▸ updating: AppRunKit.framework.dSYM/Contents/ (stored 0%)
[12:33:07]: ▸ updating: AppRunKit.framework.dSYM/Contents/Resources/ (stored 0%)
[12:33:07]: ▸ updating: AppRunKit.framework.dSYM/Contents/Resources/DWARF/ (stored 0%)
[12:33:07]: ▸ updating: AppRunKit.framework.dSYM/Contents/Resources/DWARF/AppRunKit (deflated 67%)
[12:33:07]: ▸ updating: AppRunKit.framework.dSYM/Contents/Info.plist (deflated 52%)
[12:33:07]: ▸ updating: AppWatch Extension.appex.dSYM/ (stored 0%)
[12:33:07]: ▸ updating: AppWatch Extension.appex.dSYM/Contents/ (stored 0%)
[12:33:07]: ▸ updating: AppWatch Extension.appex.dSYM/Contents/Resources/ (stored 0%)
[12:33:07]: ▸ updating: AppWatch Extension.appex.dSYM/Contents/Resources/DWARF/ (stored 0%)
[12:33:07]: ▸ updating: AppWatch Extension.appex.dSYM/Contents/Resources/DWARF/AppWatch Extension (deflated 73%)
[12:33:07]: ▸ updating: AppWatch Extension.appex.dSYM/Contents/Info.plist (deflated 52%)
[12:33:07]: ▸ updating: AppWidgetExtension.appex.dSYM/ (stored 0%)
[12:33:07]: ▸ updating: AppWidgetExtension.appex.dSYM/Contents/ (stored 0%)
[12:33:07]: ▸ updating: AppWidgetExtension.appex.dSYM/Contents/Resources/ (stored 0%)
[12:33:07]: ▸ updating: AppWidgetExtension.appex.dSYM/Contents/Resources/DWARF/ (stored 0%)
[12:33:07]: ▸ updating: AppWidgetExtension.appex.dSYM/Contents/Resources/DWARF/AppWidgetExtension (deflated 68%)
[12:33:07]: ▸ updating: AppWidgetExtension.appex.dSYM/Contents/Info.plist (deflated 51%)
[12:33:07]: Successfully exported and compressed dSYM file [12:33:07]: Successfully exported and signed the ipa file: [12:33:07]: /Users/vladiacob/Documents/App/AppApp/App.ipa [12:33:07]: -------------------------------- [12:33:07]: --- Step: set_github_release --- [12:33:07]: -------------------------------- [12:33:07]: Creating release of App/app-ios on tag "alpha-v7.7.0-707005" with name "v7.7.0 alpha (707005)". [12:33:07]: {"message":"Validation Failed","errors":[{"resource":"Release","code":"already_exists","field":"tag_name"}],"documentation_url":"https://docs.github.com/rest/reference/repos#create-a-release"} [12:33:07]: Release on tag alpha-v7.7.0-707005 already exists! [12:33:07]: ------------------------------------------- [12:33:07]: --- Step: upload_symbols_to_crashlytics --- [12:33:07]: ------------------------------------------- [12:33:07]: Uploading '/Users/vladiacob/Documents/App/AppApp/App.app.dSYM.zip'... [12:33:28]: Successfully uploaded dSYM files to Crashlytics 💯 [12:33:28]: ---------------------------------- [12:33:28]: --- Step: upload_to_testflight --- [12:33:28]: ---------------------------------- [12:33:28]: Login to App Store Connect ([email protected]) [12:33:30]: Login successful [12:33:38]: Ready to upload new build to TestFlight (App: 938379154)... [12:33:39]: Going to upload updated app to App Store Connect [12:33:39]: This might take a few minutes. Please don't interrupt the script.
Environment
| Key | Value |
|---|---|
| OS | 12.0.1 |
| Ruby | 2.6.8 |
| Bundler? | false |
| Git | git version 2.30.1 (Apple Git-130) |
| Installation Source | /usr/local/bin/fastlane |
| Host | macOS 12.0.1 (21A559) |
| Ruby Lib Dir | /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib |
| OpenSSL Version | LibreSSL 2.8.3 |
| Is contained | false |
| Is homebrew | false |
| Is installed via Fabric.app | false |
| Xcode Path | /Applications/Xcode.app/Contents/Developer/ |
| Xcode Version | 13.1 |
| Swift Version | 5.5.1 |
It seems like you have not included the output of fastlane env
To make it easier for us help you resolve this issue, please update the issue to include the output of fastlane env :+1:
This issue is happening on my end as well and so far no solutions. I found a work a round that can be helpful. https://gist.github.com/keith/5b5f61f4cc690aec403afd92aab020c3
This issue is happening on my end as well and so far no solutions. I found a work a round that can be helpful. https://gist.github.com/keith/5b5f61f4cc690aec403afd92aab020c3
Cool thanks, so you replaced the whole upload_to_testflight step inside your Fastfile with the altool script ?
Or are you running the TestFlight script separately from the Fastlane one?
@jessicatarra one thing I noticed this week is that the problem might be correlated to the release notes file being empty. for the latest release despite having a lot of commits the release notes files was empty. I filled it with some description for the release (by hand) and the Fastlane build went all smooth...
Yesterday I encounter this crash too. I would like to thanks @VladIacobIonut because the work around works. I add the the line 'changelog: "some comments here"' manually to my Fastfile and the upload to TestFlight was successful, although a hiccup did happened but just for a couple of seconds.
@VladIacobIonut , @jessicatarra , @abepuentes I was also facing this same issue on New macOS Monterey 12.0.1 as this OS has some issue with Transporter
this issue discussed here
- https://developer.apple.com/forums/thread/693268
work arround solution is upgrade your OS to latest one, in my case I upgraded to macOS Monterey 12.2.1 which solved my issue
hope this will work for you !!
Hi @VladIacobIonut,
I faced this issue and I just replaced the upload_to_testflight step inside my Fastfile with the pilot
# remove the upload_to_testflight
# upload_to_testflight(skip_waiting_for_build_processing:true, beta_app_description: "")
pilot(
ipa: ipa,
skip_submission: true,
skip_waiting_for_build_processing: true
)
its working fine for me. 😊
Hi,
replacing upload_to_testflight with pilot was not working for me.
If I run fast lane with the --verbose parameter it always stuck after:
DEBUG [2022-03-21 20:56:36.31]: [Transporter]: DBG-X: parameter SessionExpiration = 2022-03-25T19:56:35.969Z
One strange thing is that this error only persist now with Jenkins and not if I run the command with the Terminal manually But I have no clue what's the issue is. Android Deployment is running fine.
The Jenkins runs on a M1 MacBook
Here is the Complete Jenkins log, where it stuck on the last line
INFO [2022-03-21 20:55:17.31]: [32m----------------------------------[0m INFO [2022-03-21 20:55:17.31]: [32m--- Step: upload_to_testflight ---[0m INFO [2022-03-21 20:55:17.31]: [32m----------------------------------[0m INFO [2022-03-21 20:55:17.31]: Creating authorization token for App Store Connect API DEBUG [2022-03-21 20:55:17.33]: App identifier (###) INFO [2022-03-21 20:55:21.03]: [32mReady to upload new build to TestFlight (App: 1543687361)...[0m DEBUG [2022-03-21 20:55:21.07]: App Platform (ios) INFO [2022-03-21 20:55:23.75]: [32mWrote XML data to '/var/folders/3j/prd8ybks5kqgcz3qs5b3ggxr0000gp/T/d20220321-34590-bvh7vo/1543687361-2c9d4e34-3d4d-4c55-a3d2-529b37880493.itmsp'[0m INFO [2022-03-21 20:55:24.37]: Going to upload updated app to App Store Connect INFO [2022-03-21 20:55:24.37]: [32mThis might take a few minutes. Please don't interrupt the script.[0m DEBUG [2022-03-21 20:55:24.37]: xcrun iTMSTransporter -m upload -jwt YourJWT -assetFile /var/folders/3j/prd8ybks5kqgcz3qs5b3ggxr0000gp/T/e75d96a3-ffb8-4109-af0e-6ee13a481232.ipa -k 100000 2>&1 DEBUG [2022-03-21 20:55:30.39]: [Transporter]: INFO: Configuring logging... DEBUG [2022-03-21 20:55:30.40]: [Transporter]: INFO: Logging level set to eXtreme DEBUG [2022-03-21 20:55:33.54]: [Transporter]: DEBUG: SMART-CLIENT: initializing data center locking ops: [authenticateForSession, validateAssets] DEBUG [2022-03-21 20:55:33.59]: [Transporter]: DEBUG: SMART-CLIENT: initializing data centers with: [contentdelivery01.itunes.apple.com, contentdelivery02.itunes.apple.com] DEBUG [2022-03-21 20:55:33.59]: [Transporter]: INFO: iTMSTransporter : iTunes Store Transporter [2.3.0] DEBUG [2022-03-21 20:55:33.59]: [Transporter]: INFO: OS identifier: Mac OS X 12.3 (x86_64); jvm=14.0.2+12-iTunesOpenJDK-8; jre=14.0.2+12-iTunesOpenJDK-8; arch=arm64; rosetta=true DEBUG [2022-03-21 20:55:33.59]: [Transporter]: INFO: Memory: [JVM] 997M free, 1024M total, 2048M max [System] (Physical) 96M free, 8192M total (Swap) 1150M free, 3072M total DEBUG [2022-03-21 20:55:33.60]: [Transporter]: DBG-X: Memory: [JVM] 997M free, 1024M total, 2048M max [System] (Physical) 95M free, 8192M total (Swap) 1150M free, 3072M total DEBUG [2022-03-21 20:55:33.61]: [Transporter]: DBG-X: Using operation named: authenticateForSession DEBUG [2022-03-21 20:55:33.63]: [Transporter]: DBG-X: Apple's web service operation input parameters: DEBUG [2022-03-21 20:55:33.63]: [Transporter]: DBG-X: parameter Application = iTMSTransporter DEBUG [2022-03-21 20:55:33.63]: [Transporter]: DBG-X: parameter BaseVersion = 2.1.0 DEBUG [2022-03-21 20:55:33.63]: [Transporter]: DBG-X: parameter OSIdentifier = Mac OS X 12.3 (x86_64); jvm=14.0.2+12-iTunesOpenJDK-8; jre=14.0.2+12-iTunesOpenJDK-8; arch=arm64; rosetta=true DEBUG [2022-03-21 20:55:33.63]: [Transporter]: DBG-X: parameter StatisticsClientStartDateTimeZoneISO = 2022-03-21T20:55:33+01:00 DEBUG [2022-03-21 20:55:33.63]: [Transporter]: DBG-X: parameter StatisticsPreviousCallDurationInSecs = 0.223485 DEBUG [2022-03-21 20:55:33.64]: [Transporter]: DBG-X: parameter TransporterArguments = -m upload -jwt hidden value -assetFile /var/folders/3j/prd8ybks5kqgcz3qs5b3ggxr0000gp/T/e75d96a3-ffb8-4109-af0e-6ee13a481232.ipa -k 100000 DEBUG [2022-03-21 20:55:33.64]: [Transporter]: DBG-X: parameter Version = 2.3.0 DEBUG [2022-03-21 20:55:33.64]: [Transporter]: DBG-X: parameter iTMSTransporterMode = upload DEBUG [2022-03-21 20:55:33.64]: [Transporter]: INFO: id = ### DEBUG [2022-03-21 20:55:33.65]: [Transporter]: DEBUG: SMART-CLIENT: getCurrent(); current data center is null DEBUG [2022-03-21 20:55:33.65]: [Transporter]: DEBUG: SMART-CLIENT: getCurrent(); iterator was null, setting it DEBUG [2022-03-21 20:55:33.65]: [Transporter]: DEBUG: SMART-CLIENT: getCurrent(); setting current data center to: contentdelivery01.itunes.apple.com DEBUG [2022-03-21 20:55:33.65]: [Transporter]: INFO: iTMSTransporter Correlation Key: ### DEBUG [2022-03-21 20:55:33.65]: [Transporter]: DEBUG: SMART-CLIENT: Host HTTP header: contentdelivery01.itunes.apple.com DEBUG [2022-03-21 20:55:34.96]: [Transporter]: DEBUG: SMART-CLIENT: pinning data center to: contentdelivery01.itunes.apple.com DEBUG [2022-03-21 20:55:34.96]: [Transporter]: DBG-X: Apple's web service operation return value: DEBUG [2022-03-21 20:55:34.96]: [Transporter]: DBG-X: parameter SharedSecret = hidden value DEBUG [2022-03-21 20:55:34.96]: [Transporter]: DBG-X: parameter MultipartUploadsEnabled = true DEBUG [2022-03-21 20:55:34.96]: [Transporter]: DBG-X: parameter EnableJWTForAllCalls = false DEBUG [2022-03-21 20:55:34.97]: [Transporter]: DBG-X: parameter TxHeaders = {jenga=true} DEBUG [2022-03-21 20:55:34.97]: [Transporter]: DBG-X: parameter ShouldUseFeatures = (null) DEBUG [2022-03-21 20:55:34.97]: [Transporter]: DBG-X: parameter SessionExpiration = 2022-03-25T19:55:33.873Z DEBUG [2022-03-21 20:55:34.97]: [Transporter]: DBG-X: parameter SessionId = ### DEBUG [2022-03-21 20:55:34.97]: [Transporter]: DBG-X: parameter ShouldUseRESTAPIs = false DEBUG [2022-03-21 20:55:34.97]: [Transporter]: DBG-X: parameter StreamingSettings = {LogStreamingEnabled=true, MultipartUploadsEnabled=true, AssetDescriptionStreamingEnabled=false} DEBUG [2022-03-21 20:56:35.41]: [Transporter]: DBG-X: Using operation named: lookupSoftwareForBundleId DEBUG [2022-03-21 20:56:35.41]: [Transporter]: DBG-X: Apple's web service operation input parameters: DEBUG [2022-03-21 20:56:35.41]: [Transporter]: DBG-X: parameter Application = iTMSTransporter DEBUG [2022-03-21 20:56:35.41]: [Transporter]: DBG-X: parameter BaseVersion = 2.1.0 DEBUG [2022-03-21 20:56:35.41]: [Transporter]: DBG-X: parameter BundleId = ### DEBUG [2022-03-21 20:56:35.41]: [Transporter]: DBG-X: parameter OSIdentifier = Mac OS X 12.3 (x86_64); jvm=14.0.2+12-iTunesOpenJDK-8; jre=14.0.2+12-iTunesOpenJDK-8; arch=arm64; rosetta=true DEBUG [2022-03-21 20:56:35.42]: [Transporter]: DBG-X: parameter SoftwareTypeEnum = ios DEBUG [2022-03-21 20:56:35.42]: [Transporter]: DBG-X: parameter StatisticsClientStartDateTimeZoneISO = 2022-03-21T20:56:35+01:00 DEBUG [2022-03-21 20:56:35.42]: [Transporter]: DBG-X: parameter TransporterArguments = -m upload -jwt hidden value -assetFile /var/folders/3j/prd8ybks5kqgcz3qs5b3ggxr0000gp/T/e75d96a3-ffb8-4109-af0e-6ee13a481232.ipa -k 100000 DEBUG [2022-03-21 20:56:35.42]: [Transporter]: DBG-X: parameter Version = 2.3.0 DEBUG [2022-03-21 20:56:35.42]: [Transporter]: DBG-X: parameter iTMSTransporterMode = upload DEBUG [2022-03-21 20:56:35.42]: [Transporter]: INFO: id = 20220321205635-852 DEBUG [2022-03-21 20:56:35.42]: [Transporter]: DEBUG: SMART-CLIENT: getCurrent(); using pinned data center = contentdelivery01.itunes.apple.com DEBUG [2022-03-21 20:56:35.42]: [Transporter]: INFO: iTMSTransporter Correlation Key: ### DEBUG [2022-03-21 20:56:35.42]: [Transporter]: DEBUG: SMART-CLIENT: Host HTTP header: contentdelivery01.itunes.apple.com DEBUG [2022-03-21 20:56:36.30]: [Transporter]: DBG-X: Apple's web service operation return value: DEBUG [2022-03-21 20:56:36.30]: [Transporter]: DBG-X: parameter ProviderPublicId = ### DEBUG [2022-03-21 20:56:36.30]: [Transporter]: DBG-X: parameter DisplayKeys = [Application, Version Number, SKU Number, Primary Language, Copyright, Type, Apple ID] DEBUG [2022-03-21 20:56:36.30]: [Transporter]: DBG-X: parameter EnableJWTForAllCalls = false DEBUG [2022-03-21 20:56:36.30]: [Transporter]: DBG-X: parameter Applications = ### DEBUG [2022-03-21 20:56:36.31]: [Transporter]: DBG-X: parameter ShouldUseFeatures = (null) DEBUG [2022-03-21 20:56:36.31]: [Transporter]: DBG-X: parameter ValidIconSizes = [57x57] DEBUG [2022-03-21 20:56:36.31]: [Transporter]: DBG-X: parameter SessionExpiration = 2022-03-25T19:56:35.969Z
same here! @Stephan-FDG
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest fastlane version and check if that solves the issue. Let us know if that works for you by adding a comment :+1:
Friendly reminder: contributions are always welcome! Check out CONTRIBUTING.md for more information on how to help with fastlane and feel free to tackle this issue yourself :muscle:
This issue will be auto-closed if there is no reply within 1 month.
I see someone else is having the same problem.
It is hard to tell what is going on, but I can say that I was able to upload successfully on machine with terminal. The problem occurs when I try to use a jenkins pipeline to trigger this upload script.
Stephan suggested using altool. Unfortunately it did not help either.
I am Running into the same Issue with M1 but not on my Intel Mac
I am Running into the same Issue with M1 but not on my Intel Mac
checkout this if its work for you https://github.com/fastlane/fastlane/issues/19775#issuecomment-1054087943
We're running on macOS Monterey 12.3.1 with TeamCity and the problem still exists on
We're running on macOS Monterey 12.3.1 with TeamCity and the problem still exists on
then try to update your fastlane version if its not latest one
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest fastlane version and check if that solves the issue. Let us know if that works for you by adding a comment :+1:
Friendly reminder: contributions are always welcome! Check out CONTRIBUTING.md for more information on how to help with fastlane and feel free to tackle this issue yourself :muscle:
This issue will be auto-closed if there is no reply within 1 month.
I am also having this issue on M1 hardware. Not a problem on intel hardware. Xcode, fastlane, and MacOS all updated to the latest.
Something to note, an error that will show when running "verbose" sometimes is: java.util.concurrent.ExecutionException: java.net.SocketException: No buffer space available indicating iTMSTransporter might actually not be well written for M1 hardware.
One common fix suggested in the comments is to use altool. Maybe fastlane team can consider using that in upload_to_testflight instead?
After I've updated to Xcode 14, this issue is completely gone. I had problems with fasltane upload_to_test_flight, pilot, and even with xcrun atools.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest fastlane version and check if that solves the issue. Let us know if that works for you by adding a comment :+1:
Friendly reminder: contributions are always welcome! Check out CONTRIBUTING.md for more information on how to help with fastlane and feel free to tackle this issue yourself :muscle:
This issue will be auto-closed if there is no reply within 1 month.
After months of not experiencing the issue. We randomly are again experiencing this issue with iTMSTransporter on M1.
Fastlane is up to date (fastlane 2.211.0). Using altool as a workaround seems to be fine, but we rely on fastlane deliver to set up the store listings etc.
An option to use altool instead of iTMSTransporter during fastlane deliver would be a perfect solution for us.
After updating our Mac to Ventura + Xcode 14 it became apparent that fastlane supports altool already.
https://github.com/fastlane/fastlane/blob/master/fastlane_core/lib/fastlane_core/itunes_transporter.rb#L678
UI.verbose("Using altool as transporter.")
https://github.com/fastlane/fastlane/blob/68e0ef12353adb8d5e3fb20d1175e8857837e8a4/fastlane_core/lib/fastlane_core/itunes_transporter.rb#L886
# Xcode 14 no longer supports iTMSTransporter. Use altool instead