首页 > 移动平台 > 详细

IOS ipa安装不上 e8000087

时间:2015-12-21 15:51:29      阅读:285      评论:0      收藏:0      [点我收藏+]

iPhone5是32位的,所以按照64位编译出来的32位不支持,下面3种方案的,选择第3中就可以了。

  • e8000087: Your iOS device does not support the selected target platform architecture. This can happen when you try to run a 64-bit iOS application on a 32-bit iOS device. To get your application running on a device you must do either one of the following:
    • Change the target device to a 64-bit iOS device.
    • In the Project Manager, choose iOS Device - 32 bit as the target platform to run your application on any 32-bit iOS device.
    • Enable the Generate iOS universal binary file (armv7 + arm64) option to build your application so that it supports both 32-bit and 64-bit iOS devices. You can find this option in:
      • Project > Options > Delphi Compiler > Compiling > Other options (Delphi)
      • Project > Options > C++ Compiler > Advanced > Other options (C++) 

IOS ipa安装不上 e8000087

原文:http://www.cnblogs.com/cb168/p/5063471.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!