嘿,我有这个关于 yandex 配置的特殊问题。如果我在模拟器上运行应用程序应用程序崩溃并出现以下错误:
'NSInvalidArgumentException',原因:'*** -[NSFileManager contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:]: URL is nil' 我在我的 applicationDidFinishLaunnchinWithOptions 中创建了一个环境条件绕过模拟器上 yandex 配置的应用程序委托:
#if !targetEnvironment(simulator)
let configuration = YMMYandexMetricaConfiguration.init(apiKey: YANDEX_API_KEY)
configuration?.crashReporting = true
YMMYandexMetrica.activate(with: configuration!)
#endif
应用程序使用 yandex 并且不会崩溃,但模拟器会崩溃。