简体   繁体   English

XCode 9.3控制台未显示日志

[英]XCode 9.3 console not showing logs

Since the moment we added several swift classes to our Xcode project, the console stopped reporting logs. 自从我们在Xcode项目中添加了多个swift类以来,控制台就停止了报告日志。 Crash stack traces are missing and so the start up logs when launching the app. 崩溃堆栈跟踪丢失,因此启动应用程序时的启动日志。 Instead, there are showing few random errors with a [objc] prefix related to pods. 取而代之的是,显示很少与[objc]相关的带有[objc]前缀的随机错误。 Nothing meaningful. 没有意义。

Before adding the swift classes, the console showed all this kind of logs and crash traces. 在添加swift类之前,控制台会显示所有此类日志和崩溃跟踪。

I am using Xcode 9.3 on High Sierra. 我在High Sierra上使用Xcode 9.3。

Is a project based problem or is a Xcode configuration issue? 是基于项目的问题还是Xcode配置问题?

It seems the problem is solved on XCode 9.3.1. 看来问题已在XCode 9.3.1上解决。 Upgrading fixed the issue. 升级解决了该问题。

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

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