I work in project with flutter 3.0.5 when I try to publish a new ios version, I have this return:
ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/Flutter.framework/Flutter”, which includes Flutter, an SDK that was identified in the documentation as a commonly used third-party SDK.
Do you have any solution without Upgrade Flutter version?
Upload ipa to apple stopre
I work in project with flutter 3.0.5 when I try to publish a new ios version, I have this return:
ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/Flutter.framework/Flutter”, which includes Flutter, an SDK that was identified in the documentation as a commonly used third-party SDK.
Do you have any solution without Upgrade Flutter version?
Upload ipa to apple stopre
Share Improve this question edited Mar 17 at 11:43 Zahra 2,7583 gold badges26 silver badges49 bronze badges asked Mar 17 at 10:21 Abderraouf MerazkaAbderraouf Merazka 312 bronze badges1 Answer
Reset to default 1I fixed this issue without upgrade flutter version :
1 - in xcode go to pods/frameworks and add privacy file, then link all dependencies used.. (firebase, sqlfite...)
2 - archive your project
3- open archive. go to Product/Applications/Frameworks/Flutter.framework and put privacy file manually. it worked for me
BUT THE BEST SOLUTION IS flutter upgrade to > 3.24....