简体   繁体   English

在Xcode 9上构建的向后兼容性可在iPad版本iOS 9.0上运行

[英]Backwards compatibility built on Xcode 9 to run on iPad version iOS 9.0

I have an issue my original application that was built on iOS version 9.0, my new release is built using Xcode 9.2 i set deployment target to 9.0.to be backward compatible to older iPads.. App crashes on trying to save to core data ' Does not recognize Entity for name ' The Entity name is in my Core Data Stack , so I am not sure what is going on. 我有一个问题,我认为是建立在iOS 9.0版原来的应用程序,我的新版本中使用的Xcode 9.2我设置的部署目标9.0.to是较老的iPad向后兼容..应用程序崩溃,在试图保存到核心数据“ 无法识别实体名称 (实体名称位于我的Core Data Stack中,所以我不确定发生了什么。 Any guidance or ideas ? 有什么指导或想法吗?

Regards JZ 问候JZ

Hey JZ I know you asked this months ago - but see the answer to this question here: Xcode: iOS backward and forward compatibility for Deployment Target . 嘿JZ,我知道您是在几个月前问的-但请在此处查看此问题的答案: Xcode:iOS对Deployment Target的向后​​和向前兼容性

Apparently, you have to target the minimum OS you wish to support, as compatibility only runs forward for iOS development. 显然,你的目标,你希望支持的最低OS,配伍只运行的iOS开发。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM