最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

ios - How to fix ITMS-91061: Missing privacy manifest - Your app includes “FrameworksFlutter.frameworkFlutter” - Stack Overflow

programmeradmin4浏览0评论

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 badges
Add a comment  | 

1 Answer 1

Reset to default 1

I 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....

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论