Questions tagged [osx-yosemite-beta]

OS X Yosemite (version 10.10) is a major release of OS X which will be released in late 2014.

OS X Yosemite (version 10.10) is a major release of OS X which will be realeased in late 2014.

http://www.apple.com/osx/preview/

48 questions
2
votes
1 answer

CocoaPods with Xcode 5.1.1 and OS X 10.10 Errors

I updated my operating system to OS X 10.10 Yosemite and installed Xcode 6 Beta 6. I was updating a previous project using Xcode 5.1.1 and when I tried to do a pod install I got this error. pod…
Storm Factory
  • 388
  • 2
  • 10
2
votes
0 answers

OS X Yosemite does not show ToolBar icons when windows is displayed as sheet

an NSWindowController loads its NSWindow from a XIB file. The windows uses a NSToolBar to offer some options. Nothing special so far. Usually I use the following code to display the window as sheet: settingsController = [[SettingsWindowController…
Andrei Herford
  • 15,149
  • 16
  • 73
  • 171
2
votes
1 answer

OSX Yosemite getutxent() returning the same user twice

I am trying to get a list of current logged in users using the getutxent() function defined in apple's . The test code I am using is this: #include #include int main(void) { setutxent(); while (1) { …
jamespick
  • 1,924
  • 3
  • 21
  • 44
2
votes
1 answer

Codesign in Mavericks (10.9.4) Still Generating Version 1 Envelope

I'm trying to codesign an app package that will obey the GateKeeper changes in 10.9.5 and 10.10. The documentation I've seen states that you must codesign on a 10.9 system in order to create a Version 2 envelope. However, my 10.9.4 system is…
jerwood
  • 508
  • 1
  • 4
  • 12
2
votes
1 answer

How to get the OS Version String in MAC 10.10 without using gestalt

My objective is to collect the OS Version, release details of MAC 10.10. I have found a way to collect the version details in MAC 10.10 and as well as from prev. version from the link How do I determine the OS version at runtime in OS X or iOS…
2
votes
1 answer

Swift Bindings KVO/KVC Issue

has anyone successfully got bindings working on Swift (Xcode6 Beta 5)? I'm working on a Document based app and even just trying to bind an array like: dynamic var myArray: NSMutableArray = [] to the "contentArray" of an NSArrayController fails…
Nairam
  • 285
  • 4
  • 15
2
votes
1 answer

JavaScript for Automation - Searching Calendar

In OSX Yosemite I am use the new JavaScript for Automation feature to script Calendar. I am attempting to search a Calendar to see if there is an event that is currently occurring. I have done this in AppleScript like so: set now to current…
2
votes
1 answer

OSX Yosemite - JavaScript for Automation Accessing Enums

I'm starting to try converting some of my AppleScripts into JavaScript in OS X Yosemite, but I don't understand how I'm supposed to access enums from applications. For example - the status of Adium. In AppleScript: tell application "Adium" if…
2
votes
1 answer

Optimize Swing Program for OS X Yosemite

I just updated to the public beta of OS X Yosemite. When working with Swing, I notice that the components are not optimized. What I mean is that the buttons look like they are from Mavericks (10.9) instead of Yosemite (10.10). If you don't…
nrubin29
  • 1,372
  • 3
  • 21
  • 49
1
vote
4 answers

iSight/FaceTime camera not working after upgrade

right now i am running the OS X Yosemite beta 10.10, after upgrading my OS X i lost my camera, i tried everything in the forums, but nothing helped. i can't FaceTime, or Skype or anything. normally i would take it in to an apple store, but the…
kiroarous
  • 31
  • 1
  • 4
1
vote
0 answers

OSX Yosemite Apache Segmentation fault(11)

Hello I installed Yosemite public Beta configured the Apache and installed the Liip php-osx for Symfony2 Development. If i try to access the app_dev.php i get this errors. [Fri Aug 29 22:20:43.197239 2014] [core:notice] [pid 5582] AH00052: child pid…
toms25
  • 47
  • 6
1
vote
1 answer

LaTeXTools + Sublime Text 3 does not compile (after installing Yosemite public beta)

I have been using LaTeXTools + Sublime Text 3 for a while, and they work fine. After installing the public beta of Yosemite, Sublime Text + LaTeXTools stops working: the build command brings up output window showing NO errors: Compiling…
Lelouch
  • 1,841
  • 2
  • 20
  • 33
1
vote
2 answers

Cocoapods with Xcode 5 and 10.10 Yosemite

After initially upgrading to 10.10 and XCode6-Beta, I tried to run 'pod update' and I received this error: cannot load such file -- xcodeproj/prebuilt/universal.x86_64-darwin14-2.0.0/xcodeproj_ext (LoadError) I tried to update Cocoapods using 'sudo…
William Entriken
  • 30,701
  • 17
  • 128
  • 168
1
vote
1 answer

Installing Xiki on Mac OS 10.10

Has anyone successfully installed Xiki on Mac OS Yosemite? The developer's advice is that it is only compatible with Ruby 1.9.3, but Yosemite ships with 2.0.0, and I cannot successfully build 1.9.3 for Mac OS 10.10 (there are no pre-baked binaries,…
Grimxn
  • 20,778
  • 9
  • 67
  • 80
1
vote
2 answers

"open -h" unable to find headers

Ever since I installed the Xcode 6 beta, i'm no longer able to see any headers when I type open -h {header}. A typical interaction looks like: $ open -h NSView Unable to find header file matching NSView $ I can find the headers, they're deep in…
iluvcapra
  • 9,046
  • 2
  • 27
  • 31