Open
Description
Description
After updating to Xcode 16.3 version in our iOS build pipeline file, it hangs at Resolving package dependency step every time at a different package. I am able to successfully build all the packages locally on my Mac running macOS 15.4.1 and Xcode 16.3 (16E140).
The build pipeline was working successfully with Xcode 15.3.
Platforms affected
- Azure DevOps
- GitHub Actions - Standard Runners
- GitHub Actions - Larger Runners
Runner images affected
- Ubuntu 22.04
- Ubuntu 24.04
- macOS 13
- macOS 13 Arm64
- macOS 14
- macOS 14 Arm64
- macOS 15
- macOS 15 Arm64
- Windows Server 2019
- Windows Server 2022
- Windows Server 2025
Image version and build link
Current runner version: '2.323.0'
Is it regression?
no
Expected behavior
Builds to be generated successfully after the build pipelines runs with updated Xcode version 16.3.
Actual behavior
Build action fails after timing out at Resolving Package Dependency step.
Repro steps
Update Xcode version to 16.3 and macOS version to macos-15, build pipeline fails.
deploy:
runs-on: macos-15
name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.3'