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

Developer technologies | .NET | .NET MAUI
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 82,326 Reputation points Volunteer Moderator
    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.


Your answer

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