Hello, I'm trying to bind CKViewPager (ideally I'd want to bind the swift version since it's more up to date, but binding swift projects looks insanely complex).
The issue I'm running into is after binding it with sharpie pod bind, it creates two cs files and a .framework file. The documentation doesn't say what to do after that. And every tutorial I've found uses a .a file to create the Xamarin.iOS binding, but the command doesn't create a .a file.
Anyone know what to do next after using sharpie pod bind to make a binding?
Thanks