You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
fixed it with replacing import path <YandexMobileMetrica/YandexMobileMetrica.h> with <YandexMobileMetrica.framework/Headers/YandexMobileMetrica.h>.
Path 'Pods/YandexMobileMetrica/static' added to search path
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
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
The text was updated successfully, but these errors were encountered: