Alexander Rysenko
Alexander Rysenko
After updating from AppMetrica 3.8.0 to 4.0.0 my iOS app won't build. I'm getting this error during the build: ``` iOS/Libraries/AppMetrica/Plugins/iOS/YMMBridge.m:9:9: fatal error: 'YandexMobileMetrica/YandexMobileMetrica.h' file not found #import ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1...
While building a project with Unity XR and AppMertrica I get a class name conflict: Execution failed for task ':launcher:checkReleaseDuplicateClasses'. java.lang.RuntimeException: Duplicate class a.a.a found in modules jetified-arcore_client-runtime.jar (:arcore_client:) and...
_Code example:_ ``` var loadData = function (event, context) { if (context && context.hasActionChanged()) { return; }}; } ``` _Actual result:_ jsLint gives erroneous warning for the first argument of...