I’m encountering an issue with the NET-iOS.Naxam.FSCalendar library while migrating my project from .NET 8 to .NET 9

Hirak Desai 0 Reputation points
2024-11-28T05:21:41.8266667+00:00

/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_18.0/18.0.8314/targets/Xamarin.Shared.Sdk.targets(1648,3): error : clang++ exited with code 1: ld: building for 'iOS-simulator', but linking in dylib (/Users/admin/.nuget/packages/net-ios.naxam.fscalendar/2.8.3.1/lib/net7.0-ios16.1/Naxam.FSC alendar.iOS.resources/FSCalendar.framework/FSCalendar) built for 'iOS' clang++: error: linker command failed with exit code 1 (use -v to see invocation)

Build failed with 1 error(s) and 6 warning(s) in 19.4s

I attempted to migrate to .NET 9, as it likely includes a fix for syncing the storyboard with Visual Studio code, an issue that persisted in the previous version.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,763 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 68,486 Reputation points
    2024-12-08T01:47:25.5766667+00:00

    This package is not maintained, and may not work with current sdks. There is a fork that updates it to net 7, but you will need to fork to upgrade source to support to net 8/9:

    https://github.com/kolinkor/fscalendar-ios-binding

    you are probably better off picking a new package.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.