Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
5 years ago1P8 Always In Focus
I had to uninstall the 1Password 8 Early Access for MacOS, because it constantly kept popping up as the active application. I would quit out of it and then about 5-10 seconds later it will pop back ...
roustem
1Password Team
5 years agoI am sorry about the problem, @wraith1385!
I had this problem myself during the early builds but we should've fixed it. I am surprised you are seeing it now.
Are you good with Terminal? Can you run xattr /Applications/1Password.app command in the Terminal. If everything is good then it should come up empty.
But if the quarantine flag was not cleared then you would see it shown. I fixed it by running a bunch of xattr commands but it might be easier to delete 1Password app and install it again.
xattr -d com.apple.quarantine '/Applications/1Password.app'
xattr -d com.apple.quarantine '/Applications/1Password.app/Contents/Frameworks/1Password Helper (GPU).app'
xattr -d com.apple.quarantine '/Applications/1Password.app/Contents/Frameworks/1Password Helper (Plugin).app'
xattr -d com.apple.quarantine '/Applications/1Password.app/Contents/Frameworks/1Password Helper (Renderer).app'
xattr -d com.apple.quarantine '/Applications/1Password.app/Contents/Frameworks/1Password Helper.app'
xattr -d com.apple.quarantine '/Applications/1Password.app/Contents/Library/LoginItems/1Password Browser Helper.app'
xattr -d com.apple.quarantine '/Applications/1Password.app/Contents/Library/LoginItems/1Password Login Helper.app'
xattr -d com.apple.quarantine '/Applications/1Password.app/Contents/XPCServices/OP Updater Service.xpc'
xattr -d com.apple.quarantine '/Applications/1Password.app/Contents/XPCServices/OP Updater Service.xpc/Contents/Helpers/1Password Updater.app'