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
1
vote
1 answer

How to reinstall system Ruby?

Unfortunately I’ve managed to delete my system Ruby on OS X Yosemite and I'm struggling to re-install it. I've read through the answers detailed…
Richard Burton
  • 2,230
  • 6
  • 34
  • 49
1
vote
1 answer

Xcode 5.1 with new OS 10.10 Yosemite displays Cyan circle on screen

I have installed the developer preview of the new operating system Yosemite. Xcode 5.1.1 and then I did the 10.10 update. After performing the update and restarting, when I open Xcode 5.1.1 I get this cyan circle with a cross hair in side of it. I…
user3062853
  • 91
  • 1
  • 8
0
votes
1 answer

How to install Xcode 7 beta on OS X Yosemite 10.10.3?

I need to make installation of Xcode 7 on OS X Yosemite 10.10.3. I can't update an operating system above version 10.10.3 because on a notebook Hackintosh is installed. And it isn't updated correctly unfortunately. I know that it is impossible to…
abg
  • 2,002
  • 7
  • 39
  • 63
0
votes
1 answer

Ios Screen Capture Yosemite

I have developed a mac application for Yosemite for IOS screen recording.The application mirrors the devices with MediaType Muxed like iPod and iphones to the Mac screen for recording along with a preview.The application works fine except that…
0
votes
0 answers

QtCreator + gdb on Mac OS X Yosemite doesn't give me source level debug info

Debugger shows me dissassembler code, while i am trying to step over the instructions of my program. Using lldb under QtCreator. Interesting thing is: debugging works fine, if i use it without QtCreator (via terminal) Small projects seems to debug…
Artem Zaytsev
  • 1,621
  • 20
  • 19
0
votes
1 answer

MacOSX Yosemite: Using R in the Terminal - a gfortran error

I just recently updated to the newest build of MacOSX Yosemite (Yosemite Beta Version 3 - September 15th 2014 Update). R was working fine in Yosemite before this new update, but now I am getting this error when I run from the command line: dyld:…
Josh Herr
  • 125
  • 1
  • 7
0
votes
1 answer

Xcode 6 GM not launching on OS X Yosemite

Xcode 6 GM isn't running on my Yosemite Build 7. The Icon bounces up and down on the dock until I quit the application. I have tried re-installing and the issue persists. I have also tried Xcode 5.1.1 and Xcode 6 beta. Any ideas?
Manesh
  • 528
  • 6
  • 20
0
votes
1 answer

How to get Creative Cloud (CC) to work on Yosemite?

Creative Cloud says it has a mandatory update. I click Install, it says Failed to Update Creative Cloud Desktop. Contact Customer Support.
Alex the Ukrainian
  • 4,528
  • 3
  • 24
  • 25
0
votes
1 answer

Automating editing SystemVersion.plist

I am currently using OSX10.10 and need to use MATLAB; however because they haven't updated the application to support 10.10 it will crash on launch. Up until now I have been using pico to edit the SystemVersion.plist [1] (changing the version from…
0
votes
2 answers

OSX file access issue

My app works in xcode, copying files from its bundle to caches and executing shell/java using NSTask. When exported and run without Xcode, it cannot access those files. What Am I missing? I have iOS Developer Signing identity only, no Mac Dev…
igraczech
  • 2,408
  • 3
  • 25
  • 30
0
votes
1 answer

Cgi downloads instead executing when opening in browser/ localhost

I upgraded to OS X 10.10, and by inherence to Apache 2.4. I have a .cgi app that i try to run but downloads when I try to open it on any browser. Any idea why?
0
votes
0 answers

Flask debug true not taking effect (OS X Yosemite)

I follow the instructions from: The run() method is nice to start a local development server, but you would have to restart it manually after each change to your code. That is not very nice and Flask can do better. If you enable debug support the…
andilabs
  • 22,159
  • 14
  • 114
  • 151
0
votes
2 answers

Connection error on MySQL Workbench 6.1

I just upgraded my comp to the beta Yosemite and now my MySQL is giving me a connection problem. I used to be able to run this command in terminal and get results: /usr/local/mysql/bin/mysql -uroot -e "SELECT * FROM table_name" But now it returns…
double_j
  • 1,636
  • 1
  • 18
  • 27
0
votes
1 answer

How do you reposition a Storyboard with Xcode 6 and Yosemite?

I installed the latest Xcode and Yosemite betas several days ago and have noticed a feature of Yosemite seems to be its not possible (by design or bug?) to click on a a scroll bar and drag. This was an irritation but now I'm trying to navigate…
Gruntcakes
  • 37,738
  • 44
  • 184
  • 378
-1
votes
1 answer

Compiling error with g++ 4.9 on OSX Yosemite

Recently I installed the new version of gcc (4.9) on OSX Yosemite, following the steps that I found on: https://wiki.helsinki.fi/display/HUGG/Installing+the+GNU+compilers+on+Mac+OS+X But when I try to compile a simple "Hello World" program, the…