zoukankan      html  css  js  c++  java
  • Unity 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位

    ZZNP~3F5PYIH{}KF`~()0$5

    Unity IOS 64

    Unity配置支持IOS 64

    选择菜单 File / Build Setting /Player Settings ,打开配置项 “Scripting Backend”选择 IL2CPP ;“Architecture”选择 Universal

    QSH0TWLMGQQKWP@K)T`Z5H3

    xcode查看支持arm64

    build之后,在xcode中可以看到,项目已经支持arm64

    image

    然后就可以提交到app store 了

    7FN7EK63@ROGRLI@SG$%KK9

    参考资料

    Unity4.6.2发布,支持64位iOS http://forum.china.unity3d.com/thread-1524-1-1.html

    注意事项

    项目中所使用的插件也要支持64位,才可以编译成功

  • 相关阅读:
    淘宝网六个质量属性场景
    架构漫谈阅读笔记2
    poj 3304
    poj 2318
    bzoj 4008
    任意模数NTT
    CF623E
    CF712E
    bzoj 1925
    bzoj 4710
  • 原文地址:https://www.cnblogs.com/zhaoqingqing/p/4588885.html
Copyright © 2011-2022 走看看