Crashes on startup on OS X 10.11.1 El Capitan
This may be related somehow to issue #15 [https://github.com/nwhitehead/pineapple/issues/15]; I'm not sure. But when I attempted to run Pineapple after installing, a vague error message was displayed about the app possibly being incompatible with OS X 10.10.
Error Message: Pineapple cannot be opened because of a problem.
"Check with the developer to make sure Pineapple works with this version of OS X. You may need to reinstall the application. Be sure to install any available updates for the application and OS X.
Click Report to see more detailed information and send a report to Apple."
Same here.
$ /Applications/Pineapple.app/Contents/MacOS/Pineapple ~
dyld: Library not loaded: /usr/local/lib/libwx_osx_cocoau-3.1.dylib
Referenced from: /Applications/Pineapple.app/Contents/MacOS/Pineapple
Reason: image not found
[1] 15984 trace trap /Applications/Pineapple.app/Contents/MacOS/Pineapple
GUI Problem Report:
Crashed Thread: 0
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Library not loaded: /usr/local/lib/libwx_osx_cocoau-3.1.dylib
Referenced from: /Applications/Pineapple.app/Contents/MacOS/Pineapple
Reason: image not found
Here's a workaround until this is fixed:
$ 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
$ /Applications/Pineapple.app/Contents/MacOS/Pineapple
I'm having this issue as well, running OS X 10.10.5 Yosemite.
FYI. Got the same problem, but the fix from @ryb-ableton worked for me.