Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

bhangale.parag

macrumors newbie
Original poster
Sep 4, 2008
5
0
hi all,
i am trying to make a File read Operation application. in that application i have required NSAlert class reference to show the dialog. this class present in AppKit.Framework file i want to add this framework into my project so i can use NSAlert class in my project.
Lacation of AppKit.framework : /system/library/framework
error:Appkit.framework file not found.

Please help me it's necessary for me because i have required this in other applications also.
 

mccannmarc

macrumors 6502
Aug 15, 2008
270
0
Manchester, UK
Appkit.Framework is for Mac development, UIKit.Framework is for iPhone development and it's already included in any basic project. Instead of using NSAlert which is also for Mac you should be using UIAlertView on iPhone.

And now at the expense of sounding rude, why don't go to the Apple iPhone development center and READ THE IPHONE PROGRAMMING GUIDE!!!!?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.