At the moment, I'm an intern in a company. The L.E. asked me to create an APP using Xamarin and to include a native library from iOS (Swift). My idea is to create an APP that allows people who use it to learn about some characters from a TV show using this API. The question I have is: how can I create a framework in Xcode to subsequently use it in Xamarin?
The idea I have is:
- Clone the project with git clone.
- Create a new project in Xcode called RickMortyAPI: New Project > iOS > Framework.
- Create a folder called "sources" in the project created and move all the .swift files from the API into the new folder in the project.
- I am unsure if this is the correct implementation.
So, basically, I need to create the framework correctly to include it in the Xamarin project.
Источник: https://stackoverflow.com/questions/780 ... th-xamarin