When selecting a file, and going to its properties in an iOS project using Xamarin, there is no LinkDescription option under Build Action. I need this in order to do custom linking, as noted here: https://developer.xamarin.com/guides/cross-platform/advanced/custom_linking/
The Xamarin documentation on this page says "For iOS : set the Build Action to LinkDescription".
How do I select this build action if it isn't available as an option in Visual Studio?
Xamarin.iOS
app project and not an PCL/NetStd library project? – SushiHangover