ERROR ITMS-90086
ERROR ITMS-90086:"missing 64-bit support. beginning on february 1, 2015, new iOS apps submitted to the app store must be include 64-bit support and be built with the ios8 SDK......"。
這個Error是在提交應用到appstore報的,大致意思就是說 應用不支持IOS64位
Unity IOS 64
Unity配置支持IOS 64
選擇菜單 File / Build Setting /Player Settings ,打開配置項 “Scripting Backend”選擇 IL2CPP ;“Architecture”選擇 Universal
xcode查看支持arm64
build之后,在xcode中可以看到,項目已經支持arm64
然后就可以提交到app store 了
參考資料
Unity4.6.2發布,支持64位iOS http://forum.china.unity3d.com/thread-1524-1-1.html
注意事項
項目中所使用的插件也要支持64位,才可以編譯成功




