Hello,
I have a library that I am binding for Xamarin.
My library have multiple dependencies.
I used "sharpie pod bind" command to create the .frameworks used as native references.
My problem is that the the .framework generated by the command "sharpie pod bind" contain only devices architectures, and does not include simulator.
Is there a way to run "sharpie pod bind" for the simulator architecture ?
Otherwise, is there a way to know what commands are executed when running "sharpie pod bind"