I'm creating a xamarin.ios binding with Xamarin Studio 6. I've added the static library as Native References. But how can I set the LinkTarget (LinkTarget = LinkTarget.ArmV7 | LinkTarget.Simulator) via the Property window?
Asked
Active
Viewed 158 times
1 Answers
1
It is not needed anymore since Xamarin.iOS will figure that out for you. Are you having any issues?
If you are having issues you can definitely use the old method by having the FooLib.LinkWith.cs
and set yourself the LinkWith
attribute there. Remove your lib from Native References
folder and add your FooLib.a
to your project root folder, it should still generate the FooLib.LinkWith.cs
automagically.
Hope this helps!

dalexsoto
- 3,412
- 1
- 27
- 43