Lỗi có dạng như sau:
ERROR ITMS-90086: “Missing 64-bit support. iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK or later. We recommend using the default “Standard Architectures” build setting for “Architectures” in Xcode, to build a single binary with both 32-bit and 64-bit support.”
Môi trường: Xamarin studio
Cách xử lý: vào Project option chỉnh Supported architectures như hình:
Check thêm vào Enable device-specific builds
Rebuild, Archive và Publish lại
Nếu còn lỗi này xảy ra. Có thể bạn đang chọn deploy trên 1 thiết bị 32bit (iphone5c, 4s,…), chức năng Archive & publish của xamarin studio sẽ mặc định archive 32bit (để ý kỹ sẽ thấy ipa build ra nhẹ hơn bình thường gấp đôi). Cách đơn giản nhất là chỉ cần tắt và mở lại xamarin studio là xong!