App is damaged and can't be opened.
This is a MacOS error due to the way apple signs it's files. Compressing them and transferring them over the internet (so you can download it), causes the signing to no longer apply properly.
To fix this, you will need to run a series of commands in the terminal to fix it and remove it from apple's quarantine. Follow these steps to do so:
- Open Terminal
- Enter in "xattr -l " (make sure to include the space at the end, but don't include the quotes)
- Drag the TranceParent.app file into the terminal and hit the enter key
- Enter in "xattr -dr com.apple.quarantine " (make sure to include the space at the end, but don't include the quotes)
- Drag the TranceParent.app file into the terminal and hit the enter key
- Right click TranceParent.app and click open
No Comments