osx-elcapitan

Aptana 3 wont start after OS-X El Capitan update

Deadly 提交于 2019-12-08 00:23:36
问题 I use Aptana to run a local server, so I can test my developments. Need it because I'm using AJAX. After the update to El Capitan, AptanaStudio3 doesn't work anymore. Gives the following error: The current topics also address this error, but they relate to the Beta version of El Capitan. The solution for that problem does not work in this case. Anybody got an idea how I can get it running again? Or maybe a good alternative for Aptana? I dont use the code section. Only use it to run the server

MySQL: error on El Capitan OS after Yosemite OS update

為{幸葍}努か 提交于 2019-12-07 20:09:18
问题 I have problems with MySQL on my MacBook. I had updated my OS from Yosemite to El Capitan before I installed MySQL server. Now, when I try to run MySQL on Terminal, I got the error like this ERROR! The server quit without updating PID file Anyone can help me please? Thanks a lot! 回答1: Try updating your my.cnf file to set the location of the PID file manually. Here's how you do that. In your Terminal run the following command. ps -ax | grep mysql This will list all the locations of the

unable to install capybara-webkit on OS X El Capitan

寵の児 提交于 2019-12-07 17:20:22
问题 I am having problem with installing capybara-webkit after upgrading to El Capitan. QT version qt-4.8.7_1 already installed. bundle install gives permission error and sudo gem install gives onother error: bundle install: ~/P/m/web-automation (responsive ⚡=) bundle install Fetching gem metadata from http://rubygems.org/......... Fetching version metadata from http://rubygems.org/... Fetching dependency metadata from http://rubygems.org/.. Resolving dependencies... .... Installing capybara

Avoiding colorspace transformations when blitting, Mac OS X 10.11 SDK

一笑奈何 提交于 2019-12-07 15:55:26
问题 When using the colorspace returned from CGColorSpaceCreateDeviceRGB(), a colorspace transformation will be applied on any CGContextDrawImage() call, leading to 5-6x worse performance than blitting without this transform. To avoid this colorspace transformation, we have been using the colorspace created with the system monitor profile: CMProfileRef smp = 0; if (CMGetSystemProfile(&smp) == noErr) { colorSpace = CGColorSpaceCreateWithPlatformColorSpace(smp); CMCloseProfile(smp); } else

WebStorm 11 fresh install not starting in Mac OSX

二次信任 提交于 2019-12-07 07:28:24
This happened to me in fresh installs both in El Capitan and Yosemite . WebStorm 11.0.3. When trying to start WebStorm from whatever source (Finder, Spotlight etc.) it seems like it does nothing at all. No visible errors, nothing at all. So I tried to start it again with OSX's Console utility opened and I caught these: 08/02/16 12:57:29,912 webstorm[99959]: Cannot load JVM bundle: Error Domain=NSCocoaErrorDomain Code=3587 "The bundle “OpenJDK 8” couldn’t be loaded because it is damaged or missing necessary resources." (dlopen_preflight(/Applications/WebStorm.app/Contents/jre/jdk/Contents/MacOS

pod update results in “duplicate interface definition for class xxx” for all AWS SDK (El Capitan + XCode 7)

╄→гoц情女王★ 提交于 2019-12-07 05:09:47
问题 Just now, I updated my AWS SDK pods, which I regretted so much. I first saw this when pods were being updated: dyld: warning, LC_RPATH @executable_path/../../../../../../../SharedFrameworks in /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/../../..//DVTInstrumentsFoundation.framework/Versions/A/DVTInstrumentsFoundation being ignored in restricted program because of @executable_path dyld: warning, LC_RPATH @executable_path/../lib in /Applications/Xcode.app

Error installing vcremote on Mac OS X 10.11

北城以北 提交于 2019-12-06 20:56:31
I am trying to install vcremote with 'sudo npm install -g --unsafe-perm vcremote' but getting below error: /usr/local/bin/vcremote -> /usr/local/lib/node_modules/vcremote/bin/vcremote > thread-sleep@1.0.4 install /usr/local/lib/node_modules/vcremote/node_modules/thread-sleep > node-pre-gyp install --fallback-to-build node-pre-gyp ERR! UNCAUGHT EXCEPTION node-pre-gyp ERR! stack Error: Cannot find module 'internal/fs' node-pre-gyp ERR! stack at Function.Module._resolveFilename (module.js:472:15) node-pre-gyp ERR! stack at Function.Module._load (module.js:420:25) node-pre-gyp ERR! stack at Module

Xcode 6.4 Scheme Option Disappeared in El Capitan Beta

拟墨画扇 提交于 2019-12-06 19:39:16
问题 After I upgraded my Mac from Yosemite to El Capitan developer beta, the scheme option button in Xcode 6.4 is disappeared from the tool bar: But Xcode 7 beta works fine Is this an El Capitan bug? Is there any solution to fix this apart from rolling back to Yosemite? Thank 回答1: You don't need that button; the same options are available from the Product menu. So even though it's a bug, you can work around it for now, easily enough. 回答2: It is a UI bug and will probably be fixed soon. I've been

gem install git-up no longer working in El Capitan

拈花ヽ惹草 提交于 2019-12-06 19:16:17
问题 After upgrating to OS "El Capitan" I noticed that git-up was no longer installed. I tried to install by: ~ 🍺 gem install git-up ERROR: While executing gem ... (Errno::EACCES) Permission denied - /Library/Ruby/Gems/2.0.0/gems/git-up-0.5.12/bin/git-up ~ 🍺 Mal El Capitan 回答1: After digging in I found the directory is owned by a user other than myself. (/Library/Ruby/Gems/.. is installed by Apple as part of Mac OS X.) So I simply used brew to get install my own ruby and bingo! ~ 🍺 brew update ~ 🍺

brew - permission denied

孤人 提交于 2019-12-06 15:44:52
My system is OSX 10.11.6. I'm running into this error: System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/specification.rb:959:in `read': Permission denied - /Library/Ruby/Gems/2.0.0/specifications/terminal-notifier-1.6.0.gemspec (Errno::EACCES) from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/specification.rb:959:in `load' from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/specification.rb:644:in `block (2 levels) in each_spec' from /System/Library/Frameworks/Ruby.framework/Versions/2.0