Teensyduino v1.28 OS X installer "damaged"

Status
Not open for further replies.

JimS

Member
Downloaded Teensyduino v1.28 today and got an error that Teensyduino.app was damaged and could no be opened. D/L'd again with no help (same checksum.) I notice that the v1.27 installer is 111MB whereas the v1.28 installer is 97MB. This on OS X El Capitan v10.11.4 (latest version as of this date.)

See attached screenshot of error.

MD5sum of my download:
~ $ openssl dgst -md5 < installed/teensyduino-v1.28.dmg
99abc53b68f99b860e5d385d75381e4e
~ $

Thanks for your help.

v1.28 error.png
 
Can you try running this command in a Terminal window (in the directory with the application, probably /Volumes/Teensyduino)

Code:
codesign -d -vvvv teensyduino.app/

Hopefully this will give some more info about why it's broken.
 
Can you try running this command in a Terminal window (in the directory with the application, probably /Volumes/Teensyduino)

Code:
codesign -d -vvvv teensyduino.app/

Hopefully this will give some more info about why it's broken.

Here you go.

Code:
/Volumes/Teensyduino $ codesign -d -vvvv teensyduino.app/
Executable=/Volumes/Teensyduino/teensyduino.app/Contents/MacOS/TeensyduinoInstall
Identifier=com.pjrc.teensyduino
Format=app bundle with Mach-O thin (i386)
CodeDirectory v=20200 size=4804 flags=0x0(none) hashes=233+3 location=embedded
Hash type=sha1 size=20
CandidateCDHash sha1=59b183bd2cc62e772c02f85a8a700a14a746b6c2
Hash choices=sha1
CDHash=59b183bd2cc62e772c02f85a8a700a14a746b6c2
Signature size=8548
Authority=Developer ID Application: PJRC.COM, LLC
Authority=Developer ID Certification Authority
Authority=Apple Root CA
Timestamp=Apr 10, 2016, 6:29:38 AM
Info.plist entries=16
TeamIdentifier=MN24EXDEN2
Sealed Resources version=2 rules=12 files=4
Internal requirements count=1 size=180
/Volumes/Teensyduino $

Thanks.
 
Doh! On a whim I rebooted my machine and after that the v1.28 installer completed just fine. I have no idea what the reboot cleared up, but all's well now.
 
Status
Not open for further replies.
Back
Top