osx-yosemite

R/RStudio, Yosemite, and Java

半世苍凉 提交于 2019-12-05 12:22:44
问题 I upgraded to OSX Yosemite yesterday. When I run library(xlsx) in RStudio , the program crashes and I get the message: "To open 'RStudio' you need to install the legacy Java SE 6 runtime." I get the same result and message about opening R when I run library(xlsx) in R . Here are my details: Mac Yosemite, Version 10.10.2 R version 3.1.2 (2014-10-31) Platform: x86_64-apple-darwin13.4.0 (64-bit) I have Java Version 8 update 31. I ran java -version and got this message: "No Java runtime present,

Error trying to installing JDK8 U11 OSX 10.10 Yosemite

房东的猫 提交于 2019-12-05 12:19:57
Today was the release of Oracle JDK8 U11. When I try to install the .pkg in OSX yosemite 10.10 I get this error and can't continue. The OSX version is stored in /System/Library/CoreServices/SystemVersion.plist We can temporary change the OSX version before installing de package. Change OSX version 10.10 to 10.9: sudo sed -i '' 's/>10.10</>10.9</' /System/Library/CoreServices/SystemVersion.plist Install Java and don't forget to change your JAVA_HOME to /Library/Java/JavaVirtualMachines/jdk1.8.0_11.jdk Restore OSX version sudo sed -i '' 's/>10.9</>10.10</' /System/Library/CoreServices

OSX Game Center: Couldn't communicate with a helper application

风格不统一 提交于 2019-12-05 09:58:15
I'm setting up Game Center for my OSX game, but it can't authenticate player with the following error (OSX 10.10 Yosemite): I've got the following setings in iTunesConnect: and XCode: I'll appreciate any ideas how to make it work! Solution: This is not documented. I've reported a rdar://23594124 Add this key to the entitlements of the App: com.apple.developer.game-center BOOLEAN = YES This fixes the error. 来源: https://stackoverflow.com/questions/29295423/osx-game-center-couldnt-communicate-with-a-helper-application

Yosemite SSL: CA certificate set, but certificate verification is disabled

你离开我真会死。 提交于 2019-12-05 09:36:57
Since installation of Yosemite I keep getting error SSL: CA certificate set, but certificate verification is disabled. It occurs with every https url in Terminal. Can't find how to fix this, any suggestions ? thanks Frank Styledev For others coming here trying to figure out why they are running into this issue with Wordpress and maybe also WooCommerce and are on OS X Yosemite then you will want to follow Asaph/Cupcake's answer to "osx 10.10 Curl POST to HTTPS url gives SSLRead() error" ( https://stackoverflow.com/a/26538127 ) Basically the issue is cURL is using Apple's SecureTransport instead

Cannot run most cordova commands without using sudo

℡╲_俬逩灬. 提交于 2019-12-05 07:04:29
I have installed npm to setup Ionic & Cordova - and I have used sudo for this? My question is when I run the following command without sudo I get an error: cordova emulate ios The error is an EACCES, permission denied ..... /ios.json Am I right that if I cannot use this 'basic' cordova command without running sudo my installation has been screwed up somehow? I did the following on the terminal to allow me to run the commands without using sudo (this might help someone) sudo chown -R $(whoami) ~/Documents/mobileapps This meant the cordova emulate ios command now runs! finally! 来源: https:/

Error Installing pymssql on Mac OS X Yosemite

两盒软妹~` 提交于 2019-12-05 07:03:46
I receive the following error when installing pymssql on OS X Yosemite 10.10.3 - has anyone gotten around the following error? I am using FreeTDS (v0.91.112) version 7.1 and Python 2.7.6 - the tsql utility connects to a SQL Database with no issue. sudo pip install pymssql Error : Command "/usr/bin/python -c "import setuptools, tokenize; __file__='/private/tmp/pip-build-T5Usla/pymssql/setup.py'; exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-uZGqK4-record/install- record.txt --single-version-externally-managed -

Something wrong with my ruby

血红的双手。 提交于 2019-12-05 05:56:44
Always the same error: AilixdeMacBook-Pro:~ Ailix$ ruby -v ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14] AilixdeMacBook-Pro:~ Ailix$ ruby -d Exception `LoadError' at /Library/Ruby/Site/2.0.0/rubygems.rb:1240 - cannot load such file -- rubygems/defaults/operating_system Exception `LoadError' at /Library/Ruby/Site/2.0.0/rubygems.rb:1249 - cannot load such file -- rubygems/defaults/ruby Exception `NameError' at /Library/Ruby/Site/2.0.0/rubygems.rb:1257 - uninitialized constant Gem::Specification /Library/Ruby/Site/2.0.0/rubygems.rb:1257:in `': uninitialized constant Gem:

fs.writeFile() doesn't return callback

江枫思渺然 提交于 2019-12-05 05:41:45
I'm trying to write a file with the users authentication data to the disk. To achieve this I wrote the following function: function writeAuthFile(data, success, fail) { var fs = require('fs'); fs.writeFile('auth.json', JSON.stringify(data), function(error) { if(error) { console.log('[write auth]: ' + err); if (fail) fail(error); } else { console.log('[write auth]: success'); if (success) success(); } }); } But it never calls the callback. I looked at the nodeJS docs for fs and it all seems to check out. Also all other asynchronous execution seems to have halted. This is the first time I'm

Xcode 6.4 Scheme Option Disappeared in El Capitan Beta

余生长醉 提交于 2019-12-04 23:33:56
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 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. It is a UI bug and will probably be fixed soon. I've been working around the issue by dragging the Xcode window so that it is very wide (wider than my monitor). After a

Error installing Ruby in Yosemite

点点圈 提交于 2019-12-04 21:29:42
问题 I have recently updated my OS X to 10.10 and since then facing issue installing ruby through RVM. There is a dependency on gcc46 which I am unable to resolve. Any help is appreciated. Below is the error stack. rvm reinstall ruby-1.9.3-p547 ruby-1.9.3-p547 - #removing src/ruby-1.9.3-p547 - please wait ruby-1.9.3-p547 - #removing rubies/ruby-1.9.3-p547 - please wait Searching for binary rubies, this might take some time. No binary rubies available for: osx/10.10/x86_64/ruby-1.9.3-p547.