xamarin / xamarin-macios

.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
Other
2.42k stars 507 forks source link

The Pipeline of Xamarin forms is failing in Xamarin IOS project #20597

Closed RamAndyDev closed 1 month ago

RamAndyDev commented 1 month ago

Steps to Reproduce

  1. Running Pipleline of Xamarin forms app in Azure

Expected Behavior

The pipeline should be successful

Actual Behavior

Getting this error. error MT0099 : Internal error : 'can't process a mix of dylibs and frameworks: /Users/runner/.nuget/packages/skiasharp.nativeassets.ios/2.88.8/runtimes/ios/native/libSkiaSharp.framework,

I have this issue in ios.csproj file while running pipeline in Azure. I am building the App in Xamarin Forms. It is deploying properly while debugging the app in my device.

Environment

Visual Studio 2022

Version information ``` ```

Build Logs

Example Project (If Possible)

dalexsoto commented 1 month ago

Unfortunately Xamarin support ended on May 1st https://dotnet.microsoft.com/en-us/platform/support/policy/xamarin, That said I would suggest to check if all the versions you are using in your local dev box matches the one in your pipeline.