Catalyst Mac build fails on M1 mac
ConfusedVorlon opened this issue · comments
New Issue Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read docs.fastlane.tools
- I searched for existing GitHub issues
Issue Description
My fastlane release script fails on a mac catalyst build.
I suspect this is related to my recent upgrade to an M1 mac, and the resulting two options of possible platforms
Command executed
deliver(
screenshots_path: "./fastlane/screenshotsMac",
platform:"osx",
force: true,
skip_binary_upload: false,
skip_screenshots: true,
overwrite_screenshots:false,
skip_metadata: false,
submit_for_review: true,
automatic_release: false)
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:macOS }
Available destinations for the "SkydiveDesigner" scheme:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:00006002-000449100185801E }
{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:00006002-000449100185801E }
{ platform:iOS, id:00008030-000505EC266B402E, name:Rob's iPad }
{ platform:iOS Simulator, id:744480B1-AF4F-4E8D-AB44-73D359D66B44, OS:14.5, name:iPad (8th generation) }
{ platform:iOS Simulator, id:E55C91FF-A8F2-46C8-98E9-DB93F87A133D, OS:15.5, name:iPad (9th generation) }
{ platform:iOS Simulator, id:801B97E8-8059-4E00-93A6-C6E4350A7FAE, OS:14.5, name:iPad Air (4th generation) }
Complete output when running fastlane, including the stack trace and command used
rob@robs-mac-studio SkydiveDesigner % fastlane release --env mac [✔] 🚀 [22:28:27]: Loading from './fastlane/.env.mac' [22:28:27]: fastlane detected a Gemfile in the current directory [22:28:27]: However, it seems like you didn't use `bundle exec` [22:28:27]: To launch fastlane faster, please use [22:28:27]: [22:28:27]: $ bundle exec fastlane release [22:28:27]: [22:28:27]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile +----------------------------+---------+-------------------------------------------------+ | Used plugins | +----------------------------+---------+-------------------------------------------------+ | Plugin | Version | Action | +----------------------------+---------+-------------------------------------------------+ | fastlane-plugin-versioning | 0.5.0 | ci_build_number, get_app_store_version_number, | | | | get_build_number_from_plist, | | | | get_build_number_from_xcodeproj, | | | | get_info_plist_path, | | | | get_version_number_from_git_branch, | | | | get_version_number_from_plist, | | | | get_version_number_from_xcodeproj, | | | | increment_build_number_in_plist, | | | | increment_build_number_in_xcodeproj, | | | | increment_version_number_in_plist, | | | | increment_version_number_in_xcodeproj | +----------------------------+---------+-------------------------------------------------+22:28:28: --- Step: default_platform ---
22:28:28: ------------------------------
22:28:28: Driving the lane 'ios release' 🚀
22:28:28: ------------------------------------------
22:28:28: --- Step: Switch to ios increment lane ---
22:28:28: ------------------------------------------
22:28:28: Cruising over to lane 'ios increment' 🚖
22:28:28: ------------------------------------
22:28:28: --- Step: increment_build_number ---
22:28:28: ------------------------------------
Current version of project Skydive Designer is:
154/Users/rob/Documents/Development/Mac/Apps/SkydiveDesigner
22:28:28: $ cd /Users/rob/Documents/Development/Mac/Apps/SkydiveDesigner && agvtool next-version -all && cd -
[22:28:29]: ▸ Setting version of project Skydive Designer to:
[22:28:29]: ▸ 155.
[22:28:29]: ▸ Also setting CFBundleVersion key (assuming it exists)
[22:28:29]: ▸ Updating CFBundleVersion in Info.plist(s)...
[22:28:29]: ▸ Updated CFBundleVersion in "Skydive Designer.xcodeproj/../MacNess/Info.plist" to 155
[22:28:29]: ▸ Updated CFBundleVersion in "Skydive Designer.xcodeproj/../MilkoJumps/Info.plist" to 155
[22:28:29]: ▸ Updated CFBundleVersion in "Skydive Designer.xcodeproj/../SkyPreview/Info.plist" to 155
[22:28:29]: ▸ Updated CFBundleVersion in "Skydive Designer.xcodeproj/../SkyThumb/Info.plist" to 155
[22:28:29]: ▸ /Users/rob/Documents/Development/Mac/Apps/SkydiveDesigner
[22:28:29]: ----------------------------------------------
[22:28:29]: --- Step: Switch to ios sync_versions lane ---
[22:28:29]: ----------------------------------------------
[22:28:29]: Cruising over to lane 'ios sync_versions' 🚖
[22:28:29]: -----------------------------------------------
[22:28:29]: --- Step: get_version_number_from_xcodeproj ---
[22:28:29]: -----------------------------------------------
Paid Version is: 3.0.0
[22:28:29]: ---------------------------------------------------
[22:28:29]: --- Step: increment_version_number_in_xcodeproj ---
[22:28:29]: ---------------------------------------------------
[22:28:29]: updating Debug to version 3.0.0
[22:28:29]: updating Release to version 3.0.0
[22:28:29]: ---------------------------------------------------
[22:28:29]: --- Step: increment_version_number_in_xcodeproj ---
[22:28:29]: ---------------------------------------------------
[22:28:29]: updating Debug to version 3.0.0
[22:28:29]: updating Release to version 3.0.0
[22:28:29]: ---------------------------------------------------
[22:28:29]: --- Step: increment_version_number_in_xcodeproj ---
[22:28:29]: ---------------------------------------------------
[22:28:29]: updating Debug to version 3.0.0
[22:28:29]: updating Release to version 3.0.0
[22:28:29]: ---------------------------------------------------
[22:28:29]: --- Step: increment_version_number_in_xcodeproj ---
[22:28:29]: ---------------------------------------------------
[22:28:29]: updating Debug to version 3.0.0
[22:28:29]: updating Release to version 3.0.0
[22:28:29]: Cruising back to lane 'ios increment' 🚘
[22:28:29]: Cruising back to lane 'ios release' 🚘
[22:28:29]: -----------------------
[22:28:29]: --- Step: build_app ---
[22:28:29]: -----------------------
[22:28:29]: Successfully loaded '/Users/rob/Documents/Development/Mac/Apps/SkydiveDesigner/fastlane/Gymfile' 📄+---------------------+---------------------------+
| Detected Values from './fastlane/Gymfile' |
+---------------------+---------------------------+
| output_directory | ~/tmp/FastlaneBuild |
| scheme | SkydiveDesigner |
| xcargs | -allowProvisioningUpdates |
| installer_cert_name | Hobbyist Software Limited |
+---------------------+---------------------------+[22:28:29]: Resolving Swift Package Manager dependencies...
[22:28:29]: $ xcodebuild -resolvePackageDependencies -scheme SkydiveDesigner -project ./Skydive\ Designer.xcodeproj
[22:28:30]: ▸ 2022-06-12 22:28:30.348 xcodebuild[61700:19716951] 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
[22:28:30]: ▸ 2022-06-12 22:28:30.349 xcodebuild[61700:19716951] 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
[22:28:30]: ▸ Command line invocation:
[22:28:30]: ▸ /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -resolvePackageDependencies -scheme SkydiveDesigner -project "./Skydive Designer.xcodeproj"
[22:28:30]: ▸ User defaults from command line:
[22:28:30]: ▸ IDEPackageSupportUseBuiltinSCM = YES
[22:28:30]: ▸ Resolve Package Graph
[22:28:47]: ▸ Resolved source packages:
[22:28:47]: ▸ BoringSSL-GRPC: https://github.com/firebase/boringssl-SwiftPM.git @ 0.9.0
[22:28:47]: ▸ GoogleDataTransport: https://github.com/google/GoogleDataTransport.git @ 9.1.4
[22:28:47]: ▸ leveldb: https://github.com/firebase/leveldb.git @ 1.22.2
[22:28:47]: ▸ Jump: https://github.com/ConfusedVorlon/Jump.git @ develop
[22:28:47]: ▸ GTMSessionFetcher: https://github.com/google/gtm-session-fetcher.git @ 2.0.0
[22:28:47]: ▸ PeriPagePrint: https://github.com/ConfusedVorlon/PeriPagePrint.git @ master
[22:28:47]: ▸ Dynamic: https://github.com/mhdhejazi/Dynamic.git @ 1.2.0
[22:28:47]: ▸ SimpleToast: https://github.com/sanzaru/SimpleToast.git @ 0.6.2
[22:28:47]: ▸ HSObserver: https://github.com/ConfusedVorlon/HSObserver.git @ 1.2.0
[22:28:47]: ▸ gRPC: https://github.com/grpc/grpc-ios.git @ 1.44.2-grpc
[22:28:47]: ▸ PDFGenerator: https://github.com/rursache/PDFGenerator.git @ d249a7e
[22:28:47]: ▸ GoogleAppMeasurement: https://github.com/google/GoogleAppMeasurement.git @ 9.1.0
[22:28:47]: ▸ GoogleUtilities: https://github.com/google/GoogleUtilities.git @ 7.7.1
[22:28:47]: ▸ Alamofire: https://github.com/Alamofire/Alamofire.git @ 5.6.1
[22:28:47]: ▸ SFSafeSymbols: https://github.com/piknotech/SFSafeSymbols @ 2.1.3
[22:28:47]: ▸ Branch: https://github.com/BranchMetrics/ios-branch-deep-linking-attribution @ 1.42.0
[22:28:47]: ▸ abseil: https://github.com/firebase/abseil-cpp-SwiftPM.git @ 0.20220203.1
[22:28:47]: ▸ nanopb: https://github.com/firebase/nanopb.git @ 2.30909.0
[22:28:47]: ▸ Time: https://github.com/dreymonde/Time.git @ 1.1.0
[22:28:47]: ▸ Zaphod: https://github.com/ConfusedVorlon/Zaphod-Apple-SDK.git @ master
[22:28:47]: ▸ JRSwizzle: https://github.com/vivocha/jrswizzle.git @ semver-1.x
[22:28:47]: ▸ SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.19.0
[22:28:47]: ▸ HSSwiftUI: https://github.com/ConfusedVorlon/HSSwiftUI.git @ master
[22:28:47]: ▸ HSHelpers: https://github.com/ConfusedVorlon/HSHelpers.git @ master
[22:28:47]: ▸ SwiftyStoreKit: https://github.com/bizz84/SwiftyStoreKit.git @ 0.16.4
[22:28:47]: ▸ ALActionBlocks: https://github.com/ConfusedVorlon/ALActionBlocks.git @ SPM
[22:28:47]: ▸ SwiftyUserDefaults: https://github.com/sunshinejr/SwiftyUserDefaults @ 5.3.0
[22:28:47]: ▸ Promises: https://github.com/google/promises.git @ 2.1.0
[22:28:47]: ▸ Firebase: https://github.com/firebase/firebase-ios-sdk @ 9.1.0
[22:28:47]: ▸ PureLayout: https://github.com/PureLayout/PureLayout.git @ 3.1.9
[22:28:47]: ▸ Path.swift: https://github.com/mxcl/Path.swift.git @ 1.4.0
[22:28:47]: ▸ SeaTouch: https://github.com/mredig/SeaTouch.git @ 1.1.1
[22:28:47]: ▸ --- xcodebuild: WARNING: Using the first of multiple matching destinations:
[22:28:47]: ▸ { platform:macOS, arch:arm64, variant:Mac Catalyst, id:00006002-000449100185801E }
[22:28:47]: ▸ { platform:macOS, arch:x86_64, variant:Mac Catalyst, id:00006002-000449100185801E }
[22:28:47]: ▸ { platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
[22:28:47]: ▸ { platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
[22:28:47]: ▸ { platform:iOS, id:00008030-000505EC266B402E, name:Rob's iPad }
[22:28:47]: ▸ { platform:iOS Simulator, id:744480B1-AF4F-4E8D-AB44-73D359D66B44, OS:14.5, name:iPad (8th generation) }
[22:28:47]: ▸ { platform:iOS Simulator, id:E55C91FF-A8F2-46C8-98E9-DB93F87A133D, OS:15.5, name:iPad (9th generation) }
[22:28:47]: ▸ { platform:iOS Simulator, id:801B97E8-8059-4E00-93A6-C6E4350A7FAE, OS:14.5, name:iPad Air (4th generation) }
[22:28:47]: ▸ { platform:iOS Simulator, id:BB917EC3-FCC4-487B-B05F-12A5772AE2D7, OS:15.5, name:iPad Air (5th generation) }
[22:28:47]: ▸ { platform:iOS Simulator, id:02AE3332-6701-4FC0-B2AD-BC0B91A0D86E, OS:14.5, name:iPad Pro (9.7-inch) }
[22:28:47]: ▸ { platform:iOS Simulator, id:7A72FD0D-A614-4004-8612-A15FB86F9580, OS:15.5, name:iPad Pro (9.7-inch) }
[22:28:47]: ▸ { platform:iOS Simulator, id:A34C94C8-9FC7-4EFD-8F55-B53ABD665FE6, OS:14.5, name:iPad Pro (11-inch) (3rd generation) }
[22:28:47]: ▸ { platform:iOS Simulator, id:0A7F88D2-6AFD-444B-86B5-7B10BA236F05, OS:15.5, name:iPad Pro (11-inch) (3rd generation) }
[22:28:47]: ▸ { platform:iOS Simulator, id:BA0F8AC8-8679-4D19-A9B8-F85FA4340645, OS:14.5, name:iPad Pro (12.9-inch) (5th generation) }
[22:28:47]: ▸ { platform:iOS Simulator, id:B9FE3225-8779-45E8-B84C-72B46210FFA2, OS:15.5, name:iPad Pro (12.9-inch) (5th generation) }
[22:28:47]: ▸ { platform:iOS Simulator, id:3F3D0AA4-F692-4DEA-97E3-F4FF0D6FCDF6, OS:15.5, name:iPad mini (6th generation) }
[22:28:47]: ▸ { platform:iOS Simulator, id:A1C685C5-B76A-4262-8C45-E0834ABFDE59, OS:14.5, name:iPhone 8 }
[22:28:47]: ▸ { platform:iOS Simulator, id:D93EFEA2-7AB2-4A1D-A3FD-D9C9FC3AEE12, OS:15.5, name:iPhone 8 }
[22:28:47]: ▸ { platform:iOS Simulator, id:2D665E39-FF84-4615-A8D6-12D7363EB55C, OS:14.5, name:iPhone 8 Plus }
[22:28:47]: ▸ { platform:iOS Simulator, id:82C38B30-481D-47CC-B1DE-E1010D009CAF, OS:15.5, name:iPhone 8 Plus }
[22:28:47]: ▸ { platform:iOS Simulator, id:24CA8805-51E1-4B86-8BAB-25D969929D98, OS:14.5, name:iPhone 11 }
[22:28:47]: ▸ { platform:iOS Simulator, id:9F461CAB-8FE1-4CCF-B728-0B62D905867C, OS:15.5, name:iPhone 11 }
[22:28:47]: ▸ { platform:iOS Simulator, id:FAC8097E-8AE8-442A-98A8-94D5F855FA7F, OS:14.5, name:iPhone 11 Pro }
[22:28:47]: ▸ { platform:iOS Simulator, id:4BA76E63-81D9-4601-8818-3F2CC25C4CC0, OS:15.5, name:iPhone 11 Pro }
[22:28:47]: ▸ { platform:iOS Simulator, id:93613918-1059-4B97-B78A-28A82137A1C5, OS:14.5, name:iPhone 11 Pro Max }
[22:28:47]: ▸ { platform:iOS Simulator, id:CA3B4CD5-ED62-4296-8D8D-32F8406EDA81, OS:15.5, name:iPhone 11 Pro Max }
[22:28:47]: ▸ { platform:iOS Simulator, id:25305A42-E3D8-45A0-814C-B238CD63C295, OS:14.5, name:iPhone 12 }
[22:28:47]: ▸ { platform:iOS Simulator, id:71E18E09-44C7-480E-94B9-E92781D1F065, OS:15.5, name:iPhone 12 }
[22:28:47]: ▸ { platform:iOS Simulator, id:D612032B-693F-4415-9B88-07A697C60976, OS:14.5, name:iPhone 12 Pro }
[22:28:47]: ▸ { platform:iOS Simulator, id:63ACD059-E08C-41B4-A39C-A81E9F4390E8, OS:15.5, name:iPhone 12 Pro }
[22:28:47]: ▸ { platform:iOS Simulator, id:2F608E8E-7949-4005-84F3-AF67C84BB34F, OS:14.5, name:iPhone 12 Pro Max }
[22:28:47]: ▸ { platform:iOS Simulator, id:E2513FF2-054A-4838-A8A8-3C4707CC4222, OS:15.5, name:iPhone 12 Pro Max }
[22:28:47]: ▸ { platform:iOS Simulator, id:4634AB32-97D8-432D-979E-DA239BBF22C4, OS:14.5, name:iPhone 12 mini }
[22:28:47]: ▸ { platform:iOS Simulator, id:A1CC7D23-D682-4F62-B85A-13A7E73198AC, OS:15.5, name:iPhone 12 mini }
[22:28:47]: ▸ { platform:iOS Simulator, id:FC25C11A-5860-486A-ABB3-B347EF9EE156, OS:15.5, name:iPhone 13 }
[22:28:47]: ▸ { platform:iOS Simulator, id:C4EA3E83-9D98-4D80-9E26-9034FF97D074, OS:15.5, name:iPhone 13 Pro }
[22:28:47]: ▸ { platform:iOS Simulator, id:2CEA9A70-ED89-4921-A303-575B824590FE, OS:15.5, name:iPhone 13 Pro Max }
[22:28:47]: ▸ { platform:iOS Simulator, id:E7CC552D-2E23-43B1-8BF6-E451E195D14E, OS:15.5, name:iPhone 13 mini }
[22:28:47]: ▸ { platform:iOS Simulator, id:7D9A4282-DEC8-4345-A946-2AEFD13D4FD0, OS:14.5, name:iPhone SE (2nd generation) }
[22:28:47]: ▸ { platform:iOS Simulator, id:47002761-2F60-4C60-84DD-77E542FC0373, OS:15.5, name:iPhone SE (3rd generation) }
[22:28:47]: ▸ { platform:iOS Simulator, id:1CA151E9-D64A-467D-B885-E8F112CBB146, OS:14.5, name:iPod touch (7th generation) }
[22:28:47]: ▸ { platform:iOS Simulator, id:9F3277A8-738B-4445-A457-4408989A0077, OS:15.5, name:iPod touch (7th generation) }
[22:28:47]: ▸ resolved source packages: BoringSSL-GRPC, GoogleDataTransport, leveldb, Jump, GTMSessionFetcher, PeriPagePrint, Dynamic, SimpleToast, HSObserver, gRPC, PDFGenerator, GoogleAppMeasurement, GoogleUtilities, Alamofire, SFSafeSymbols, Branch, abseil, nanopb, Time, Zaphod, JRSwizzle, SwiftProtobuf, HSSwiftUI, HSHelpers, SwiftyStoreKit, ALActionBlocks, SwiftyUserDefaults, Promises, Firebase, PureLayout, Path.swift, SeaTouch
[22:28:47]: $ xcodebuild -showBuildSettings -scheme SkydiveDesigner -project ./Skydive\ Designer.xcodeproj
2022-06-12 22:28:47.391 xcodebuild[62125:19719021] 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-06-12 22:28:47.391 xcodebuild[62125:19719021] 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
[22:28:50]: Command timed out after 3 seconds on try 1 of 4, trying again with a 6 second timeout...
2022-06-12 22:28:50.417 xcodebuild[62146:19719251] 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-06-12 22:28:50.417 xcodebuild[62146:19719251] 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
[22:28:56]: Command timed out after 6 seconds on try 2 of 4, trying again with a 12 second timeout...
2022-06-12 22:28:56.567 xcodebuild[62173:19719616] 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-06-12 22:28:56.568 xcodebuild[62173:19719616] 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
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:00006002-000449100185801E }
{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:00006002-000449100185801E }
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
{ platform:iOS, id:00008030-000505EC266B402E, name:Rob's iPad }
{ platform:iOS Simulator, id:744480B1-AF4F-4E8D-AB44-73D359D66B44, OS:14.5, name:iPad (8th generation) }
{ platform:iOS Simulator, id:E55C91FF-A8F2-46C8-98E9-DB93F87A133D, OS:15.5, name:iPad (9th generation) }
{ platform:iOS Simulator, id:801B97E8-8059-4E00-93A6-C6E4350A7FAE, OS:14.5, name:iPad Air (4th generation) }
{ platform:iOS Simulator, id:BB917EC3-FCC4-487B-B05F-12A5772AE2D7, OS:15.5, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:02AE3332-6701-4FC0-B2AD-BC0B91A0D86E, OS:14.5, name:iPad Pro (9.7-inch) }
{ platform:iOS Simulator, id:7A72FD0D-A614-4004-8612-A15FB86F9580, OS:15.5, name:iPad Pro (9.7-inch) }
{ platform:iOS Simulator, id:A34C94C8-9FC7-4EFD-8F55-B53ABD665FE6, OS:14.5, name:iPad Pro (11-inch) (3rd generation) }
{ platform:iOS Simulator, id:0A7F88D2-6AFD-444B-86B5-7B10BA236F05, OS:15.5, name:iPad Pro (11-inch) (3rd generation) }
{ platform:iOS Simulator, id:BA0F8AC8-8679-4D19-A9B8-F85FA4340645, OS:14.5, name:iPad Pro (12.9-inch) (5th generation) }
{ platform:iOS Simulator, id:B9FE3225-8779-45E8-B84C-72B46210FFA2, OS:15.5, name:iPad Pro (12.9-inch) (5th generation) }
{ platform:iOS Simulator, id:3F3D0AA4-F692-4DEA-97E3-F4FF0D6FCDF6, OS:15.5, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:A1C685C5-B76A-4262-8C45-E0834ABFDE59, OS:14.5, name:iPhone 8 }
{ platform:iOS Simulator, id:D93EFEA2-7AB2-4A1D-A3FD-D9C9FC3AEE12, OS:15.5, name:iPhone 8 }
{ platform:iOS Simulator, id:2D665E39-FF84-4615-A8D6-12D7363EB55C, OS:14.5, name:iPhone 8 Plus }
{ platform:iOS Simulator, id:82C38B30-481D-47CC-B1DE-E1010D009CAF, OS:15.5, name:iPhone 8 Plus }
{ platform:iOS Simulator, id:24CA8805-51E1-4B86-8BAB-25D969929D98, OS:14.5, name:iPhone 11 }
{ platform:iOS Simulator, id:9F461CAB-8FE1-4CCF-B728-0B62D905867C, OS:15.5, name:iPhone 11 }
{ platform:iOS Simulator, id:FAC8097E-8AE8-442A-98A8-94D5F855FA7F, OS:14.5, name:iPhone 11 Pro }
{ platform:iOS Simulator, id:4BA76E63-81D9-4601-8818-3F2CC25C4CC0, OS:15.5, name:iPhone 11 Pro }
{ platform:iOS Simulator, id:93613918-1059-4B97-B78A-28A82137A1C5, OS:14.5, name:iPhone 11 Pro Max }
{ platform:iOS Simulator, id:CA3B4CD5-ED62-4296-8D8D-32F8406EDA81, OS:15.5, name:iPhone 11 Pro Max }
{ platform:iOS Simulator, id:25305A42-E3D8-45A0-814C-B238CD63C295, OS:14.5, name:iPhone 12 }
{ platform:iOS Simulator, id:71E18E09-44C7-480E-94B9-E92781D1F065, OS:15.5, name:iPhone 12 }
{ platform:iOS Simulator, id:D612032B-693F-4415-9B88-07A697C60976, OS:14.5, name:iPhone 12 Pro }
{ platform:iOS Simulator, id:63ACD059-E08C-41B4-A39C-A81E9F4390E8, OS:15.5, name:iPhone 12 Pro }
{ platform:iOS Simulator, id:2F608E8E-7949-4005-84F3-AF67C84BB34F, OS:14.5, name:iPhone 12 Pro Max }
{ platform:iOS Simulator, id:E2513FF2-054A-4838-A8A8-3C4707CC4222, OS:15.5, name:iPhone 12 Pro Max }
{ platform:iOS Simulator, id:4634AB32-97D8-432D-979E-DA239BBF22C4, OS:14.5, name:iPhone 12 mini }
{ platform:iOS Simulator, id:A1CC7D23-D682-4F62-B85A-13A7E73198AC, OS:15.5, name:iPhone 12 mini }
{ platform:iOS Simulator, id:FC25C11A-5860-486A-ABB3-B347EF9EE156, OS:15.5, name:iPhone 13 }
{ platform:iOS Simulator, id:C4EA3E83-9D98-4D80-9E26-9034FF97D074, OS:15.5, name:iPhone 13 Pro }
{ platform:iOS Simulator, id:2CEA9A70-ED89-4921-A303-575B824590FE, OS:15.5, name:iPhone 13 Pro Max }
{ platform:iOS Simulator, id:E7CC552D-2E23-43B1-8BF6-E451E195D14E, OS:15.5, name:iPhone 13 mini }
{ platform:iOS Simulator, id:7D9A4282-DEC8-4345-A946-2AEFD13D4FD0, OS:14.5, name:iPhone SE (2nd generation) }
{ platform:iOS Simulator, id:47002761-2F60-4C60-84DD-77E542FC0373, OS:15.5, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:1CA151E9-D64A-467D-B885-E8F112CBB146, OS:14.5, name:iPod touch (7th generation) }
{ platform:iOS Simulator, id:9F3277A8-738B-4445-A457-4408989A0077, OS:15.5, name:iPod touch (7th generation) }
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:00006002-000449100185801E }
{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:00006002-000449100185801E }
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
{ platform:iOS, id:00008030-000505EC266B402E, name:Rob's iPad }
{ platform:iOS Simulator, id:744480B1-AF4F-4E8D-AB44-73D359D66B44, OS:14.5, name:iPad (8th generation) }
{ platform:iOS Simulator, id:E55C91FF-A8F2-46C8-98E9-DB93F87A133D, OS:15.5, name:iPad (9th generation) }
{ platform:iOS Simulator, id:801B97E8-8059-4E00-93A6-C6E4350A7FAE, OS:14.5, name:iPad Air (4th generation) }
{ platform:iOS Simulator, id:BB917EC3-FCC4-487B-B05F-12A5772AE2D7, OS:15.5, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:02AE3332-6701-4FC0-B2AD-BC0B91A0D86E, OS:14.5, name:iPad Pro (9.7-inch) }
{ platform:iOS Simulator, id:7A72FD0D-A614-4004-8612-A15FB86F9580, OS:15.5, name:iPad Pro (9.7-inch) }
{ platform:iOS Simulator, id:A34C94C8-9FC7-4EFD-8F55-B53ABD665FE6, OS:14.5, name:iPad Pro (11-inch) (3rd generation) }
{ platform:iOS Simulator, id:0A7F88D2-6AFD-444B-86B5-7B10BA236F05, OS:15.5, name:iPad Pro (11-inch) (3rd generation) }
{ platform:iOS Simulator, id:BA0F8AC8-8679-4D19-A9B8-F85FA4340645, OS:14.5, name:iPad Pro (12.9-inch) (5th generation) }
{ platform:iOS Simulator, id:B9FE3225-8779-45E8-B84C-72B46210FFA2, OS:15.5, name:iPad Pro (12.9-inch) (5th generation) }
{ platform:iOS Simulator, id:3F3D0AA4-F692-4DEA-97E3-F4FF0D6FCDF6, OS:15.5, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:A1C685C5-B76A-4262-8C45-E0834ABFDE59, OS:14.5, name:iPhone 8 }
{ platform:iOS Simulator, id:D93EFEA2-7AB2-4A1D-A3FD-D9C9FC3AEE12, OS:15.5, name:iPhone 8 }
{ platform:iOS Simulator, id:2D665E39-FF84-4615-A8D6-12D7363EB55C, OS:14.5, name:iPhone 8 Plus }
{ platform:iOS Simulator, id:82C38B30-481D-47CC-B1DE-E1010D009CAF, OS:15.5, name:iPhone 8 Plus }
{ platform:iOS Simulator, id:24CA8805-51E1-4B86-8BAB-25D969929D98, OS:14.5, name:iPhone 11 }
{ platform:iOS Simulator, id:9F461CAB-8FE1-4CCF-B728-0B62D905867C, OS:15.5, name:iPhone 11 }
{ platform:iOS Simulator, id:FAC8097E-8AE8-442A-98A8-94D5F855FA7F, OS:14.5, name:iPhone 11 Pro }
{ platform:iOS Simulator, id:4BA76E63-81D9-4601-8818-3F2CC25C4CC0, OS:15.5, name:iPhone 11 Pro }
{ platform:iOS Simulator, id:93613918-1059-4B97-B78A-28A82137A1C5, OS:14.5, name:iPhone 11 Pro Max }
{ platform:iOS Simulator, id:CA3B4CD5-ED62-4296-8D8D-32F8406EDA81, OS:15.5, name:iPhone 11 Pro Max }
{ platform:iOS Simulator, id:25305A42-E3D8-45A0-814C-B238CD63C295, OS:14.5, name:iPhone 12 }
{ platform:iOS Simulator, id:71E18E09-44C7-480E-94B9-E92781D1F065, OS:15.5, name:iPhone 12 }
{ platform:iOS Simulator, id:D612032B-693F-4415-9B88-07A697C60976, OS:14.5, name:iPhone 12 Pro }
{ platform:iOS Simulator, id:63ACD059-E08C-41B4-A39C-A81E9F4390E8, OS:15.5, name:iPhone 12 Pro }
{ platform:iOS Simulator, id:2F608E8E-7949-4005-84F3-AF67C84BB34F, OS:14.5, name:iPhone 12 Pro Max }
{ platform:iOS Simulator, id:E2513FF2-054A-4838-A8A8-3C4707CC4222, OS:15.5, name:iPhone 12 Pro Max }
{ platform:iOS Simulator, id:4634AB32-97D8-432D-979E-DA239BBF22C4, OS:14.5, name:iPhone 12 mini }
{ platform:iOS Simulator, id:A1CC7D23-D682-4F62-B85A-13A7E73198AC, OS:15.5, name:iPhone 12 mini }
{ platform:iOS Simulator, id:FC25C11A-5860-486A-ABB3-B347EF9EE156, OS:15.5, name:iPhone 13 }
{ platform:iOS Simulator, id:C4EA3E83-9D98-4D80-9E26-9034FF97D074, OS:15.5, name:iPhone 13 Pro }
{ platform:iOS Simulator, id:2CEA9A70-ED89-4921-A303-575B824590FE, OS:15.5, name:iPhone 13 Pro Max }
{ platform:iOS Simulator, id:E7CC552D-2E23-43B1-8BF6-E451E195D14E, OS:15.5, name:iPhone 13 mini }
{ platform:iOS Simulator, id:7D9A4282-DEC8-4345-A946-2AEFD13D4FD0, OS:14.5, name:iPhone SE (2nd generation) }
{ platform:iOS Simulator, id:47002761-2F60-4C60-84DD-77E542FC0373, OS:15.5, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:1CA151E9-D64A-467D-B885-E8F112CBB146, OS:14.5, name:iPod touch (7th generation) }
{ platform:iOS Simulator, id:9F3277A8-738B-4445-A457-4408989A0077, OS:15.5, name:iPod touch (7th generation) }
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:00006002-000449100185801E }
{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:00006002-000449100185801E }
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
{ platform:iOS, id:00008030-000505EC266B402E, name:Rob's iPad }
{ platform:iOS Simulator, id:744480B1-AF4F-4E8D-AB44-73D359D66B44, OS:14.5, name:iPad (8th generation) }
{ platform:iOS Simulator, id:E55C91FF-A8F2-46C8-98E9-DB93F87A133D, OS:15.5, name:iPad (9th generation) }
{ platform:iOS Simulator, id:801B97E8-8059-4E00-93A6-C6E4350A7FAE, OS:14.5, name:iPad Air (4th generation) }
{ platform:iOS Simulator, id:BB917EC3-FCC4-487B-B05F-12A5772AE2D7, OS:15.5, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:02AE3332-6701-4FC0-B2AD-BC0B91A0D86E, OS:14.5, name:iPad Pro (9.7-inch) }
{ platform:iOS Simulator, id:7A72FD0D-A614-4004-8612-A15FB86F9580, OS:15.5, name:iPad Pro (9.7-inch) }
{ platform:iOS Simulator, id:A34C94C8-9FC7-4EFD-8F55-B53ABD665FE6, OS:14.5, name:iPad Pro (11-inch) (3rd generation) }
{ platform:iOS Simulator, id:0A7F88D2-6AFD-444B-86B5-7B10BA236F05, OS:15.5, name:iPad Pro (11-inch) (3rd generation) }
{ platform:iOS Simulator, id:BA0F8AC8-8679-4D19-A9B8-F85FA4340645, OS:14.5, name:iPad Pro (12.9-inch) (5th generation) }
{ platform:iOS Simulator, id:B9FE3225-8779-45E8-B84C-72B46210FFA2, OS:15.5, name:iPad Pro (12.9-inch) (5th generation) }
{ platform:iOS Simulator, id:3F3D0AA4-F692-4DEA-97E3-F4FF0D6FCDF6, OS:15.5, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:A1C685C5-B76A-4262-8C45-E0834ABFDE59, OS:14.5, name:iPhone 8 }
{ platform:iOS Simulator, id:D93EFEA2-7AB2-4A1D-A3FD-D9C9FC3AEE12, OS:15.5, name:iPhone 8 }
{ platform:iOS Simulator, id:2D665E39-FF84-4615-A8D6-12D7363EB55C, OS:14.5, name:iPhone 8 Plus }
{ platform:iOS Simulator, id:82C38B30-481D-47CC-B1DE-E1010D009CAF, OS:15.5, name:iPhone 8 Plus }
{ platform:iOS Simulator, id:24CA8805-51E1-4B86-8BAB-25D969929D98, OS:14.5, name:iPhone 11 }
{ platform:iOS Simulator, id:9F461CAB-8FE1-4CCF-B728-0B62D905867C, OS:15.5, name:iPhone 11 }
{ platform:iOS Simulator, id:FAC8097E-8AE8-442A-98A8-94D5F855FA7F, OS:14.5, name:iPhone 11 Pro }
{ platform:iOS Simulator, id:4BA76E63-81D9-4601-8818-3F2CC25C4CC0, OS:15.5, name:iPhone 11 Pro }
{ platform:iOS Simulator, id:93613918-1059-4B97-B78A-28A82137A1C5, OS:14.5, name:iPhone 11 Pro Max }
{ platform:iOS Simulator, id:CA3B4CD5-ED62-4296-8D8D-32F8406EDA81, OS:15.5, name:iPhone 11 Pro Max }
{ platform:iOS Simulator, id:25305A42-E3D8-45A0-814C-B238CD63C295, OS:14.5, name:iPhone 12 }
{ platform:iOS Simulator, id:71E18E09-44C7-480E-94B9-E92781D1F065, OS:15.5, name:iPhone 12 }
{ platform:iOS Simulator, id:D612032B-693F-4415-9B88-07A697C60976, OS:14.5, name:iPhone 12 Pro }
{ platform:iOS Simulator, id:63ACD059-E08C-41B4-A39C-A81E9F4390E8, OS:15.5, name:iPhone 12 Pro }
{ platform:iOS Simulator, id:2F608E8E-7949-4005-84F3-AF67C84BB34F, OS:14.5, name:iPhone 12 Pro Max }
{ platform:iOS Simulator, id:E2513FF2-054A-4838-A8A8-3C4707CC4222, OS:15.5, name:iPhone 12 Pro Max }
{ platform:iOS Simulator, id:4634AB32-97D8-432D-979E-DA239BBF22C4, OS:14.5, name:iPhone 12 mini }
{ platform:iOS Simulator, id:A1CC7D23-D682-4F62-B85A-13A7E73198AC, OS:15.5, name:iPhone 12 mini }
{ platform:iOS Simulator, id:FC25C11A-5860-486A-ABB3-B347EF9EE156, OS:15.5, name:iPhone 13 }
{ platform:iOS Simulator, id:C4EA3E83-9D98-4D80-9E26-9034FF97D074, OS:15.5, name:iPhone 13 Pro }
{ platform:iOS Simulator, id:2CEA9A70-ED89-4921-A303-575B824590FE, OS:15.5, name:iPhone 13 Pro Max }
{ platform:iOS Simulator, id:E7CC552D-2E23-43B1-8BF6-E451E195D14E, OS:15.5, name:iPhone 13 mini }
{ platform:iOS Simulator, id:7D9A4282-DEC8-4345-A946-2AEFD13D4FD0, OS:14.5, name:iPhone SE (2nd generation) }
{ platform:iOS Simulator, id:47002761-2F60-4C60-84DD-77E542FC0373, OS:15.5, name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:1CA151E9-D64A-467D-B885-E8F112CBB146, OS:14.5, name:iPod touch (7th generation) }
{ platform:iOS Simulator, id:9F3277A8-738B-4445-A457-4408989A0077, OS:15.5, name:iPod touch (7th generation) }+--------------------------------------+--------------------------------------------------------+
| Summary for gym 2.206.2 |
+--------------------------------------+--------------------------------------------------------+
| catalyst_platform | macos |
| project | ./Skydive Designer.xcodeproj |
| scheme | SkydiveDesigner |
| clean | false |
| output_directory | ~/tmp/FastlaneBuild |
| output_name | Skydive Designer |
| silent | false |
| skip_package_ipa | false |
| skip_package_pkg | false |
| installer_cert_name | Hobbyist Software Limited |
| build_path | /Users/rob/Library/Developer/Xcode/Archives/2022-06-12 |
| result_bundle | false |
| buildlog_path | ~/Library/Logs/gym |
| destination | generic/platform=macOS |
| xcargs | -allowProvisioningUpdates |
| xcodebuild_formatter | xcpretty |
| skip_profile_detection | false |
| xcodebuild_command | xcodebuild |
| skip_package_dependencies_resolution | false |
| disable_package_automatic_updates | false |
| use_system_scm | false |
| xcode_path | /Applications/Xcode.app |
+--------------------------------------+--------------------------------------------------------+[22:29:06]: $ set -o pipefail && xcodebuild -scheme SkydiveDesigner -project ./Skydive\ Designer.xcodeproj -destination 'generic/platform=macOS' -archivePath /Users/rob/Library/Developer/Xcode/Archives/2022-06-12/Skydive\ Designer\ 2022-06-12\ 22.29.06.xcarchive -allowProvisioningUpdates archive | tee /Users/rob/Library/Logs/gym/Skydive\ Designer-SkydiveDesigner.log | xcpretty
[22:29:06]: ▸ CallingDidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call
DidYouMean.correct_error(error_name, spell_checker)' instead.
[22:29:06]: ▸ 2022-06-12 22:29:06.367 xcodebuild[62262:19720135] 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
[22:29:06]: ▸ 2022-06-12 22:29:06.368 xcodebuild[62262:19720135] 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
[22:29:15]: ▸ xcodebuild: error: Unable to find a destination matching the provided destination specifier:
[22:29:15]: ▸ { generic:1, platform:macOS }
[22:29:15]: ▸ Available destinations for the "SkydiveDesigner" scheme:
[22:29:15]: ▸ { platform:macOS, arch:arm64, variant:Mac Catalyst, id:00006002-000449100185801E }
[22:29:15]: ▸ { platform:macOS, arch:x86_64, variant:Mac Catalyst, id:00006002-000449100185801E }
[22:29:15]: ▸ { platform:iOS, id:00008030-000505EC266B402E, name:Rob's iPad }
[22:29:15]: ▸ { platform:iOS Simulator, id:744480B1-AF4F-4E8D-AB44-73D359D66B44, OS:14.5, name:iPad (8th generation) }
[22:29:15]: ▸ { platform:iOS Simulator, id:E55C91FF-A8F2-46C8-98E9-DB93F87A133D, OS:15.5, name:iPad (9th generation) }
[22:29:15]: ▸ { platform:iOS Simulator, id:801B97E8-8059-4E00-93A6-C6E4350A7FAE, OS:14.5, name:iPad Air (4th generation) }
[22:29:15]: ▸ { platform:iOS Simulator, id:BB917EC3-FCC4-487B-B05F-12A5772AE2D7, OS:15.5, name:iPad Air (5th generation) }
[22:29:15]: ▸ { platform:iOS Simulator, id:02AE3332-6701-4FC0-B2AD-BC0B91A0D86E, OS:14.5, name:iPad Pro (9.7-inch) }
[22:29:15]: ▸ { platform:iOS Simulator, id:7A72FD0D-A614-4004-8612-A15FB86F9580, OS:15.5, name:iPad Pro (9.7-inch) }
[22:29:15]: ▸ { platform:iOS Simulator, id:A34C94C8-9FC7-4EFD-8F55-B53ABD665FE6, OS:14.5, name:iPad Pro (11-inch) (3rd generation) }
[22:29:15]: ▸ { platform:iOS Simulator, id:0A7F88D2-6AFD-444B-86B5-7B10BA236F05, OS:15.5, name:iPad Pro (11-inch) (3rd generation) }
[22:29:15]: ▸ { platform:iOS Simulator, id:BA0F8AC8-8679-4D19-A9B8-F85FA4340645, OS:14.5, name:iPad Pro (12.9-inch) (5th generation) }
[22:29:15]: ▸ { platform:iOS Simulator, id:B9FE3225-8779-45E8-B84C-72B46210FFA2, OS:15.5, name:iPad Pro (12.9-inch) (5th generation) }
[22:29:15]: ▸ { platform:iOS Simulator, id:3F3D0AA4-F692-4DEA-97E3-F4FF0D6FCDF6, OS:15.5, name:iPad mini (6th generation) }
[22:29:15]: ▸ { platform:iOS Simulator, id:A1C685C5-B76A-4262-8C45-E0834ABFDE59, OS:14.5, name:iPhone 8 }
[22:29:15]: ▸ { platform:iOS Simulator, id:D93EFEA2-7AB2-4A1D-A3FD-D9C9FC3AEE12, OS:15.5, name:iPhone 8 }
[22:29:15]: ▸ { platform:iOS Simulator, id:2D665E39-FF84-4615-A8D6-12D7363EB55C, OS:14.5, name:iPhone 8 Plus }
[22:29:15]: ▸ { platform:iOS Simulator, id:82C38B30-481D-47CC-B1DE-E1010D009CAF, OS:15.5, name:iPhone 8 Plus }
[22:29:15]: ▸ { platform:iOS Simulator, id:24CA8805-51E1-4B86-8BAB-25D969929D98, OS:14.5, name:iPhone 11 }
[22:29:15]: ▸ { platform:iOS Simulator, id:9F461CAB-8FE1-4CCF-B728-0B62D905867C, OS:15.5, name:iPhone 11 }
[22:29:15]: ▸ { platform:iOS Simulator, id:FAC8097E-8AE8-442A-98A8-94D5F855FA7F, OS:14.5, name:iPhone 11 Pro }
[22:29:15]: ▸ { platform:iOS Simulator, id:4BA76E63-81D9-4601-8818-3F2CC25C4CC0, OS:15.5, name:iPhone 11 Pro }
[22:29:15]: ▸ { platform:iOS Simulator, id:93613918-1059-4B97-B78A-28A82137A1C5, OS:14.5, name:iPhone 11 Pro Max }
[22:29:15]: ▸ { platform:iOS Simulator, id:CA3B4CD5-ED62-4296-8D8D-32F8406EDA81, OS:15.5, name:iPhone 11 Pro Max }
[22:29:15]: ▸ { platform:iOS Simulator, id:25305A42-E3D8-45A0-814C-B238CD63C295, OS:14.5, name:iPhone 12 }
[22:29:15]: ▸ { platform:iOS Simulator, id:71E18E09-44C7-480E-94B9-E92781D1F065, OS:15.5, name:iPhone 12 }
[22:29:15]: ▸ { platform:iOS Simulator, id:D612032B-693F-4415-9B88-07A697C60976, OS:14.5, name:iPhone 12 Pro }
[22:29:15]: ▸ { platform:iOS Simulator, id:63ACD059-E08C-41B4-A39C-A81E9F4390E8, OS:15.5, name:iPhone 12 Pro }
[22:29:15]: ▸ { platform:iOS Simulator, id:2F608E8E-7949-4005-84F3-AF67C84BB34F, OS:14.5, name:iPhone 12 Pro Max }
[22:29:15]: ▸ { platform:iOS Simulator, id:E2513FF2-054A-4838-A8A8-3C4707CC4222, OS:15.5, name:iPhone 12 Pro Max }
[22:29:15]: ▸ { platform:iOS Simulator, id:4634AB32-97D8-432D-979E-DA239BBF22C4, OS:14.5, name:iPhone 12 mini }
[22:29:15]: ▸ { platform:iOS Simulator, id:A1CC7D23-D682-4F62-B85A-13A7E73198AC, OS:15.5, name:iPhone 12 mini }
[22:29:15]: ▸ { platform:iOS Simulator, id:FC25C11A-5860-486A-ABB3-B347EF9EE156, OS:15.5, name:iPhone 13 }
[22:29:15]: ▸ { platform:iOS Simulator, id:C4EA3E83-9D98-4D80-9E26-9034FF97D074, OS:15.5, name:iPhone 13 Pro }
[22:29:15]: ▸ { platform:iOS Simulator, id:2CEA9A70-ED89-4921-A303-575B824590FE, OS:15.5, name:iPhone 13 Pro Max }
[22:29:15]: ▸ { platform:iOS Simulator, id:E7CC552D-2E23-43B1-8BF6-E451E195D14E, OS:15.5, name:iPhone 13 mini }
[22:29:15]: ▸ { platform:iOS Simulator, id:7D9A4282-DEC8-4345-A946-2AEFD13D4FD0, OS:14.5, name:iPhone SE (2nd generation) }
[22:29:15]: ▸ { platform:iOS Simulator, id:47002761-2F60-4C60-84DD-77E542FC0373, OS:15.5, name:iPhone SE (3rd generation) }
[22:29:15]: ▸ { platform:iOS Simulator, id:1CA151E9-D64A-467D-B885-E8F112CBB146, OS:14.5, name:iPod touch (7th generation) }
[22:29:15]: ▸ { platform:iOS Simulator, id:9F3277A8-738B-4445-A457-4408989A0077, OS:15.5, name:iPod touch (7th generation) }
[22:29:15]: ▸ Ineligible destinations for the "SkydiveDesigner" scheme:
[22:29:15]: ▸ { platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
[22:29:15]: ▸ { platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
CallingDidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call
DidYouMean.correct_error(error_name, spell_checker)' instead.
2022-06-12 22:29:06.367 xcodebuild[62262:19720135] 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-06-12 22:29:06.368 xcodebuild[62262:19720135] 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
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:macOS }Available destinations for the "SkydiveDesigner" scheme: { platform:macOS, arch:arm64, variant:Mac Catalyst, id:00006002-000449100185801E } { platform:macOS, arch:x86_64, variant:Mac Catalyst, id:00006002-000449100185801E } { platform:iOS, id:00008030-000505EC266B402E, name:Rob's iPad } { platform:iOS Simulator, id:744480B1-AF4F-4E8D-AB44-73D359D66B44, OS:14.5, name:iPad (8th generation) } { platform:iOS Simulator, id:E55C91FF-A8F2-46C8-98E9-DB93F87A133D, OS:15.5, name:iPad (9th generation) } { platform:iOS Simulator, id:801B97E8-8059-4E00-93A6-C6E4350A7FAE, OS:14.5, name:iPad Air (4th generation) } { platform:iOS Simulator, id:BB917EC3-FCC4-487B-B05F-12A5772AE2D7, OS:15.5, name:iPad Air (5th generation) } { platform:iOS Simulator, id:02AE3332-6701-4FC0-B2AD-BC0B91A0D86E, OS:14.5, name:iPad Pro (9.7-inch) } { platform:iOS Simulator, id:7A72FD0D-A614-4004-8612-A15FB86F9580, OS:15.5, name:iPad Pro (9.7-inch) } { platform:iOS Simulator, id:A34C94C8-9FC7-4EFD-8F55-B53ABD665FE6, OS:14.5, name:iPad Pro (11-inch) (3rd generation) } { platform:iOS Simulator, id:0A7F88D2-6AFD-444B-86B5-7B10BA236F05, OS:15.5, name:iPad Pro (11-inch) (3rd generation) } { platform:iOS Simulator, id:BA0F8AC8-8679-4D19-A9B8-F85FA4340645, OS:14.5, name:iPad Pro (12.9-inch) (5th generation) } { platform:iOS Simulator, id:B9FE3225-8779-45E8-B84C-72B46210FFA2, OS:15.5, name:iPad Pro (12.9-inch) (5th generation) } { platform:iOS Simulator, id:3F3D0AA4-F692-4DEA-97E3-F4FF0D6FCDF6, OS:15.5, name:iPad mini (6th generation) } { platform:iOS Simulator, id:A1C685C5-B76A-4262-8C45-E0834ABFDE59, OS:14.5, name:iPhone 8 } { platform:iOS Simulator, id:D93EFEA2-7AB2-4A1D-A3FD-D9C9FC3AEE12, OS:15.5, name:iPhone 8 } { platform:iOS Simulator, id:2D665E39-FF84-4615-A8D6-12D7363EB55C, OS:14.5, name:iPhone 8 Plus } { platform:iOS Simulator, id:82C38B30-481D-47CC-B1DE-E1010D009CAF, OS:15.5, name:iPhone 8 Plus } { platform:iOS Simulator, id:24CA8805-51E1-4B86-8BAB-25D969929D98, OS:14.5, name:iPhone 11 } { platform:iOS Simulator, id:9F461CAB-8FE1-4CCF-B728-0B62D905867C, OS:15.5, name:iPhone 11 } { platform:iOS Simulator, id:FAC8097E-8AE8-442A-98A8-94D5F855FA7F, OS:14.5, name:iPhone 11 Pro } { platform:iOS Simulator, id:4BA76E63-81D9-4601-8818-3F2CC25C4CC0, OS:15.5, name:iPhone 11 Pro } { platform:iOS Simulator, id:93613918-1059-4B97-B78A-28A82137A1C5, OS:14.5, name:iPhone 11 Pro Max } { platform:iOS Simulator, id:CA3B4CD5-ED62-4296-8D8D-32F8406EDA81, OS:15.5, name:iPhone 11 Pro Max } { platform:iOS Simulator, id:25305A42-E3D8-45A0-814C-B238CD63C295, OS:14.5, name:iPhone 12 } { platform:iOS Simulator, id:71E18E09-44C7-480E-94B9-E92781D1F065, OS:15.5, name:iPhone 12 } { platform:iOS Simulator, id:D612032B-693F-4415-9B88-07A697C60976, OS:14.5, name:iPhone 12 Pro } { platform:iOS Simulator, id:63ACD059-E08C-41B4-A39C-A81E9F4390E8, OS:15.5, name:iPhone 12 Pro } { platform:iOS Simulator, id:2F608E8E-7949-4005-84F3-AF67C84BB34F, OS:14.5, name:iPhone 12 Pro Max } { platform:iOS Simulator, id:E2513FF2-054A-4838-A8A8-3C4707CC4222, OS:15.5, name:iPhone 12 Pro Max } { platform:iOS Simulator, id:4634AB32-97D8-432D-979E-DA239BBF22C4, OS:14.5, name:iPhone 12 mini } { platform:iOS Simulator, id:A1CC7D23-D682-4F62-B85A-13A7E73198AC, OS:15.5, name:iPhone 12 mini } { platform:iOS Simulator, id:FC25C11A-5860-486A-ABB3-B347EF9EE156, OS:15.5, name:iPhone 13 } { platform:iOS Simulator, id:C4EA3E83-9D98-4D80-9E26-9034FF97D074, OS:15.5, name:iPhone 13 Pro } { platform:iOS Simulator, id:2CEA9A70-ED89-4921-A303-575B824590FE, OS:15.5, name:iPhone 13 Pro Max } { platform:iOS Simulator, id:E7CC552D-2E23-43B1-8BF6-E451E195D14E, OS:15.5, name:iPhone 13 mini } { platform:iOS Simulator, id:7D9A4282-DEC8-4345-A946-2AEFD13D4FD0, OS:14.5, name:iPhone SE (2nd generation) } { platform:iOS Simulator, id:47002761-2F60-4C60-84DD-77E542FC0373, OS:15.5, name:iPhone SE (3rd generation) } { platform:iOS Simulator, id:1CA151E9-D64A-467D-B885-E8F112CBB146, OS:14.5, name:iPod touch (7th generation) } { platform:iOS Simulator, id:9F3277A8-738B-4445-A457-4408989A0077, OS:15.5, name:iPod touch (7th generation) } Ineligible destinations for the "SkydiveDesigner" scheme: { platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device } { platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
[22:29:15]: Exit status: 70
[22:29:15]:
[22:29:15]: Maybe the error shown is caused by using the wrong version of Xcode
[22:29:15]: Found multiple versions of Xcode in '/Applications/'
[22:29:15]: Make sure you selected the right version for your project
[22:29:15]: This build process was executed using '/Applications/Xcode.app'
[22:29:15]: If you want to update your Xcode path, either
[22:29:15]:
[22:29:15]: - Specify the Xcode version in your Fastfile
[22:29:15]: ▸ xcversion(version: "8.1") # Selects Xcode 8.1.0
[22:29:15]:
[22:29:15]: - Specify an absolute path to your Xcode installation in your Fastfile
[22:29:15]: ▸ xcode_select "/Applications/Xcode8.app"
[22:29:15]:
[22:29:15]: - Manually update the path using
[22:29:15]: ▸ sudo xcode-select -s /Applications/Xcode.app
[22:29:15]:+-------------+-------------------------+
| Build environment |
+-------------+-------------------------+
| xcode_path | /Applications/Xcode.app |
| gym_version | 2.206.2 |
| sdk | iPhoneOS15.5.sdk |
+-------------+-------------------------+[22:29:15]: ▸ PureLayout: https://github.com/PureLayout/PureLayout.git @ 3.1.9
[22:29:15]: ▸ SwiftyStoreKit: https://github.com/bizz84/SwiftyStoreKit.git @ 0.16.4
[22:29:15]: ▸ SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.19.0
[22:29:15]: ▸ abseil: https://github.com/firebase/abseil-cpp-SwiftPM.git @ 0.20220203.1
[22:29:15]: ▸ Firebase: https://github.com/firebase/firebase-ios-sdk @ 9.1.0
[22:29:15]:
[22:29:15]: ⬆️ Check out the few lines of rawxcodebuild
output above for potential hints on how to solve this error
[22:29:15]: 📋 For the complete and more detailed error log, check the full log at:
[22:29:15]: 📋 /Users/rob/Library/Logs/gym/Skydive Designer-SkydiveDesigner.log
[22:29:15]:
[22:29:15]: Looks like fastlane ran into a build/archive error with your project
[22:29:15]: It's hard to tell what's causing the error, so we wrote some guides on how
[22:29:15]: to troubleshoot build and signing issues: https://docs.fastlane.tools/codesigning/getting-started/
[22:29:15]: Before submitting an issue on GitHub, please follow the guide above and make
[22:29:15]: sure your project is set up correctly.
[22:29:15]: fastlane usesxcodebuild
commands to generate your binary, you can see the
[22:29:15]: the full commands printed out in yellow in the above log.
[22:29:15]: Make sure to inspect the output above, as usually you'll find more error information there
[22:29:15]:
+------------------+-------------+
| Lane Context |
+------------------+-------------+
| ENVIRONMENT | mac |
| DEFAULT_PLATFORM | ios |
| PLATFORM_NAME | ios |
| LANE_NAME | ios release |
| BUILD_NUMBER | 155 |
| VERSION_NUMBER | 3.0.0 |
+------------------+-------------+
[22:29:15]: Error building the application - see the log above+------+---------------------------------------+-------------+
| fastlane summary |
+------+---------------------------------------+-------------+
| Step | Action | Time (in s) |
+------+---------------------------------------+-------------+
| 1 | default_platform | 0 |
| 2 | Switch to ios increment lane | 0 |
| 3 | increment_build_number | 1 |
| 4 | Switch to ios sync_versions lane | 0 |
| 5 | get_version_number_from_xcodeproj | 0 |
| 6 | increment_version_number_in_xcodeproj | 0 |
| 7 | increment_version_number_in_xcodeproj | 0 |
| 8 | increment_version_number_in_xcodeproj | 0 |
| 9 | increment_version_number_in_xcodeproj | 0 |
| 💥 | build_app | 45 |
+------+---------------------------------------+-------------+[22:29:15]: fastlane finished with errors
Environment
✅ fastlane environment ✅
Stack
Key Value OS 12.4 Ruby 3.1.0 Bundler? false Git git version 2.32.1 (Apple Git-133) Installation Source ~/.rvm/gems/ruby-3.1.0/bin/fastlane Host macOS 12.4 (21F79) Ruby Lib Dir ~/.rvm/rubies/ruby-3.1.0/lib OpenSSL Version OpenSSL 1.1.1n 15 Mar 2022 Is contained false Is homebrew false Is installed via Fabric.app false Xcode Path /Applications/Xcode.app/Contents/Developer/ Xcode Version 13.4.1 Swift Version 5.6.1 System Locale
Variable Value LANG en_GB.UTF-8 ✅ LC_ALL LANGUAGE fastlane files:
`./fastlane/Fastfile`
# This file contains the fastlane.tools configuration # You can find the documentation at https://docs.fastlane.tools # # For a list of all available actions, check out # # https://docs.fastlane.tools/actions # # For a list of all available plugins, check out # # https://docs.fastlane.tools/plugins/available-plugins # # Uncomment the line if you want fastlane to automatically update itself # update_fastlane default_platform(:ios) platform :ios do desc "Frame it" lane :frame do frameit(white: false, path: './fastlane/screenshots') end desc "Frame it for Mac" lane :frame_mac do frameit(force_device_type: 'MacBook', path: './fastlane/screenshots mac') end desc "Update all fastlane tools" lane :update do update_fastlane end desc "Increment Build Numbers" lane :increment do increment_build_number(xcodeproj: "Skydive Designer.xcodeproj") sync_versions end desc "Upload Metadata" lane :metadata do deliver( screenshots_path: ENV["ENV_SCREENSHOT_PATH"], platform: ENV["ENV_DELIVER_PLATFORM"], force: false, skip_binary_upload: true, skip_screenshots: true, overwrite_screenshots:false, skip_metadata: false, submit_for_review: false) end desc "Sync version numbers between app extension" #https://github.com/SiarheiFedartsou/fastlane-plugin-versioning lane :sync_versions do version = get_version_number_from_xcodeproj(target: 'Skydive Designer') print("Paid Version is: #{version}\n") #version = "80" increment_version_number_in_xcodeproj( version_number: version, target: 'Skydive Designer' ) increment_version_number_in_xcodeproj( version_number: version, target: 'SkyThumb' ) increment_version_number_in_xcodeproj( version_number: version, target: 'MacNess' ) increment_version_number_in_xcodeproj( version_number: version, target: 'SkyPreview' ) end desc "Push a new beta build to TestFlight" lane :beta do changelog = prompt( text: "Changelog: " ) increment build_app(workspace: "Skydive Designer.xcworkspace", scheme: "SkydiveDesigner") upload_to_testflight( changelog: changelog, beta_app_description: "Skydive Designer for iOS", beta_app_feedback_email: "rob@hobbyistsoftware.com", distribute_external: true, notify_external_testers: true, skip_submission: false, groups: "External" ) end desc "Submit for review" lane :release do increment build_app( catalyst_platform: ENV["ENV_CATALYST_PLATFORM"] ) deliver( screenshots_path: ENV["ENV_SCREENSHOT_PATH"], platform: ENV["ENV_DELIVER_PLATFORM"], force: true, skip_binary_upload: false, skip_screenshots: true, overwrite_screenshots:false, skip_metadata: false, submit_for_review: true, automatic_release: false) end lane :release_all do puts "NB: Shell is not interactive for this lane - so you can't enter login code" sh "fastlane release --env ios" sh "fastlane release --env mac" end # end end`./fastlane/Appfile`
app_identifier("com.HobbyistSoftware.MilkoJumps") # The bundle identifier of your app apple_id("hobbyist@hobbyistsoftware.com") # Your Apple email address itc_team_id("18645") # App Store Connect Team ID team_id("JHV5RC82C3") # Developer Portal Team ID # For more information about the Appfile, see: # https://docs.fastlane.tools/advanced/#appfilefastlane gems
Gem Version Update-Status fastlane 2.206.2 ✅ Up-To-Date Loaded fastlane plugins:
Plugin Version Update-Status fastlane-plugin-versioning 0.5.0 ✅ Up-To-Date Loaded gems
Gem Version error_highlight 0.3.0 did_you_mean 1.6.1 atomos 0.1.3 rexml 3.2.5 CFPropertyList 3.0.5 claide 1.1.0 colored2 3.1.2 nanaimo 0.3.0 xcodeproj 1.21.0 rouge 2.0.7 xcpretty 0.3.0 terminal-notifier 2.0.0 unicode-display_width 1.8.0 terminal-table 1.8.0 plist 3.6.0 addressable 2.8.0 multipart-post 2.0.0 word_wrap 1.0.0 optparse 0.1.1 tty-screen 0.8.1 tty-cursor 0.7.1 tty-spinner 0.9.3 artifactory 3.0.15 babosa 1.0.4 colored 1.2 highline 2.0.3 commander 4.6.0 unf 0.1.4 domain_name 0.5.20190701 http-cookie 1.0.4 faraday-cookie_jar 0.0.7 faraday-em_http 1.0.0 faraday-em_synchrony 1.0.0 faraday-excon 1.1.0 faraday-httpclient 1.0.1 faraday-multipart 1.0.3 faraday-net_http 1.0.1 faraday-net_http_persistent 1.2.0 faraday-patron 1.0.0 faraday-rack 1.0.0 faraday-retry 1.0.3 ruby2_keywords 0.0.5 faraday 1.10.0 faraday_middleware 1.2.0 fastimage 2.2.6 gh_inspector 1.1.3 json 2.6.1 mini_magick 4.11.0 naturally 2.2.1 rubyzip 2.3.2 security 0.1.3 xcpretty-travis-formatter 1.0.1 dotenv 2.7.6 simctl 1.6.8 jwt 2.3.0 uber 0.1.0 declarative 0.0.20 trailblazer-option 0.1.2 representable 3.1.1 retriable 3.1.2 mini_mime 1.1.2 httpclient 2.8.3 webrick 1.7.0 google-apis-core 0.4.2 google-apis-playcustomapp_v1 0.7.0 emoji_regex 3.2.3 set 1.0.2 public_suffix 4.0.7 excon 0.92.3 unf_ext 0.0.8.1 bundler 2.3.8 multi_json 1.15.0 signet 0.16.1 os 1.1.4 memoist 0.16.2 googleauth 1.1.3 google-apis-androidpublisher_v3 0.20.0 rake 13.0.6 digest-crc 0.6.4 google-apis-storage_v1 0.13.0 google-apis-iamcredentials_v1 0.10.0 google-cloud-errors 1.2.0 google-cloud-env 1.6.0 google-cloud-core 1.6.0 google-cloud-storage 1.36.2 aws-eventstream 1.2.0 aws-sigv4 1.5.0 aws-partitions 1.587.0 jmespath 1.6.1 aws-sdk-core 3.130.2 aws-sdk-kms 1.56.0 aws-sdk-s3 1.114.0 forwardable 1.3.2 logger 1.5.0 pathname 0.2.0 shellwords 0.1.0 cgi 0.3.1 date 3.2.2 timeout 0.2.0 stringio 3.0.1 securerandom 0.1.1 uri 0.11.0 openssl 3.0.0 digest 3.1.0 io-nonblock 0.1.0 ipaddr 1.2.3 io-wait 0.2.1 zlib 2.1.1 resolv 0.2.1 time 0.2.0 open-uri 0.2.0 mutex_m 0.1.1 net-protocol 0.1.2 net-http 0.2.0 rack 2.2.3 rack-test 1.1.0 fileutils 1.6.0 tempfile 0.1.2 delegate 0.2.0 tmpdir 0.1.2 ostruct 0.5.2 english 0.7.1 erb 2.2.3 strscan 3.0.1 abbrev 0.1.0 io-console 0.5.11 base64 0.1.1 singleton 0.1.1 open3 0.1.1 nkf 0.1.1 mini_portile2 2.8.0 racc 1.6.0 nokogiri 1.13.3 prettyprint 0.1.1 pp 0.3.0 find 0.1.1 yaml 0.2.0 psych 4.0.3 oj 3.13.11 bigdecimal 3.1.1 fastlane-plugin-versioning 0.5.0 generated on: 2022-06-12
Notarized Mac Catalyst app fails to run due to com.apple.developer.user-fonts entitlement. I have an myaccountaccess app which I'm trying to build with mac Catalyst.
Turn any Swift sub-projects into Swift packages, not embedded Xcode projects. So, I deleted one library's Xcode project from the parent project, and dragged its top-level directory into the parent project to include it as a Swift package. Now... this particular sub-project (SQLite.swift) already had a Swift package defined. I haven't generated a Swift package myself before, so I can't help with that. Also, don’t forget to add it to the Frameworks, Libraries, and Embedded Content list on the app’s target.
Go into your project's build settings and delete the "Supported platforms" setting. If you click on the "levels" button above the build-settings list, you can see where each setting is coming from. "Supported platforms" should be non-bold. Highlight the line and press Delete if it's bold. Then go into your target and do the same thing: delete "Supported platforms."
Set the Base SDK at your project (top) level to iOS; this is a must. Delete it from the target level, so it inherits from the project; I don't know if this holds true for multiple kinds of targets or all projects, but it's working for me.
Remove the VALID_ARCHS build setting from all targets, if it's present. That setting is deprecated.