简体   繁体   English

如何从 xcode 获取 TestFlight 应用程序的日志

[英]How can I get the log of a TestFlight app from xcode

I am building a react native app and I would like to see the logs of a release build in ios.我正在构建一个反应原生应用程序,我想查看 ios 中的发布版本的日志。

Is it possible to get the console.log of a TestFlight app from xcode, like in development mode?是否可以像在开发模式下一样从 xcode 获取 TestFlight 应用程序的 console.log?

Thanks for your help谢谢你的帮助

You can't get a console.log of a testlfight app, because it's already distributed and disconnected from the XCode.您无法获取 testlight 应用程序的 console.log,因为它已经分发并与 XCode 断开连接。 What you can do is test it directly on the Xcode itself by building and running it when it works accordingly, then distribute it to testflight.您可以做的是直接在 Xcode 本身上进行测试,方法是在相应工作时构建和运行它,然后将其分发到 testflight。

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

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