简体   繁体   English

Xcode 6.3-> 8.2模拟器崩溃

[英]Xcode 6.3 --> 8.2 simulator crash

I can't launch my watch app using iOS 8.2 simulator with Xcode 6.3 . 我无法使用带有Xcode 6.3的iOS 8.2模拟器启动我的手表应用程序。 I receive this crash at startup : "Dyld Error Message: app was built for iOS 8.3 which is newer than this simulator 8.2" 我在启动时收到此崩溃消息:“ Dyld错误消息:该应用程序是为iOS 8.3(比此模拟器8.2更新)构建的”

My iOS app's deployment target is iOS 7.0, my watchKit Extension's, and Watch App's deployment target is 8.2 . 我的iOS应用程序的部署目标是iOS 7.0,我的watchKit扩展程序的部署目标是8.2。

Do you have any idea how can this issue be solved? 您是否知道如何解决此问题?

Something in your project has a deployment target of 8.3 set. 您项目中的某个对象的部署目标设置为8.3。 I suggest you grep through your project and xcconfigs for IPHONEOS_DEPLOYMENT_TARGET to see where it may be coming from. 我建议您在IPHONEOS_DEPLOYMENT_TARGET的项目和xcconfigs中进行grep操作,以查看其来源。

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

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