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
Current version: 6.10.3
Trying to use the latest Version: 6.13.0
On what Platform are you having the issue?
React Native 0.72.4
What did you do?
When I changed the version of AppsFlyer from 6.10.3 to 6.13.0 and tried to do pod install it failed with the below error:
[!] CocoaPods could not find compatible versions for pod "AppsFlyerFramework":
In Podfile:
react-native-appsflyer (from ../node_modules/react-native-appsflyer) was resolved to 6.13.0, which depends on
AppsFlyerFramework (= 6.13.0)
None of your spec sources contain a spec satisfying the dependency: AppsFlyerFramework (= 6.13.0).
What did you expect to happen?
pod install to work
What happened instead?
It did work and got the below error:
[!] CocoaPods could not find compatible versions for pod "AppsFlyerFramework":
In Podfile:
react-native-appsflyer (from ../node_modules/react-native-appsflyer) was resolved to 6.13.0, which depends on
AppsFlyerFramework (= 6.13.0)
None of your spec sources contain a spec satisfying the dependency: AppsFlyerFramework (= 6.13.0).
Please provide any other relevant information.
We tried to remove the Pods folder and the Podfile.lock and install it again and we are still getting the same issue
The text was updated successfully, but these errors were encountered:
Report
Plugin Version
Current version: 6.10.3
Trying to use the latest Version: 6.13.0
On what Platform are you having the issue?
React Native 0.72.4
What did you do?
When I changed the version of AppsFlyer from 6.10.3 to 6.13.0 and tried to do pod install it failed with the below error:
[!] CocoaPods could not find compatible versions for pod "AppsFlyerFramework":
In Podfile:
react-native-appsflyer (from
../node_modules/react-native-appsflyer
) was resolved to 6.13.0, which depends onAppsFlyerFramework (= 6.13.0)
None of your spec sources contain a spec satisfying the dependency:
AppsFlyerFramework (= 6.13.0)
.What did you expect to happen?
pod install to work
What happened instead?
It did work and got the below error:
[!] CocoaPods could not find compatible versions for pod "AppsFlyerFramework":
In Podfile:
react-native-appsflyer (from
../node_modules/react-native-appsflyer
) was resolved to 6.13.0, which depends onAppsFlyerFramework (= 6.13.0)
None of your spec sources contain a spec satisfying the dependency:
AppsFlyerFramework (= 6.13.0)
.Please provide any other relevant information.
We tried to remove the Pods folder and the Podfile.lock and install it again and we are still getting the same issue
The text was updated successfully, but these errors were encountered: