nwhitehead / pineapple

http://nwhitehead.github.io/pineapple/
Other
351 stars 26 forks source link

“Pineapple” is damaged and can’t be opened. You should move it to the Trash. -- OS X 10.11.1 #51

Closed marksimi closed 8 years ago

marksimi commented 8 years ago

python 2.7 on OS X 10.11.1

cdiazbas commented 8 years ago

I had the same problem (python 2.7 on OSX 10.11.2). The solution in other post: https://github.com/nwhitehead/pineapple/issues/48. Write in the terminal:

install_name_tool -change /usr/local/lib/libwx_osx_cocoau-3.1.dylib @executable_path/libwx_osx_cocoau-3.1.dylib /Applications/Pineapple.app/Contents/MacOS/Pineapple

marksimi commented 8 years ago

@cdiazbas missed your response; this worked! thanks for the assist :)