Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am just 3 day old baby in MAC OS.

The hierarchy in Visual Studio is:
Solution
|-> Project1
|-> Project2
|-> Project3
.
.
.
.
.
|-> Projectn

If u want to add new project to your solution just right click on solution file and select add new project.Its so easy..

How about the same in MAC?

I selected new project. And selected standard C++ library under c++ tool.
And I successfully created a libProgram.dylib.
I want to use that library in other project(Not in other window). How to add a project under my current project?

Is there any gud book to learn xcode framework.. please suggest.
Posted
Updated 24-Oct-11 6:18am
v3

1 solution

There is plenty of documentation. XCode is very different from Visual Studio. It's not really "XCode framework", its Cocoa in Mac OS X and iOS architectures, AppKit and Foundation Framework, based on Darwin and Carbon Core on Mac OS X and Core OS with UIKit on top of iOS — a lot of stuff.
See http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CocoaFundamentals/CocoaFundamentals.pdf[^],
See also:
http://en.wikipedia.org/wiki/Cocoa_%28API%29[^],
http://en.wikipedia.org/wiki/Mac_OS_X[^],
http://en.wikipedia.org/wiki/IOS[^],
http://en.wikipedia.org/wiki/Foundation_Kit[^],
http://en.wikipedia.org/wiki/Application_Kit[^],
http://en.wikipedia.org/wiki/Darwin_%28operating_system%29[^],
http://en.wikipedia.org/wiki/Core_Foundation[^].

Start with, well, some starting points:
http://developer.apple.com/technologies/tools/[^],
http://developer.apple.com/library/mac/navigation/#section=Resource%20Types&topic=Getting%20Started[^].

—SA
 
Share this answer
 
Comments
Espen Harlinn 24-Oct-11 14:13pm    
Good reply :)
Sergey Alexandrovich Kryukov 24-Oct-11 14:14pm    
Thank you, Espen.
I happen to do some Mac development these days.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900