Xcode – Bundling a dext into an iOS .ipa with Xamarin
I have an project that takes a two-step process to build an iOS app. There's the native libraries and .dext built in XCode, and then those are linked to a Xamarin project that I use to finish building the app…