简体   繁体   English

IOS应用在IOS 7.1上崩溃,但可与IOS 8一起使用

[英]IOS app is crashing on IOS 7.1 but works with IOS 8

I have an app that is live on the app store, but it isn't launching on IOS 7.1 devices. 我的应用商店中有一个正在运行的应用,但它并未在IOS 7.1设备上启动。 I set the deployment target for IOS 7.1, but my base sdk is IOS 8. It makes sense that this would case a crash on non-ios8 devices. 我为IOS 7.1设置了部署目标,但我的基本sdk是IOS8。这很有意义,这会导致非ios8设备崩溃。 Am I correct in my thinking? 我的想法正确吗? Do I need to go back and use the IOS 7.1 SDK?? 我需要回去使用IOS 7.1 SDK吗?

您可以继续使用iOS8。但是您需要在仅使用iOS 8的API调用中检入代码,并将其从iOS 7上排除。如果不确定该怎么做,请将部署目标更改为iOS 8 。

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

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