WARNING: Almost all questions about development or app distribution are off topic here. See the FAQs for details. Xcode is Apple's official software development environment for Mac OS X and iOS
0
votes
2answers
35 views
Xcode 5 update, why am I stuck on Xcode 3.2.6?
I'm running Xcode (downloaded from the Mac App Store) on my MacBook Pro running OS X Mavericks.
The weird thing is I am running version 3.2.6, yet Xcode claims to be up to date. There are no updates ...
1
vote
0answers
38 views
Mac-to-Mac VPN Xcode speed: AFP vs VNC
I connect from home-Mac to work-Mac over VPN. Then I have 2 options in Finder:
VNC: screen-share (restricts you to work-monitors' resolution)
AFP: mount the work-directory, then open the Xcode ...
3
votes
1answer
74 views
How can I install the Command Line Tools completely from the command line?
I'd like to script the installation of the the Xcode Command Line Tools.
On Mavericks,
xcode-select --install
will open a dialog prompting the user to install, but I'd like to trigger the install ...
2
votes
2answers
42 views
Does installing Xcode 5.0 with iOS 7 SDK remove my iOS 6.x SDKs?
I have Xcode 4.6.3 with iOS 6.0 & 6.1 SDKs. I want to install Xcode 5.0.
Does it remove iOS 6.0 & 6.1 SDKs or it will just update my previous Xcode to latest with iOS 7 SDK keeping iOS 6.0 ...
0
votes
0answers
7 views
Stuck “Installing” Icon [duplicate]
I installed an ad-hoc iOS app, the app is installed but there is another icon which still says installing and it won't go away, and I can't delete it. I rebooted to no avail.
4
votes
1answer
85 views
Xcode Service: Do I need a separate Mac for OS X Server on Mavericks?
I am an iOS developer and I want to implement continuous integration in Xcode.
I have received the following email from Apple:
As an iOS developer, you can now take advantage of continuous ...
0
votes
2answers
29 views
User input assigned to variable in AppleScript then passed to “do shell script” command
How do I grab input from the user in AppleScript and then pass the result of the variable to a do shell script command from within AppleScript itself?
For example, the user would type the answer foo ...
0
votes
0answers
18 views
Virtualizing Mac OS X on Windows for Development purposes [on hold]
Is it recommended to run the latest version of Mac OS X (Mavericks) in a virtual environment for development purposes on Windows? I'm planning on learning iOS development and eventually uploading apps ...
1
vote
1answer
44 views
How to run third-party iOS apps in OS X?
I have a lot of awesome iOS apps such as Procreate that I would I like to use in OSX. Currently, I am only able to run my own iOS apps in OSX through Xcode. I heard some rumours that thirdparty iOS ...
0
votes
0answers
99 views
Terminal goes slow after install Mavericks OS
After I've update my OS to Mavericks.
Terminal goes really slow, I've found out that the problem must be from Xcode.
While I remove Xcode from my computer terminal works fine, and after I installed ...
0
votes
1answer
226 views
Does Mavericks support OpenCL?
I installed the new OS X Mavericks and new Xcode on the "mid 2011" Macbook air.
I run the code from this question, trying to test if the GPU supports OpenCL. But It seems to behave the same it ...
-1
votes
1answer
29 views
How to submit a bug report to Apple's bug tracker?
I managed to write a piece of code that made Xcode 5's LLVM compiler segfault. Xcode prints a message that asks me to submit a bug report at http://developer.apple.com/bugreporter/. I try to do that, ...
0
votes
1answer
20 views
How Can I Set XCode to Correctly Highlight Multi-Line Strings for Shell Scripts?
Quite simply I have a shell script that I'm editing in XCode, and it contains several strings which contain new-lines. Easiest way for me to do this was just to leave the string open so that it spans ...
1
vote
3answers
82 views
Why does Xcode open when I start OS X?
Why does Xcode open with this file every time I start or restart OS X 10.8.4? I close it each time, have never manually opened it, and have no .savedState folder for Xcode in ~/.Library/Saved ...
0
votes
1answer
88 views
Uninstall OSX-gcc-installer without first installing Xcode
Is there a way that I can uninstall osx-gcc-installer without first having to install Xcode, then run sudo /Developer/Library/uninstall-devtools —mode=all ?
I installed it on Mountain Lion, and I ...