I am trying to upload the .ipa file using Application Loader. The .ipa built using VS.net Xamarin. While deploying the .ipa file using Application Loader I am getting following error:
ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'StreamLine.iOS.app/libMicrosoft.CSharp.dll.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure.",
ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'StreamLine.iOS.app/libOpenTK-1.0.dll.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure.",
ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'StreamLine.iOS.app/libSystem.Numerics.dll.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure.",
Any ideas how to fix this? I have removed the bin and obj folder from the forms and ios project, also clean the project and rebuild it multiple times, but still having the same issues.