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
Add any Binding library to MAUI application and build the project
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
Did you find any workaround?
No response
Build logs
No response