How can I write a maui or xamarin.ios library for use by xcode developers

超 刘 0 Reputation points
2023-09-09T14:52:12.8933333+00:00

I need to give the xcode developer an Objective-C second call to either maui or xamarin. What do I need to do to make this happen

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,158 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,869 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 44,621 Reputation points
    2023-09-09T16:11:59.1466667+00:00

    Not currently supported by the build tools. Nor is there support for objective-c message entry points. You would need to define c callable entry points and modify the build chain to create static libraries.