Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with Xcode 15 due to old dependencies #80

Open
JFtechOfficial opened this issue Oct 10, 2023 · 2 comments
Open

Not working with Xcode 15 due to old dependencies #80

JFtechOfficial opened this issue Oct 10, 2023 · 2 comments

Comments

@JFtechOfficial
Copy link

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

@ambr89
Copy link

ambr89 commented Nov 27, 2023

Hi @JFtechOfficial !
What's your solution?
Do you have changed library?

@nicolobozzato
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants