Forum Discussion
1P8 Always In Focus
I 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'