Tagged Questions
0
votes
1answer
508 views
Which MacBook Pro configuration is best suitable for Iphone/Ipad App development? [duplicate]
Possible Duplicate:
What are good specs for a MacBook to develop on iOS with?
I'm planning to buy a MacBook Pro and get into devlopment. But I'd like which is the best configuration I ...
6
votes
2answers
662 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 ...