tags:

views:

32

answers:

1

Hi all.

i need to add following framework in my app (xcode). graphicsservice coretelephony celestial and layerkit

But i cant found these frameworks on my list.

i was trying to add through add >>> existing framework.

and the list of framework doesnt have these frameworks.

how can i add and from where i can add above framework.

thanks and regards

A: 

All these framework are not public framework but these are private framework.So add them by searching through private framework.

Add->Existing Framework->private framework

raaz
thanks raaz for ur reply.But i cant see this "private framework" option anywhere.where is it???/
shishir.bobby
step 1 :Right Click over your Framework Folder.step 2 :click on Addstep 3 :click on Existing Frameworksstep 4: by default you must see the public framework provided by AppleStep 5:Now at top of screen Above your frameworks 3 tab buttons are present to show how you want to see the folder(Choose the last one)Step 6:Now you can see a folder Private frameworks below FrmaeworksOtherwise you can navigate from Developer->Platforms->iPhoneOSplatform->Developer->SDKs->iPhone3.0.SDK->System->Library->PrivateFrameworks
raaz
But avoid using private framework in your application because apple may reject your applicaion.
raaz
@ raazthanks matei found most of the framework,except "layerkit". This framework is not there for me.Now how should i procide?Any other way to avoid these framework,if apple finally gonna reject it,for using private framework.??i m a dice application..which shoud rotate ,have to provide 3d animations and all..so wat should i do before proceeding further??thanks again
shishir.bobby
@shisir ,I have never tried 3d animation, but it is not impossible.You can try or search for OpenGL/OpenGLES/CoreAnimation for these things.
raaz
Now if you find your solution then check it as answered
raaz