AppsFlyerSDK / appsflyer-react-native-plugin

AppsFlyer plugin for React Native
MIT License
279 stars 199 forks source link

dependency.platforms.ios.podspecPath is not allowed #524

Closed smart04240 closed 7 months ago

smart04240 commented 8 months ago

Report

warn Package react-native-appsflyer contains invalid configuration: "dependency.platforms.ios.podspecPath" is not allowed. Please verify it's properly linked using "react-native config" command and contact the package maintainers about this.

Plugin Version

6.12.2

On what Platform are you having the issue?

ios

What did you do?

npm run ios

onamfc commented 7 months ago

@smart04240 I have to use a patch until the issue is resolved. Here is a patch file for the v6.12.2 that you can use with the "patch-package" npm package

react-native-appsflyer+6.12.2.patch

Also, it looks like there is an outstanding PR for the same issue. https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/pull/434 for more details.