Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] 'YandexMobileMetrica/YandexMobileMetrica.h' file not found #20

Open
Vadim7394 opened this issue Oct 26, 2018 · 4 comments
Open

[iOS] 'YandexMobileMetrica/YandexMobileMetrica.h' file not found #20

Vadim7394 opened this issue Oct 26, 2018 · 4 comments

Comments

@Vadim7394
Copy link

Compile error after install, I'm add in Link Binary With Libraries YandexMobileMetrica.framework and libRCTAppMetrica.a, add all dependencies YandexMobileMetrica.framework, but I still get an error in file RCTAppMetrica.m:
'YandexMobileMetrica/YandexMobileMetrica.h' file not found.
What the problem may be?

Xcode v10.0
React-native v0.57.3

@srhtylmz19
Copy link

did you find the solution?

@bamx23
Copy link

bamx23 commented Apr 11, 2019

Check Search paths in your build settings (frameworks search paths and headers search path).

@konclave
Copy link

fixed it with replacing import path <YandexMobileMetrica/YandexMobileMetrica.h> with <YandexMobileMetrica.framework/Headers/YandexMobileMetrica.h>.
Path 'Pods/YandexMobileMetrica/static' added to search path

@RageOfJustice
Copy link

RageOfJustice commented Feb 12, 2020

if you fixed this with #25 and still an issue then make sure you have Pods/YandexMobileMetrica/Static/...
pod install sometimes does not help so you need to remove ios/Pods folder and reinstall all pods

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants