-
Xcode 12.5.1, эмулятор iPhone 11, iOS 13.7.
Крашится при повторных заходах на карту с добавленными MapObject. Поведение сходно с https://github.com/yandex/mapkit-ios-demo/issues/25 . Воспроизводится…
-
Добрый день!
Возникают проблемы с отображением метки пользователя.
Пытаюсь сделать так, чтоб местоположение пользователя отмечалось только pin с буквой "Я". Без стрелочки и радиуса точности. Выс…
-
I just tried running the iOS sample project for the first time on iOS 15.
This is a totally unexpected result, something with the MapKit tiling must have changed? Or the scaling of the screen?
Sam…
frogg updated
2 years ago
-
So I'm using XCode 5 with XCTest + Expecta, All libraries installed with Cocoapods. Using ARC. Building for iOS 7.
I can run my target on iOS simulator just fine, compiles, can't do every feature man…
-
I'm getting this log during build:
Undefined symbols for architecture arm64:
"_FIRLogBasic", referenced from:
-[FIRInstanceIDLogger logFuncDebug:messageCode:msg:] in FirebaseInsta…
-
Calling `YandexSearch.getSuggestions()` on Android I'm getting:
`W/yandex.maps(32418): std::__ndk1::enable_if: No available cache for request`
flutter doctor -v
[✓] Flutter (Channel stable…
-
As @vyskocil mentioned in #475 there is still some work to do for the iOS .framework project.
> I also realized that the headers are missing from the framework and that indeed the sample code compi…
frogg updated
3 years ago
-
I have been using libosmscout in the iOS simulator and I was experiencing some strange behaviors when it comes to text:
In many cases the text will be cut off which does not look nice.
Has anyone …
-
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.2.1, on macOS 11.4 20F71 darwin-x64, locale
zh-Hans-CN)
[!] Android toolchain - develop for Android de…
-
UIKitViews containing a MKMapView are not getting gestures after setState is called. Initially the Map is displayed correctly and user interaction is normal, but after rebuilding the UIKitView only **…