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

flutter 项目编译的ipa 包报错 #20

Open
linglong117 opened this issue Mar 21, 2024 · 1 comment
Open

flutter 项目编译的ipa 包报错 #20

linglong117 opened this issue Mar 21, 2024 · 1 comment

Comments

@linglong117
Copy link

Traceback (most recent call last):
File "/Users/xx/security/ApplicationScannerx/lib/ipa.py", line 54, in ipaScan
process_app_info_and_binaries(appInfoPath, appBinPath, filePath)
File "/Users/xx/security/ApplicationScannerx/lib/ipa.py", line 65, in process_app_info_and_binaries
iOSInfo(appInfoPath)
File "/Users/xx/security/ApplicationScannerx/lib/ipa.py", line 122, in iOSInfo
get_value('CFBundleDisplayName') + pl['CFBundleDisplayName'],
KeyError: 'CFBundleDisplayName'

非flutter 的项目,可以扫描

@paradiseduo
Copy link
Owner

我这边用Flutter项目试了,没问题啊,看报错是没给应用命名,你应该直接用的Demo工程吧,Xcode里给APP加个名字

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

2 participants