Dmitry Kotenko
Dmitry Kotenko
Надо добавить такую строчку в `AppDelegate.application(_, didFinishLaunchingWithOptions: _)`: `YMKMapKit.setLocale("ru_RU")`
I suspect the reason is that Fastlane uses an incomplete version of 'xcodebuild -showBuildSettings' command: ``` [11:06:20]: $ xcodebuild -showBuildSettings -scheme AnotherTests -project SlowAlley.xcodeproj 2>&1 ``` According to manual, `xcodebuild...
In any case, the following looks like a mistake: ``` | SCAN_DERIVED_DATA_PATH | /Users/dkotenko | +------------------------------+-------------------+ ``` It is dangerous to try to write something to the root of user's...
> You need to set Executable app in your AnotherTests target Could you explain thoroughly what do you mean? I have already set 'Host Application' in the 'General' → 'Testing'...
@stephentyrone, is there a plan to fix it in 6.0?