osx-yosemite Questions

5

Solved

Whenever I try and run brew install <app>, such as brew install git, i get the following error: $ brew install git Updating Homebrew... Warning: You are using macOS 10.10. We (and Apple) do n...
Minima asked 6/8, 2020 at 18:19

4

Solved

I have a litle problem with saving a color in NSUserDefaults . In objective-c is easy : -(NSColor *)colorForKey:(NSString *)key{ NSData *data; NSColor *color; data = [[NSUserDefaults standardUser...
Plumbo asked 20/10, 2014 at 11:15

2

Solved

I want to implement new method, I searched a lot on Google and Stack Overflow but I have not found an example. - (void)presentViewController:(NSViewController *)viewController animator:(id <NSVi...
Lordling asked 3/11, 2014 at 13:44

19

I've Safari 8.0.6 with iOS 8.3 on my iPad, while debugging through Web Inspector on my Mac (10.10.3), the connection keeps on disconnecting (I don't see the device name under Develop menu upon disc...
Ronna asked 6/7, 2015 at 17:23

11

Solved

I'm using homebrew and oh-my-zsh on a fresh OSX 10.10.1 install. I got nvm via homebrew and then attempted to run it but says - zsh: command not found: nvm Any idea what the problem is? I was able ...
Adust asked 26/12, 2014 at 0:48

7

Solved

Yes I want to create a run configuration in PyCharm to run Pyinstaller and get my executable. According to the Pyinstaller documentation you should be able to locate an python script called pyinsta...
Lafave asked 25/11, 2015 at 0:36

6

I am a Windows/Linux developer who occasionally builds for OS X - particularly in Qt. I have a simple Qt project that I have been developing on Windows. I now wish to build it on OS X. I am runni...
Yul asked 22/7, 2015 at 4:54

2

I am attempting to import a .pfx certificate on a MacBookPro with 10.10. As I import the cert I am prompted to enter a password for the cert. I created the cert and I know there is no password. I c...
Endamage asked 26/2, 2015 at 22:48

1

I am trying to send styled text email through AppleScript via default mail client. It seems new version of OSX is not able to recognise the HTML content set inside. Is there any workaround for 10.1...
Octosyllable asked 19/5, 2016 at 5:51

8

Here is the full output of the error message: Fetching: eventmachine-1.0.3.gem (100%) Building native extensions. This could take a while... ERROR: Error installing eventmachine: ERROR: Failed t...
Plot asked 30/12, 2014 at 3:48

4

My app has an option that allows the user to choose between the standard "full-size" window titlebar/toolbar and the "compact" titlebar/toolbar made available in the NSWindow 10.10 API. Specificall...
Broomrape asked 12/11, 2014 at 6:11

4

Solved

How can I take an array with days of week from the system (from NSDate, I think)? Until now, I can only take the current day, but I'd like to be able to take all weekdays in an array. If the firs...
Waddington asked 21/2, 2015 at 13:59

3

Solved

I'm trying to get my NSScrollView (and thus a contained NSOutlineView) to use a blurred NSVisualEffectView with behind-window blending effect. I've successfully made NSVisualEffectView the contain...

2

Solved

I always end up with this error message, "tcpdump: ioctl(SIOCIFCREATE): Operation not permitted" Any ideas to what I am doing wrong. I am running this on OS X Yosemite.
Verbosity asked 3/12, 2015 at 20:21

10

When I check for updates in Android Studio (1.0.1) it says there is an updates available (1.0.2), but shows this error: Android Studio does not have write access to /Applications/Android Studio...
Deflocculate asked 9/1, 2015 at 9:27

4

Solved

I have some IPv6-only hosts. I can successfully execute curl request to it by curl $ curl -I my.ip.v6.only.host HTTP/1.1 200 OK But when I trying to get it from java I have an error: HttpGet ht...
Bonehead asked 17/3, 2015 at 15:56

4

Solved

In Yosemite sidebars have a semitransparent "vibrant" background. How can I create a view like that in 10.10/Xcode 6? Can I give any view such background? I've found that NSOutlineView will defaul...
Galore asked 3/6, 2014 at 19:15

4

Solved

Coming from Ubuntu I bought a new iMac and tried to setup my Qt development. Everything else is already up and running. Xcode command line tools are also installed. Because it surprised me how go...
Volteface asked 3/4, 2015 at 12:4

4

Solved

Since the last OSX update (Yosemite), my localhost server is full of error messages from airplay (but I am not using it). Each times it's the same: [31/Oct/2014 05:40:42] code 400, message Bad req...
Synthetic asked 31/10, 2014 at 5:51

2

I'm attempting to follow the post linked below to override the NSCell of a NSTextField but it looks like the setCellClass method is now deprecated in OSX 10.10. How to make NSTextField use custom ...
Herodias asked 2/3, 2015 at 12:15

8

I'm on Mac Yosemite 10.10.5. Apache web server suddenly no longer starts. I tried changing the port to 8080. Also tried sudo apachectl stop and sudo apachectl start. Still won't open. I thought th...
Svensen asked 1/11, 2016 at 14:7

8

Solved

I have created my node script executable to execute some tasks grunt. On Windows, my node script works fine. But on Mac OS X (Yosemite), it's not working. My node script has been published on Win...
Federalist asked 20/5, 2015 at 8:56

3

Solved

I'm trying to compile haskell programs on my mac running OS X 10.10 Yosemite, but ghc fails every time with ld: library not found for -lgmp: $ ghc foo.hs [1 of 1] Compiling Main ( foo.hs, foo.o ) ...
Diaphragm asked 13/11, 2014 at 1:43

10

Solved

As of OS X 10.10 most of NSStatusItem has been deprecated in favour of the button property, which consists of an NSStatusBarButton. It should work like a normal button but unfortunately the cell an...
Cushy asked 23/9, 2014 at 21:3

14

I started working with xcode a few days ago, and today I tried to connect a textview from the main storyboard to the viewcontroller, but I figured out that its not working. I am able to ctrl+click...
Number asked 16/7, 2015 at 12:50

© 2022 - 2024 — McMap. All rights reserved.