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
1
vote
0answers
21 views
Use a custom version of clang in Xcode
I installed the recent version of clang (to /usr/local/). How do I set up Xcode to use this and not the built-in version of clang?
-1
votes
0answers
17 views
Using Core Data in iOS to display large no. files [closed]
I am attempting to develop an iOS application. The application is similar to a typical Bible applications where there would be many data files, displayed one after the other. These files should be ...
0
votes
0answers
20 views
making TextEdit full screen [closed]
The TextEdit app does not have the option to enter into full screen mode, i was wondering if i could add the full screen feature to the application using xcode, is this something that will be ...
1
vote
0answers
149 views
XCode 5 Developer Preview With XCode 4.6.2 [closed]
Apple announced XCode 5 Developer Preview Today and I want to try it.
But Before I take any step I want to know that what happen with my old version of Xcode (version 4.6.2)?
Will XCode 5 Developer ...
2
votes
2answers
116 views
how to reinstall xcode command-line tools?
I had serious problems from two versions of Xcode on the same machine. I removed all Xcode app instances & many other non-System 'xcode'-related files, then reinstalled the app (4.6.2), fixing my ...
0
votes
0answers
69 views
can't install xcode, issue with MobileDevice.pkg
I am trying to install xcode on my mac version : Mac OS X Lion 10.7.5 But I'm having a problem,
i download xcode version 4.6.2 from Appstore after i installed the app i clicked on the icon in the ...
1
vote
0answers
29 views
XCode repeatedly hangs on launch
I'm new to OSX and running Mountain Lion in a Virtual Box VM. Xcode was running fine and I managed to create a simple Hello World App. I restarted the VM and when I tried to reopen my project Xcode ...
-1
votes
1answer
41 views
What is otool? How can I download and use it to check private API's? [closed]
I want to check for private API's in my iPhone application. After googling a lot, I found that the "otool" can do this. But I can not find what exactly otool is.. What is the exact link that is used ...
2
votes
1answer
45 views
What is the relationship between the OS release, the XCode release, and the default compiler?
If you run:
'cc --version'
or
'c++ --version'
on a modern OS X with XCode and the command line tools installed (in my case, Mountain Lion with XCode 4.6.x) you will see that the default C ...
1
vote
1answer
34 views
pause download from appstore and shutdown then resume after restarting computer
I am using mountain lion on macbook pro.
I want to know if it is posible to pause while downloading xcode from appstore and shutdown my computer, then resume my download from where i paused it when I ...
1
vote
1answer
78 views
Least intrusive way to install Ruby 1.9 on a borrowed MacBook?
I need to use Ruby 1.9 for a programming test, and I'll be borrowing my dad's MacBook Air to do so. He's running OSX 10.7.5 and has Ruby 1.8.7
What's the least "invasive" way to install a newer ...
1
vote
1answer
42 views
How do I specify what is used as the real C compiler?
I have a configure on Mountain Lion that's running into trouble:
[snip]
checking for gcc...
/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/bin/cc
checking whether the C ...
6
votes
1answer
124 views
What does Apple want for the WWDC Scholarship application uploads?
Note: This is not a wall of text question. It looks long, but basically boils down to just a few choices. The pictures are nice and big.
Hello,
I am trying to submit my app for the 2013 Student ...
1
vote
2answers
86 views
Mac crash after installing XCode
I tried installing XCode on my MacBook Pro, but for some reason, it suddenly crashed. After a reboot, I saw a message my computer had to restart because of some system failure. After this message, I ...
0
votes
0answers
17 views
Minium character size to display on the screen
I've a Mac 27" and I'm becoming a freaking blind.
Is it possible to specify some king of minium character to display on the screen?
I've adjusted the finder and safari characters size/zoom level.
...
1
vote
1answer
72 views
Delete Application from iPhone 5.1 Simulator
Strange Moment !!!
I was testing my iPhone App on iPhone 5.1 Simulator. App ran very fine. But got strange situation at the time of removing App from Simulator. I followed these steps to remove the ...
0
votes
0answers
157 views
Why can't I find PackageMaker?
As far as I know, the PackageMaker should be part of "Auxiliary tools for Xcode" and can be downloaded from https://developer.apple.com/downloads. However I cannot see the "Auxiliary tools for Xcode" ...
1
vote
1answer
263 views
Xcode 4.6.1 install hangs at “Installing - less than one minute” on Lion
I have been trying to update to Xcode 4.6.1 (from 4.6) on OS X 10.7.5. The install gets most of the way through, then hangs out at "Installing - less than one minute" indefinitely. Based on old ...
0
votes
0answers
85 views
GDB (GNU Debugger) with TUI (Text User Interface, or 'layout' command) on Maountain Lion
Anyone who has tried GDB's nifty layout interface must be impressed by its convenience. Unfortunately, however, Apple developers never realized this, so Xcode, even with its optional command line tool ...
0
votes
1answer
70 views
Why would SetFile be unavailable after upgrading to Mountain Lion?
I have Xcode installed, and have used the SetFile command (installed with Xcode) for some time. I just upgraded to Mountain Lion, though, and find that it is suddenly unavailable. I verified that ...
0
votes
2answers
164 views
Xcode is hidden in OS X 10.8.2
Now I am using OS X 10.8.2. I have installed Xcode 4.5 on my Mac. It has completely installed and I am able to open sample Xcode projects. The problem is Xcode is not displayed in the Application ...
0
votes
0answers
14 views
iOS provisioning Key won't attach to certificate
I'm trying to deploy apps to iOS devices from my Macbook Pro. I've followed the provisioning instructions to the letter and had other experienced iOS devs walk through it with me so I know I'm not ...
0
votes
0answers
31 views
Xcode fatal confused error
I just off to lunch break for 30 minutes, when returned back, Xcode shows me this message repeatedly, don't know why this was happening, the only solution to get rid out of this is to Force quit the ...
0
votes
1answer
95 views
XCode Hangs at Startup
XCode fails to open on my machine - OS X 10.8.2. It opens the main screen and just hangs there with the spinner spinning becoming unresponsive. If I double clcik a project, it just hangs sating it is ...
0
votes
2answers
76 views
Is there a hand tool for xcode's storyboard (scrolling without scrollbars, PDF style)?
I guess the title says it all. I was looking for a way to e.g. hold down a modifier key and "grab" the storyboard so that I can stop trying to aim for the scrollbars every time I want to scroll freely ...
1
vote
2answers
81 views
Programmer new to Apple - How to efficiently switch between files in XCode?
I'm a programmer that's pretty much brand new to Apple software, and everthing is all weird and different and scary :P, so I'm trying to figure out some workflow stuff:
I'm used to having a Visual ...
0
votes
2answers
461 views
xcode 4.2 on osx 10.8
Is there a way to install XCode 4.2 on Mac OSX 10.8?
I need to compile some Firemonkey projects on my MBP (latest without retina) and I have OSX 10.8 installed and through normal means it's not ...
1
vote
0answers
284 views
The working copy requires a newer version of Subversion than Xcode supports
I just installed Xcode 4.6 (I had Xcode 4.5.1). I just opened an existing project and got this message:
The working copy "path/to/my project" requires a newer version of Subversion than Xcode ...
1
vote
1answer
157 views
Can the DocSets installed by Xcode be moved to an external disk?
While attempting to clean up my Air's SSD, the estimable DaisyDisk showed me that 4 GB is being eaten up by Xcode DocSets. I like keeping my friends close and my SDK documentation closer, so I'd be ...
0
votes
1answer
121 views
copy simulator from one mac to another mac osx
I'm the user with the less internet speed, one of my friend downloaded iPhone Simulator in his Xcode 4.5 to test the code in iOS 5.1, 5.0, 4.3 os too, now if I want those simulators in my mac, is ...
2
votes
2answers
4k views
Is it possible to compile and run an Xcode project on a jailbroken device without a paid developer certificate?
Both for kicks and for budgetary reasons, I'd like to take a package that would normally requite a developer account and build an app to run on a jailbroken iOS device.
I have a 5th gen iPod Touch, ...
0
votes
1answer
108 views
Restore 10.8.2 to original developer settings
So I am at a point in a rabbit hole of troubleshooting programming problems (a lot of it seems to involve my gcc and fortran compilers, but I have long lists of libraries interfering with one another) ...
2
votes
1answer
84 views
Why do debuggers need an admin password?
Why does running LLDB or instruments require elevated privilages?
1
vote
0answers
216 views
Is it possible to download Apple's Command Line Tools for Xcode from the command line?
Background
My job gives me temporary MacBook Pros for travel purposes. I get them with a fresh OS install before I leave, and when I return, they blank the hard drive. The trips usually require some ...
-1
votes
1answer
93 views
How can I program in OpenGL on a Mac without Xcode? [closed]
For reasons I won't go in to, I can not and will not download Xcode. I have Mac 10.6.8. Getting OpenGl is a WILD GOOSE CHASE.
So, is there any way I can get OpenGl, without Xcode?
1
vote
1answer
60 views
How can I transfer iJoomer app to XCode iPhone simulator?
I downloaded iJoomer in iTunes, and I would like to transfer it into XCode's iPhone Simulator so I can run the app there.
Is it possible to transfer an app from iTunes to the iPhone simulator? If ...
5
votes
4answers
4k views
Xcode 4.6 not installing on my Mountain Lion
I am updating my Xcode 4.5.x to Xcode 4.6 directly from Mac App Store. But I am unable to update it. First it downloads the new Xcode. After downloading, it starts installing. But while installing it ...
3
votes
2answers
807 views
How can I create a dictionary for Mac OS X?
Dictionary seems to be several versions ahead of the Apple documentation (2007). I found a good blog post about it, but everything seems different now. I installed Xcode (including the command line ...
4
votes
1answer
246 views
What does the arrow with 2 lines through it mean?
In Xcode, a lot of the shortcuts use an arrow with 2 lines though it:
What is the keystroke corresponding to this?
2
votes
3answers
95 views
How can I disassociate a single app (e.g., XCode) from all file types it's mapped to? [duplicate]
Possible Duplicate:
How to Change File Type Associations?
Every time I get a machine that I install XCode on, it associates itself with all kinds of filetypes. E.g., .xml, .rb, even .java! ...
1
vote
2answers
2k views
Can the Xcode SDK run on Windows 7?
I want to install Xcode SDK for iPhone app development on my Windows 7 PC, does any one know is this is possible?
0
votes
1answer
207 views
Deauthorise Apple ID from the Mac App Store
I have Xcode installed using an Apple ID that I want it to be detached from. How can I login to the Mac App store using a different Apple ID and then have Xcode reattached to the new account in order ...
0
votes
1answer
185 views
Error while installing Homebrew on Lion
I started installing Homebrew on my Mac Lion v10.7.4 but got the following error.
==> Downloading and Installing Homebrew...
Failed during: Error: /usr/bin/xcode-select returned unexpected error. ...
-1
votes
1answer
145 views
gcc vs. llvm, compiling c++ code, migrating from linux [closed]
i'm migrating from linux machine to mac os x. I was used to write c++ application (for opengl and opencv application mainly) using vim as editor.
Now, i have installed XCode on a new 10.8 mac os x ...
3
votes
1answer
118 views
Xcode 4: key binding for “Focus code blocks on hover”
Xcode 4 has a Focus code blocks on hover setting in Preferences > Text Editing.
When you hover the mouse on a Code folding ribbon, the mentioned setting has the effect shown in image below.
Also, ...
4
votes
2answers
662 views
Installing Xcode via command line
I am a Linux user and have never used OSX before. I need to help someone install some stuff on an OSX "Lion" server, and I asked him to give me an SSH shell, assuming that would be sufficient. However ...
3
votes
1answer
198 views
Stop programs stealing focus
I'm currently using XCode in conjunction with Unity. When I initiate a build in Unity, it automatically runs XCode. XCode will then steal focus from whatever app I happen to be in. Is there a way of ...
1
vote
1answer
136 views
“New Screenshot” button is disabled in XCode Organizer
I have connected my iPhone to my Mac..
When I open XCode Organizer, the New Screenshot button is disabled..
Any idea why???
XCode Version 4.3.2
iOS 6.0.1
5
votes
2answers
199 views
Why does Xcode still show up as an available update in App Store after being installed?
I have installed the update shown from the App Store. I have since started and used XCode. Why does this update still show up in the updates list for App Store?
Is there some extra action I need to ...
0
votes
1answer
581 views
I want to upgrade mac os 10.7 to 10.7.4
I want to upgrade my mac os to 10.7. to 10.7.4, but can't do so apple software update fails three time. So, i want to download some update file that can be installed, but not found. I have downloaded ...




