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

Build failure on macOS CI - AttributeError: module 'plistlib' has no attribute 'readPlist' #18965

Closed
simonhong opened this issue Oct 25, 2021 · 0 comments · Fixed by brave/brave-core#10667

Comments

@simonhong
Copy link
Member

00:04:45  [17501/53424] ACTION //brave:brave_app_plist(//build/toolchain/mac:clang_x64)
00:04:45 
 FAILED: gen/brave/brave_app_plist_tweaked.plist 
00:04:45  python3 ../../brave/build/mac/tweak_info_plist.py --brave_channel=nightly --****uct_dir_name=BraveSoftware/Brave-Browser-Nightly --brave_version=1.33.29 --brave_eddsa_key=**** --skip_signing --plist gen/chrome/chrome_app_plist_tweaked.plist --output gen/brave/brave_app_plist_tweaked.plist
00:04:45  Traceback (most recent call last):
00:04:45    File "/Users/jenkins/jenkins/workspace/test-brave-browser-build-macos-x64-nightly/src/out/Release/../../brave/build/mac/tweak_info_plist.py", line 121, in <module>
00:04:45      sys.exit(Main())
00:04:45    File "/Users/jenkins/jenkins/workspace/test-brave-browser-build-macos-x64-nightly/src/out/Release/../../brave/build/mac/tweak_info_plist.py", line 88, in Main
00:04:45      plist = plistlib.readPlist(temp_info_plist.name)
00:04:45 
 AttributeError: module 'plistlib' has no attribute 'readPlist'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants