Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

YandexMobileMetrica.framework is not up-to-date with metrica-sdk-ios? #1

Open
xr opened this issue Apr 20, 2017 · 4 comments
Open

YandexMobileMetrica.framework is not up-to-date with metrica-sdk-ios? #1

xr opened this issue Apr 20, 2017 · 4 comments
Labels

Comments

@xr
Copy link

xr commented Apr 20, 2017

Hi, I installed this plugin for ios platform, however, this line cause the not found error:

#import <YandexMobileMetrica/YandexMobileMetrica.h>

I checked in my xcode, the YandexMobileMetrica.framework is empty, I replace the YandexMobileMetrica.framework with version 2.8.0 of metrica-sdk-ios here:

https://github.com/yandexmobile/metrica-sdk-ios

then everything is fine. Any ideas?

@bamx23
Copy link
Contributor

bamx23 commented Apr 20, 2017

I see. The problem is about NPM/Cordova can't deal with symlinks in framework directory.
https://issues.apache.org/jira/browse/CB-6092
I am going to create post-install hook that fixes symlinks.

@bamx23 bamx23 added the bug label Apr 20, 2017
@bamx23 bamx23 self-assigned this Apr 20, 2017
@wegorich
Copy link

@bamx23 Any sample, how to solve it for metrica plugin? Not clear understand where to find

 <dependency id="com.ios.libgoogleadmobads" url="https://github.com/appfeel/google-iosadmobads"/>

id and url, to use that work around

@bamx23
Copy link
Contributor

bamx23 commented Apr 24, 2017

As a workaround you could use this terminal command to install the plugin:

cordova plugin add https://github.com/yandexmobile/metrica-plugin-cordova.git

@wegorich
Copy link

@bamx23 yeah thanks 👍

@bamx23 bamx23 removed their assignment Jul 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants