We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 的项目,可以扫描
The text was updated successfully, but these errors were encountered:
我这边用Flutter项目试了,没问题啊,看报错是没给应用命名,你应该直接用的Demo工程吧,Xcode里给APP加个名字
Sorry, something went wrong.
No branches or pull requests
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 的项目,可以扫描
The text was updated successfully, but these errors were encountered: