简体   繁体   English

重置模拟器后,iOS7中的应用程序崩溃

[英]Application crashed in iOS7 after reset Simulator

At the time of star coding in xcode 5, one thing that i struggle with is, with out any coding error or other reason my all applications got crash whenever i try to reset my "Simulator"!!! 在使用xcode 5进行星型编码时,我遇到的一件事是,没有任何编码错误或其他原因,每当我尝试重置“模拟器”时,我的所有应用程序都崩溃了!!! Not all the time, but most of the time it crashed. 并非总是如此,但是大多数时候它都崩溃了。 Some times it crashed at the time of quit. 有时它在退出时崩溃了。 No matter with which version of simulator i using (iPhone Retina 3.5 Inch, iPhone Retina 4 Inch with iOS6 or iOS7). 无论使用哪种版本的模拟器(iPhone Retina 3.5英寸,iOS 6或iOS7的iPhone Retina 4英寸)。 It always happen when a complete project (with no error, nothing) built on xcode 4.6 trying to quit after running in xcode 5. Though i keep the "Simulator version" as like in xcode 4.6. 当在xcode 5中运行后,在xcode 4.6上构建的完整项目(没有错误,没有执行任何操作)时尝试退出时,通常会发生这种情况。尽管我像在xcode 4.6中一样保留“ Simulator版本”。 If any one similar with this problem and have solution, please share it with me. 如果有任何与此问题相似并且有解决方案的问题,请与我分享。 - Thanks a lot in advanced. -非常感谢您。

The error i am facing is : "Thread 1:signal SIGTERM" 我面临的错误是:“线程1:信号SIGTERM”

Once you open your project with Xcode5 then all the settings for the views are changed to open with Xcode5, in order to make your project views to open with previous versions of xcode, you need to change the property of the views in file inspector to open with earlier versions default, by doing that your project would open in previous as well as current xcode version. 使用Xcode5打开项目后,视图的所有设置都将更改为使用Xcode5打开,为了使您的项目视图可以使用早期版本的xcode打开,您需要在文件检查器中更改视图的属性以打开如果您使用的是默认版本,则默认情况下,通过这样做,您的项目将以以前的版本以及当前的xcode版本打开。

You could fix it in file inspector to open the views with the previous versions of Xcode if it is selected as Xcode5( Default(5.0) ), by following image you could fix your views to open with the earlier versions of the xcode. 如果将其选择为Xcode5( Default(5.0) ),则可以在文件检查器中对其进行修复,以使用以前版本的Xcode打开视图,通过跟随以下图像可以修复视图以使用早期版本的Xcode打开。

在此处输入图片说明

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

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