-
Notifications
You must be signed in to change notification settings - Fork 549
Open
Description
Apple platform
iOS
Framework version
net10.0-*
Affected platform version
Azure dev ops macos-15 image
Description
related to #24314
I have made similar changes using 26.1.1 xcode and getting a different error
Steps to Reproduce
- have these steps in pipeline:
2 - script: ls /Applications | grep 'Xcode'
displayName: 'List installed Xcode versions'- task: CmdLine@2
displayName: 'Selects a specific version of Xcode'
inputs:
script: 'sudo xcode-select -switch /Applications/Xcode_$(xcode-version).app/Contents/Developer'
- task: CmdLine@2
Did you find any workaround?
No
Relevant log output
/Users/runner/hostedtoolcache/dotnet/packs/Microsoft.iOS.Sdk.net10.0_26.1/26.1.10502/targets/Xamarin.Shared.Sdk.targets(1862,3): error : ArgumentException: The value cannot be an empty string. (Parameter 'path') [/Users/runner/work/1/s/project/project.csproj::TargetFramework=net10.0-ios]
/Users/runner/hostedtoolcache/dotnet/packs/Microsoft.iOS.Sdk.net10.0_26.1/26.1.10502/targets/Xamarin.Shared.Sdk.targets(1862,3): error : at System.ArgumentException.ThrowNullOrEmptyException(String argument, String paramName)
Metadata
Metadata
Assignees
Labels
No labels