Questions tagged [osx-yosemite]

OS X Yosemite (version 10.10) is the eleventh release of OS X, Apple's desktop and server operating system for Macintosh computers.

OS X Yosemite (version 10.10) is the eleventh release of OS X, Apple's desktop and server operating system for Macintosh computers.

Yosemite introduced a revision to the operating system's user interface. Its graphics are inspired by iOS7. Some icons have been changed to go along with iOS 7 and iOS 8. It still maintains the OS X desktop metaphor. The interface incorporates a flatter visual appearance with blurred translucency effects.

OS X Yosemite was the first release to introduce Apple's new programming language, Swift.

Related tags

2087 questions
0
votes
1 answer

NSCollectionView does not hide in osx

I used NSCollectionView in my application. In certain condition i want to hide and Unhide the NSCollectionView. But it will not hide the NSCollectionView. I used the following code @IBOutlet weak var thumbnailView: NSCollectionView! func…
Rizwan Shaikh
  • 2,824
  • 2
  • 27
  • 49
0
votes
2 answers

Do you want the application "WebStorm.app" to accept incoming network connections?

Webstorm keeps asking to accept incoming network connections on Mac OS X Yosemite.
Marco Ramires
  • 1,116
  • 1
  • 10
  • 19
0
votes
1 answer

Trying to HideAllOtherApplications in AppDelegate

I have been trying to find a way to hide other applications programmaticly in my AppDelegate. I tried: func hide() { NSLog("hide") NSApplication.hideOtherApplications(self) } The error seems to be in the "self". I am pretty sure it is a really…
Devapploper
  • 6,062
  • 3
  • 20
  • 41
0
votes
1 answer

Android studio ide install error on Mac Yosemite

When I downloaded android-studio-ide-141.2135290-mac and tried installing it on my Mac Yosemite, I faced errors such as: file not found the following SDK components were not installed: platfrom tools,extra-android-m2erepository and…
0
votes
0 answers

launchAgent getting SIGTERM too early for loginWindow user

Hi My OSX app has one launchAgent. I have seen some scenario (1 out of 4 time) in which when I switch to loginWindow, it launches the launchAgent for loginWindow session, but this very soon receives the SIGTERM , within 3 seconds. In other cases…
iOSMonkey
  • 119
  • 1
  • 1
  • 9
0
votes
1 answer

Custom fonts in Interface Builder XCode 6

I want to use custom Fonts in a mac desktop application. I am using XCode 6. is there any way after including custom fonts (.ttf files) in the resources folder and making necessary changes in info.plist file that these fonts will show up in IB? I…
Subrat
  • 175
  • 3
  • 13
0
votes
2 answers

Perl Update in OS X 10.10.5, Cannot Locate Perl Modules

UPDATE: I tried again and realized that perl said that when it tried to load the module, it got a "permission denied" error. So, I just re-ran the script using sudo...and it worked. I guess it must be some sort of permissions changes. Original: I…
jrg
  • 13
  • 3
0
votes
1 answer

Kivy does not provide a python shell on yosemite

I failed to let kivy work on my mac (yosemite 10.10.4). After placing kivy in applications and running makesymlinks, I expected to get a python shell after the 'kivy' command. However, I got the following error. Script started, output file is…
0
votes
1 answer

How to make MySQL Server > 5.5.45 on OS X Yosemite accessible through tcp?

Right now I do a netstat -n | grep 3306 and nothing come. Beside I try to connect using: $ mysql -h127.0.0.1 -u root -p Enter password: ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (61) to connect and see the error below. Even…
user1785721
0
votes
0 answers

Sublime Text 3 syncing error between two computers

I followed the steps by package control: https://packagecontrol.io/docs/syncing#dropbox-osx I'm using MacOS X and dropbox, I'd like to sync an iMac and a MacBookPro. Followed those simple steps but it seems doesn't work, for now I've try to set up…
0
votes
0 answers

Can't locate YAML/Tiny.pm in @INC

I'm trying to run a makefile used by my company, when I type 'make' in my shell I get this error: Can't locate YAML/Tiny.pm in @INC (you may need to install the YAML::Tiny module) (@INC contains: /Library/Perl/5.18/darwin-thread-multi-2level…
Altiire
  • 11
  • 1
  • 5
0
votes
0 answers

Turn off MacVim's expanding-window effect in Yosemite

I just upgraded an old (2011) MacBook Air from Snow Leopard to Yosemite. My old MacVim didn't work, and the most recent precompiled version at SourceForge didn't work, so I compiled it myself, with no configure additions. I noticed that now when I…
Mars
  • 8,689
  • 2
  • 42
  • 70
0
votes
1 answer

git push not working after deleting keychain on OS X

I was having an issue with my keychain earlier today, wherein I was getting endless login prompts that were unresolvable. I deleted the keychain by following the strategy here: http://www.techarp.com/showarticle.aspx?artno=801 Now, however, my git…
vimfluencer
  • 3,106
  • 3
  • 17
  • 25
0
votes
2 answers

How can I restart task_gated daemon after creating a new certificate in OS X Yosemite?

I'd like to debug my program through eclipse-cdt or emacs. But, now both of them fail because gdb is not certificated yet in Yosemite. My gdb installation status is here. I installed gdb through home-brew. dplee@dpleeui-MacBook-Pro ~/w/fish-shell>…
cloudrain21
  • 649
  • 5
  • 17
0
votes
2 answers

Cant Search for .gitconfig Even after AppleShowAllFiles

I ran: defaults write com.apple.finder AppleShowAllFiles TRUE killall Finder And still I type in ".gitconfig" in finder and it doesn't find any of them and I have one in the root of my home folder for sure.
PositiveGuy
  • 17,621
  • 26
  • 79
  • 138
1 2 3
99
100