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
Xcode 15 required this change to package_info_plus which is a dependency of app_review. At this moment this flutter community package hasn't had a new release in 14 months and cannot be used if you are running the latest Xcode version. Fixing this would require a dependency update since a dependency override isn't enough anymore. I'm concerned that this package has been silently abandoned
The text was updated successfully, but these errors were encountered:
Adding up on this problem, now Apple requires a privacy manifest for package:info_plus which has been added in version 6.0.0 https://pub.dev/packages/package_info_plus/changelog
So this package if the dependencies are not upgraded make a flutter app not deployable on App store in the future (a very close future Spring 2024, should be May)
Xcode 15 required this change to package_info_plus which is a dependency of app_review. At this moment this flutter community package hasn't had a new release in 14 months and cannot be used if you are running the latest Xcode version. Fixing this would require a dependency update since a dependency override isn't enough anymore. I'm concerned that this package has been silently abandoned
The text was updated successfully, but these errors were encountered: