Firebase - 在没有工作区的情况下在 iOS 上调试和记录事件

Firebase - Debug and log events on iOS without a workspace

我正在尝试在 iOS 应用的 .app 文件中查看 Firebase 事件的日志。

我无权访问工作区,所以我无法按照文档 [1] [2] 进行操作,特别是 "In the scheme, in Run, in the Arguments Passed On Launch section, add -FIRAnalyticsDebugEnabled."

相反,我尝试使用指向特定 DeviceUDID 的相关参数加载模拟器,然后安装相关应用程序

open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app 
  --args -FIRAnalyticsDebugEnabled  -CurrentDeviceUDID CC5D3A12-36E8-4656-A9DD-95F1826872AA

xcrun simctl install booted /Users/S/Downloads/myApp.app

当我 运行 执行此操作时,我在 system.log(调试 > 打开系统日志)中没有看到我期望的内容(与 Android 相比)。

我的处理方式是否正确?或者如果没有实际的工作空间这是不可能的?

Firebase 支持人员回复说目前还不可能。