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.48k stars 514 forks source link

.NET iOS 9 Build issue #21622

Open ArunaYarra opened 2 days ago

ArunaYarra commented 2 days ago

Apple platform

iOS

Framework version

net9.0-*

Affected platform version

.NET 9.0

Description

Getting the Linker error when building MAUI application with Mac OS Sequoia and Xcode 16

clang++ exited with code 1: ld: building for 'iOS-simulator', but linking in object file (/Users/*/*/obj/Debug/net9.0-ios/iossimulator-arm64/linker-cache/.a[arm64]2) built for 'iOS' clang++: error: linker command failed with exit code 1 (use -v to see invocation)

Steps to Reproduce

  1. Add any Binding library to MAUI application and build the project

Did you find any workaround?

No response

Build logs

No response

ArunaYarra commented 2 days ago

Here is the sample app for your reference: https://github.com/ArunaYarra/AXAiOSBindingsApp