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
I encountered the issue ld: framework 'AppsFlyerLib' not found when i use both AppsFlyerFramework/Dynamic and AppsFlyer-AdRevenue in Podfile.
target 'MyFramework' do
project 'Plugins/TrackingAppsFlyer/MyFramework.project'
pod 'AppsFlyerFramework/Dynamic', '~> 6.14.3'
end
target 'MyFrameworkAdRevenue' do
project 'Plugins/TrackingAppsFlyerAdRevenue/MyFrameworkAdRevenueAdRevenue.project'
pod 'AppsFlyer-AdRevenue', '~> 6.14.3'
end
Why I got this issue and how to resolve it?
The text was updated successfully, but these errors were encountered:
I encountered the issue
ld: framework 'AppsFlyerLib' not found
when i use bothAppsFlyerFramework/Dynamic
andAppsFlyer-AdRevenue
in Podfile.Why I got this issue and how to resolve it?
The text was updated successfully, but these errors were encountered: