ApplicationScanner icon indicating copy to clipboard operation
ApplicationScanner copied to clipboard

flutter 项目编译的ipa 包报错

Open linglong117 opened this issue 11 months ago • 0 comments

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 的项目,可以扫描

linglong117 avatar Mar 21 '24 04:03 linglong117