I tried the same by creating a native project in XCode and stripped the debug symbols using the following configurationĪfter archiving the XCode project, I used the nm command and I am not getting any symbol information. Click the iOS Bundle Signing For Configuration, select Debug. In the Visual Studio for Mac Solution Pad, double-click on Info. Connect your iOS device to the Mac build host via USB or wirelessly. Library/Frameworks/amework/External/xbuild/Xamarin/iOS/(1005,3): error MSB3375: The file 'bin/iPhone/Release//Contents/ist' does not exist. How do I run xamarin iOS app in Visual Studio Deploy your Xamarin. I used the nm command to check and still I am getting symbol information from the iPA file.Īlso tried adding -dsym=false in the Additional mtouch Arguments but I am unable to archive the file and getting the following error
I enabled the Strip native debugging symbols under Project Options -> iOS Build. I need to remove the debugging symbols from the IPA file.