Recently I generated an IPA file using the Visual Studio (Xamarin).
when I extract the IPA file -> Show Package content. I see there is an appName.IOS.exe file, which is 84MB of size.
This increase the overall app size. Meaning is Exe file is treated as a document from IOS device.
How to build an IPA without this Exe file?
Your inputs are appreciated. Thanks.