码迷,mamicode.com
首页 > 移动开发 > 详细

IOS ipa安装不上 e8000087

时间:2015-12-21 15:52:48      阅读:807      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!