Unable to migrate Xamarin.iOS binding project #23157
Closed
nk-alex
started this conversation in
Upgrading from Xamarin
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm following this article in order to migrate a Xamarin.iOS binding library to MAUI.
Back in Xamarin.Forms, by creating a iOS Bindings Library (Xamarin), a project like this is generated:
Native references could be added by right click on native references.
In MAUI, when I create a new iOS Binding Library, this is the project generated:
The step 2 in the mentioned article, says
Add your native library, or native framework, to the project as a native reference
But I'm not able to do it. If I try to add my .a native library as project reference I receiveThe reference is invalid or unsupported.
If I edit the project myself adding:
the project compiles but I cannot use the generated .dll file.
Beta Was this translation helpful? Give feedback.
All reactions