简体   繁体   English

为什么Fabric mac app会在项目运行时自动打开?

[英]Why does Fabric mac app opens automatically when project is running?

As part of fabric integration I have installed Fabric mac app, I found that whenever I run the project(I am running iOS app through XCode), the Fabric app also gets launched automatically, 作为结构集成的一部分,我安装了Fabric mac app,我发现无论何时运行项目(我通过XCode运行iOS应用程序),Fabric应用程序也会自动启动,

My Questions are: 我的问题是:

  • Why it automatically launches when running project ? 为什么它在运行项目时自动启动?
  • Is there a way I can stop this happening ? 有没有办法可以阻止这种情况发生?

FYI: The same happens even when the app is running in simulator. 仅供参考:即使应用程序在模拟器中运行,也会发生同样的情况。

Mike from Fabric here. 来自Fabric的Mike来自这里。 It's an odd behavior that you're seeing and is most likely due to an old version of the Run Script. 这是一个奇怪的行为,你正在看到,很可能是由于旧版本的运行脚本。 Years ago, the run script build phase required the Fabric app to be present in order to handle the actual uploading of the dSYMs. 多年前,运行脚本构建阶段需要Fabric应用程序存在才能处理dSYM的实际上载。 We would move the dSYMs during the build of the app to a location that the Fabric app would then asynchronously upload them. 我们会在构建应用程序期间将dSYM移动到Fabric应用程序然后异步上载它们的位置。 That behavior was changed a long way back, but it's possible a new version never was included. 这种行为在很长一段时间内都发生了变化,但有可能从未包含新版本。 The current version is: Fabric.framework/run 1.6.2 (205) 当前版本是: Fabric.framework/run 1.6.2 (205)

I'd check the version by running ./run -v from the project and update your Fabric and Crashlytics frameworks. 我通过从项目中运行./run -v来检查版本并更新Fabric和Crashlytics框架。

You can also remove Fabric.app completely from your system and switch to using CocoaPods or manual installation instructions . 您也可以从系统中完全删除Fabric.app并切换到使用CocoaPods或手动安装说明 It hasn't been required to use for a couple of years. 它没有被要求使用几年。

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

相关问题 更新到Fabric后,Mac App无法配置我的项目 - After update to Fabric the Mac App does not configure my project Fabric何时创建应用程序 - When does fabric create app 即使应用程序未在后台运行,也可以自动打开应用程序的VoIP推送通知是否可以在iOS中使用? - VoIP push notification that opens app automatically even if app is not running in background is it possible in iOS? 在 mac 模拟器上运行 flutter app 时出错 - Error when running flutter app on mac emulator 为什么在控制中心打开时Swift应用程序在后台运行? - why is swift app in going in background when control center opens? 使用CocoaPod安装Fabric时,“此应用程序依赖于Fabric” - “This app relies on Fabric” when Installing fabric with CocoaPod 在 Mac 上作为 Catalyst 应用程序运行时 WKWebView 内容太小 - WKWebView content is too small when running as a Catalyst app on Mac 生成iOS应用并运行Mac Makefile时出现“不受支持的体系结构” - “Unsupported architecture” when building iOS app and running Mac makefile 打开 Safari 时,运行 HTTP Server 的应用会立即停止侦听请求 - App running HTTP Server immediately stops listening to requests when opens Safari 在iOS 6和iOS 7上运行时,为什么我的应用看起来不同? - Why does my app look different when running against iOS 6 vs iOS 7?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM