xcode XPC 连接中断
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/33885213/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
XPC Connection Interrupted
提问by Charles Kang
This isn't so much a code-related problem since I haven't added any new code for the past 2 hours, but I am using this cocoapod (https://github.com/ealeksandrov/EAIntroView) to make custom tutorial swipe views.
这不是一个与代码相关的问题,因为我在过去 2 小时内没有添加任何新代码,但我正在使用这个 cocoapod ( https://github.com/ealeksandrov/EAIntroView) 来制作自定义教程刷卡意见。
This is an update b/c I just realized something. The custom tutorial pictures I made in Sketch3 are only about 150kb, but the other pictures range from 3-9mb in size.
这是更新 b/c 我刚刚意识到一些事情。我在Sketch3中制作的自定义教程图片只有150kb左右,但其他图片大小从3-9mb不等。
Could this be why I'm getting such a weird error?
这可能是我收到如此奇怪错误的原因吗?
This is what happens step by step:
这是一步一步发生的事情:
- Run app on iPhone 2. App opens, attempt to swipe right 3. App crashes and iPhone restarts.
- 在 iPhone 上运行应用程序 2. 应用程序打开,尝试向右滑动 3. 应用程序崩溃,iPhone 重新启动。
This does not happen when I use the smaller size images, but I'm still not convinced that is what's causing the crashes.
当我使用较小尺寸的图像时不会发生这种情况,但我仍然不相信这是导致崩溃的原因。
回答by Nil Rathod
XPC Connection Interrupted Same issue m facing .Then m try to restart the xcode remove Deriveddata .
XPC 连接中断面临同样的问题。然后我尝试重新启动 xcode 删除 Deriveddata。
than it works fine .
比它工作正常。