osx-elcapitan

Xcode 6.3.2 can't run on OSX 10.11 El Capitan Developer Preview 3

微笑、不失礼 提交于 2019-12-17 18:08:49
问题 I'm just updated my Mac to OS X 10.11 El Capitan DP 2, and I disappointed that it does not support Xcode 6.3.2 Now, how do I work? I have a project to do, and it's not a good time to convert my project to Swift 2/Xcode 7 since it's impossible to submitting at this time? 回答1: Open terminal and use this command /Applications/Xcode.app/Contents/MacOS/Xcode </dev/null &>/dev/null & 回答2: From the El Capitan release notes: Xcode versions prior to 7 are not supported on OS X El Capitan Beta 3 And

Autostart MySQL Server on Mac OS X Yosemite/El Capitan

南笙酒味 提交于 2019-12-17 10:07:56
问题 I would like to auto start the MySQL server on startup. This was possible in Mavericks but seems to be not working on Yosemite. edit : seems this works with El Capitan as well 回答1: @dcc was very close. This is how MySQL autostarts again on Yosemite: The com.mysql.mysql.plist in /Library/LaunchDaemons : <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>KeepAlive</key>

'Library not loaded: @rpath/libcudart.7.5.dylib' TensorFlow Error on Mac

末鹿安然 提交于 2019-12-17 06:46:14
问题 I'm using OS X El Capitan (10.11.4). I just downloaded TensorFlow using the pip install instructions here. Everything went pretty smoothly, though I did get a few warning messages like: The directory '/Users/myusername/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag. and You are using pip version 6.0.8, however

Yosemite / El Capitan php-gd + mcrypt installation

£可爱£侵袭症+ 提交于 2019-12-17 03:53:19
问题 How to install/enable php-gd and mcrypt in Yosemite 10.10 - PHP 5.5.14 build? note that following steps install newest PHP 5.5.x To check if you have gd and mcrypt installed use $ php -m to display compiled in modules, continue if you are missing desired modules and please see accepted answer . GD So, Apple installed GD (and you're using their build of PHP, which is fine), but did not include support for PNG. You are definitely missing "full" gd (with png support) module if:

Operation Not Permitted when on root - El Capitan (rootless disabled)

故事扮演 提交于 2019-12-16 22:34:14
问题 I am trying to move something to /usr/bin on OS X El Capitan. I have disabled rootless using the following commands: sudo nvram boot-args="rootless=0"; sudo reboot , but I keep getting the same error: MacBook-Air:~ Mark$ sudo cp class-dump /usr/bin Password: cp: /usr/bin/class-dump: Operation not permitted MacBook-Air:~ Mark$ sudo mv class-dump /usr/bin mv: rename class-dump to /usr/bin/class-dump: Operation not permitted 回答1: Nvm. For anyone else having this problem you need to reboot your

404 Not Found after El Capitan update

▼魔方 西西 提交于 2019-12-13 21:35:51
问题 Localhost is misconfigured after El-Capitan update yesterday. Im really not a mac person so I don't know how to fix this. Localhost is working fine but my username/sites can't be found. Exactly the same question here but the answer provided does not work for me. 回答1: Found a solution. Edit the apache configuration. In my case, the php module was commented so: Run sudo nano /etc/apache2/httpd.conf via terminal and uncomment the following if they are commented: LoadModule authz_core_module

OSX Photos, Applescript: loop through Moments?

好久不见. 提交于 2019-12-13 16:39:03
问题 I am very new to AppleScript but have worked extensively (for years) with other scripting languages, so not entirely new to the game. I have just sadly said goodbye to Aperture and imported my nearly 100K digital images into Photos (so I'm also brand new to Photos). I would like to make a sane structure for finding images, i.e. Folders named for Year (e.g. 2004) contain Folders named for Month (e.g. 05) contain Albums named for each day for which there are images (e.g. 2004-05-03) (yes this

Pritunl Client: Unable to communicate with helper service, try restarting

妖精的绣舞 提交于 2019-12-13 16:14:47
问题 Can't run Pritunl client anymore. It just keeps showing the same error on my Mac. Error: Unable to communicate with helper service, try restarting OS X: El Capitan 10.11.6 Tried restarting and re-installing the app. The app used to work, not sure when it stopped working as I update most updates which come up in app store. Has anyone experienced this before? Any suggestions on the solution are appreciated. 回答1: After some researching I couldn't find anything useful to resolve the issue but I

Can't connect to git repo on El Capitan with SourceTree

百般思念 提交于 2019-12-13 08:42:30
问题 I'm using a Mac to host our code, which is set up as a git repository, and performing my push, pull, and so on with SourceTree, on Windows 7. Up until recently, this was working fine, however since updating the OS on the Mac to El Capitan, SourceTree no longer wants to push. I use public key/private key authentication, and the repo url is of the format: ssh://user@IPAddress/path If I try to connect using PuTTy, there is no problem - pageant is running, and seems to be doing its thing. When I

Hazel Fails to Attach File to Email (El Capitan)

﹥>﹥吖頭↗ 提交于 2019-12-13 07:19:01
问题 I currently have a set of Hazel routines that all use the same AppleScript, included infra . The routine does the following: Monitors Folder and examines PDFs placed into Folder for certain strings. If a matching string is found: Renames the matched file using the following scheme: name—email—extension (i.e., it inserts an email address, which is predefined in the Hazel routine). Runs the AppleScript (again, infra ). Moves the matched file to an archive folder. Here is the AppleScript: on