osx-yosemite Questions
11
Solved
I am trying to edit an entry to PATH, as I did something wrong.
I am using Mac OS X v10.10.3 (Yosemite)
I have tried:
touch ~/.bash_profile; open ~/.bash_profile
But the file editor opens with not...
Sapotaceous asked 26/5, 2015 at 14:17
2
After install, run fine mysql and restart my mac, i get this error, when i call this command line:
sudo /usr/local/mysql/support-files/mysql.server start
Hier the error:
ERROR! The server quit ...
Anchoveta asked 26/8, 2015 at 18:32
6
Solved
I have this Objective-C Code :
- (IBAction)selectFileButtonAction:(id)sender {
//create open panel...
NSOpenPanel* openPanel = [NSOpenPanel openPanel];
// NSLog(@"Open Panel");
//set restric...
Negrito asked 28/10, 2014 at 13:35
4
Solved
I'm using a WKWebView in a Mac OS X application. I want to override the contextual menu that appears when the user Control + clicks or right clicks in the WKWebView, but I cannot find a way to acco...
Footboard asked 2/3, 2015 at 0:29
3
Solved
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');
f...
Sciurine asked 16/2, 2015 at 15:40
3
Solved
I'm trying to migrate a project from svn to git. I was using the osx svn package, but I also tried installing with homebrew. I keep getting this same error.
git svn clone http://myserver/myrepo
er...
Gilbertson asked 30/1, 2015 at 1:52
1
I am trying to make application which can be use to connect to VPN using L2TP Protocol for Mac OSX Application using Objective C.
I search a lot regarding this but couldn't find any proper example...
Dunsany asked 2/3, 2015 at 11:34
2
Solved
In xcode 6.1, how do i programmatically change the title of the window created by storyboard? This project is for OS X. By default, it is "Window". I am using OBJ C.
Advised asked 8/1, 2015 at 20:14
3
Solved
How would I detect what my computer's battery percentage is at and set it to a variable using applescript? All answers to similar questions say to install additional software, but I would like to d...
Brandeebranden asked 18/7, 2016 at 22:51
7
Solved
Just installed a fresh version of Kepler 64bit "for Java Developers" on Yosemite, getting this error on first launch. Any thoughts on how to fix? Really do not want to downgrade my Java version!
Purveyor asked 10/11, 2014 at 15:41
9
Solved
I'm starting to go nuts over this.
I setup MySQL/Apache/PHP using the tutorial by Coolest Guides On The Planet.
I'm guessing something went wrong as its not working as expected so I want to unins...
Abet asked 31/3, 2015 at 17:55
9
Solved
I am currently running OS X Yosemite (10.10.2) on my MacBook Pro... By default, Apple ships Python 2.7.6 on Yosemite.
Just downloaded and ran this installer for Python 3: python-3.4.3-macosx10.6....
Minimus asked 7/3, 2015 at 23:32
4
Solved
I have tried this but when I do, the terminal ask me for password. I don't know what this password is? I don't have any password on my mac, i don't enter any password when I login and I can't get p...
Lethia asked 5/11, 2014 at 5:24
5
Solved
I am working on the app which needs to be enabled from System Preferences > Security and Privacy > Privacy > Accessibility.
Right now, I am using the following code to open window shown in the scr...
Dinothere asked 9/1, 2015 at 8:18
6
Solved
Just installed phantomjs, mac os x yosemite. Whenever I run /bin/phantomjs, with any parameter, I get Killed: 9. Any idea?
Marozas asked 1/2, 2015 at 20:59
7
I'm on Yosemite, and I want to toggle hide/show all the hidden files on a Mac.
Every-time, I want to do that I have to go to Terminal.app and run these command :
To show
defaults write com.app...
Pollaiuolo asked 19/3, 2015 at 1:46
25
Maybe this is just me experiencing such an annoying "feature":
After upgrading from Xcode 6.0.1 to Xcode 6.1, things changed. Xcode 6.1 is forever indexing the project or compiling source files. T...
Witenagemot asked 21/10, 2014 at 18:49
6
Solved
I use postgres from homebrew in my OS X, but when I reboot my system, sometimes the postgres doesn't start after the reboot, and so I manually tried to start it with postgres -D /usr/local/var/post...
Painting asked 22/9, 2014 at 8:57
3
Solved
I have a Swift application that is launching a simple NSWindow, like so:
func applicationDidFinishLaunching(notification: NSNotification!) {
let storyboard = NSStoryboard(name: "MainStoryboard", ...
Reconnaissance asked 6/8, 2014 at 0:0
9
Solved
I am new to Anaconda Python and I am setting up a project in Sublime Text 3. I have installed Anaconda and created a virtual environment using:
conda create -n python27 python=2.7 anaconda
conda c...
Carom asked 29/2, 2016 at 20:58
6
Solved
I've been learning swift rather quickly, and I'm trying to develop an OS X application that downloads images.
I've been able to parse the JSON I'm looking for into an array of URLs as follows:
fu...
Seaddon asked 3/10, 2014 at 1:5
20
Solved
I'm trying to install libv8 3.16.14.3 but getting an error on OSX Mavericks using latest stable rvm and ruby-1.9.3-p125.
This is the output of running the command 'gem install libv8':
~/src(branc...
Subsidence asked 24/10, 2013 at 22:17
7
Solved
I'm following the instructions to install Intel HAXM on OS X.
https://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-mac-os-x
...
Orthopedics asked 19/10, 2014 at 21:46
1
I am creating a macOS app and would like to create a keyboard shortcut for when the user taps the space bar for one of my buttons.
I am not sure where I should start and even where the documentat...
Alpinist asked 2/1, 2015 at 14:25
2
Solved
I often (but not always) get the following error when running MPI jobs after switching wifi hosts.
Fatal error in MPI_Init: Other MPI error, error stack:
MPIR_Init_thread(498)..............:
MPI...
Schatz asked 25/6, 2015 at 18:10
© 2022 - 2024 — McMap. All rights reserved.