-
Notifications
You must be signed in to change notification settings - Fork 111
Fix issue caused by PrivacyInfo.xcprivacy causing build on Xcode to fail #154
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
base: master
Are you sure you want to change the base?
Conversation
@britannio, could you please look at this, as it’s quite urgent. |
Would it be easier to move the file to a |
@britannio, that's actually a good idea to move it to a different folder, I can do that, just consider that adding this filter ensures that only 'actual' source files are processed. |
@britannio, I have moved it to the resources directory, can you please check it again? Although, I am not certain of whether the Package.swift will need to change also |
Has this issue been fixed? how can I fix this issue using in_app_review: ^2.0.10 |
Any plans to merge this? |
This hasn't been fixed yet, still waiting on it to get merged |
As a temporary fix, I forked this branch into my own account, and updated the pubspec.yaml; in_app_review: |
This fixes the issue reported in #149 by filtering out the PrivacyInfo.xcprivacy from the source file.
The issue in #149 causes the following error to be thrown when building with Xcode 15
This was because the PrivacyInfo.xcprivacy file was included as a source file