Good afternoon,
I am using Telerik.UI.For.MAUI Version 6.3.0 (the issue also happens with 6.0.0) my .NET MAUI version is 7.0.52.
The Telerik controls that I'm using are the following:
- RadDateTimePicker
- Button
- RichTextEditor
Through Visual Studio I am paired to a mac and whenever I try to launch the iOS simulator I keep getting the following error:
Severity Code Description Project File Line Suppression State
Error clang++ exited with code 1:
ld: in /Users/devtester/Library/Caches/Xamarin/mtbs/builds/Ethel/734efe11f7dfae48b86ca62a722964f63815352b60a5fb7b241a48182b855194/obj/Debug/net7.0-ios/ios-arm64/linker-cache/TelerikUI.a(TKChartAnnotation.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/devtester/Library/Caches/Xamarin/mtbs/builds/Ethel/734efe11f7dfae48b86ca62a722964f63815352b60a5fb7b241a48182b855194/obj/Debug/net7.0-ios/ios-arm64/linker-cache/TelerikUI.a'
clang: error: linker command failed with exit code 1 (use -v to see invocation) Ethel C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\16.4.7107\targets\Xamarin.Shared.Sdk.targets 1272
Any suggestions?