I want to build an ios app with Xamarin. This app has to be available on iphone 5c and later. When I installed Visual studio 2017, the sdk (xamarin.ios) installed is 11.14 and I can't build app for arm v7 or 7s because this sdk needs arm 64 ! So ... I can't build an app for my iphone 5c (which have an old 32 bits arm ;-) )
So how can I download sdk prior to v11 to enable arm v7 build? Or is there a method to build ios app with my sdk 11.14 for armv7?
Config : - PC , windows 10, visual studio community 2017 (15.7.4) - Mac book pro 2017, High sierra (10.13.5), xcode 9.4.1
Thanks, Luc