Tagged Questions
2
votes
1answer
74 views
Why do debuggers need an admin password?
Why does running LLDB or instruments require elevated privilages?
-1
votes
1answer
133 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 ...
-1
votes
3answers
3k views
Xcode for iPad?
I don't have an Apple computer, only iPad and Debian computer but I still would like to add a feature to iOS app here. Earlier I found out that I can download Xcode, more here, from Apple Store. Now I ...
0
votes
1answer
114 views
Xcode tools getting working without the Xcode CD or external drive?
I would like to get the Xcode-developer things to my Macs. I noticed that Apple has started to offer some terminal things online, more here. I am still lazy to get the CDs, to get all Xcode-developer ...
4
votes
1answer
457 views
How do I resize the iOS simulator?
I know that there's Window>Scale>100/75/50% but the scale of the retina iPad simulator is still too big for my screen to be able to test anything.
Is there a way I can scale the size of the iOS ...
0
votes
2answers
2k views
Xcode update for 10.6.8
I would like to use a newer version of Xcode (current version on my system is 3.2.4) and the command line tools (gcc & make).
I have tried to install Xcode through the Mac App Store, however I ...
1
vote
3answers
3k views
Where can I find gcc in Xcode 3.2.6?
I have a Mac with OS X 10.6.8 Snow Leopard. I'm trying very hard to learn the basics of programming in C, but I can't get my first simple program to run.
I read online to go to Xcode Preferences -> ...
1
vote
2answers
156 views
Does installing Xcode and it's mobile components slow down regular iTunes with iPhone syncing and performance?
I haven't personally noticed any differences, but is there a toll on normal usage of iTunes and syncing it with your iPhone if you fit a developer profile by having Xcode on your system including ...
5
votes
4answers
3k views
Missing autoconf/automake in Xcode 4.3?
After I purged Xcode 4.2 and installed Xcode 4.3 from App Store, I can not find autotools (automake/autoconf) through the command line. I've tried to run find /Applications/Xcode.app -name 'automake', ...
4
votes
4answers
2k views
Where can I download open source iOS and Mac apps? [closed]
I'm new in iOS and Mac programming and I want to learn from open source projects.
Where can I download source code for iOS App and Mac?
2
votes
1answer
439 views
Python editor for ipad with mercurial support?
Is there a text editor for ipad which supports python and mercurial? It would be even better if there were a solution that also allows one to run and develop with django.
Any suggestions?
7
votes
1answer
2k views
No Shark on OS X Lion?
I can't find Shark on OS X Lion. The most recent Xcode is correctly installed, but I can only see Instruments. Has Shark been made obsolete by Instruments ?
3
votes
4answers
16k views
How can I obtain older versions of Xcode?
How can I obtain older versions of Xcode?
Is there a way that I can freely download a version that only requires OS X 10.6.8? So far this is all I've found on the matter; but, when I click the ...
6
votes
2answers
663 views
Cannot compile C code after installing xcode
When I installed Xcode on Snow Leopard, gcc was not in my path. I manually added /Developer/bin to get gcc. However, I wrote a simple C program to include stdlib.h and stdio.h and print a string, but ...
1
vote
1answer
255 views
Is it possible to install both Xcode 3 and 4 side-by-side, alternate use either one or the other
I've got a handle on how to install Xcode 3 and 4 on the same machine (running OS X < 10.7), so I'm looking more how to manage this environment.
Rather: is it possible to enter some shell command ...
3
votes
1answer
643 views
Xcode 4.1 does not show any recent projects
I would like to ask you what is wrong with my Xcode 4.1. Every time I launch it, it show me that there are "No recents" nevertheless the fact that I have created lots of projects.
P.S.:
defaults ...
2
votes
6answers
1k views
New MBA vs MBP 13" for iOS Developmet
I am going to buy a MacBook for iOS development as its main use, though I will also use Photoshop some for image processing.
I am choosing between the new mid-2011 Macbook Air and the early-2011 ...
1
vote
2answers
978 views
Can anyone confirm whether MacRuby framework shipped with Lion?
Somewhere I read that Apple wants to include macruby framework in OS X Lion.
Did they include it?
6
votes
4answers
2k views
What are the consequences of jailbreaking an iOS device as a Developer?
What would be the consequences of Jailbreaking my iOS device as a developer?
What are some of the benefits, and what are some of the issues with Jailbreaking as a developer?
How would this effect ...
0
votes
0answers
775 views
How to tell PackageMaker to Execute a bash script after installation
I'm creating a new Installer using PackageMaker. I need to run a bash script after the installation is complete.
In the "Contents" column I have a folder, which is the folder I want to be installed ...
-1
votes
4answers
355 views
A better configuration to do development? [closed]
currently I have a mac mini:
Hardware Overview :
Model Name: Mac mini
Model Identifier: Macmini2,1
Processor Name: Intel Core 2 Duo
Processor Speed: 1,83 GHz
Number Of Processor: ...
13
votes
4answers
6k views
Is it possible to run both Xcode 3 and 4 side-by-side on the same machine?
As the title says, can I have both versions of Xcode installed on the same machine?
1
vote
2answers
465 views
Can you customize the install of Xcode from the Mac App Store?
I'd prefer not to install the whole iOS SDK with Xcode, just the gcc toolchain for my own console applications and school work. I know for the old Xcode installs it was possible to customize the ...
5
votes
3answers
356 views
Easy way to get gcc and make in OSX
I want to install a few CPAN modules in OSX.
It filed since the module I want requires make and gcc to be installed. A quick google on the subject tells me that I need to install "Apple developer ...
5
votes
1answer
989 views
Differences between Snow Leopard Server and Desktop?
I have a friend who is wanting to get a Mac Mini to do iPad development. He says the server version is cheaper than the desktop version. I've only ever used the desktop version. Is there any reason ...
