TestFairy会在应用程序启动期间造成延迟

现在我使用TestFairy的时间已经很长一段时间了,突然它开始减慢应用程序的启动速度。

当testFairy在appdelegate被初始化时,我得到这个错误:

 *** error reading settings archive file: <ISRootSettings: /Users/Zakaria/Library/Developer/CoreSimulator/Devices/17557909-146C-4075-926F-D9BFD334E120/data/Containers/Data/Application/AA791370-AED4-4CA6-A166-E984A379CAB2/Documents/{app_bundle}/ISRootSettings_10.plist> 

接着:

 TestFairy: Initializing SDK version 1.7.8 TestFairy: Session started successfully TestFairy is no longer the default crash handler 

顺便说一下,它不再logging崩溃报告:(

TestFairy is no longer the default crash handler消息TestFairy is no longer the default crash handler只有当另一个崩溃处理程序是默认的时才会出现。 Crashlytics和HockeyApp崩溃处理程序不会将调用传递给链中的下一个,所以如果它们在TestFairy之后初始化,它们将捕获exception并且不会将其传递。

关于延迟。 你有更多的信息吗? 比如,现在突然有多慢? (以毫秒为单位)。