Unity arm64
文章目录[点击展开](?)[+] ERROR ITMS-90086 Unity IOS 64 Unity配置支持IOS 64 xcode查看支持arm64 参考资料 注意事项 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中可...