Share via

Binding library with xcfranework

Rishabh Pandey 0 Reputation points
2023-10-02T22:28:48.4033333+00:00

How to use xcframework in xamarin ios binding library

Developer technologies | .NET | Xamarin

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 84,086 Reputation points
    2023-10-03T17:35:50.8933333+00:00

    xcframework is just a bundle format for libraries. it allows a single bundler for both swift and objective-c libraries that support multiple platforms. Xamarin added support.

    see this thread (its the only documentation):

    https://github.com/xamarin/xamarin-macios/issues/10774

    note: Xamarin IOS only supports Xcode 14, be sure not to upgrade to the current version 15. As Xamarin IOS support ends May 1, 2024, you should start your Maui migration.

    Was this answer helpful?


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.