"alertView" erroe in xcode
Applications-OTHER, OS X Mountain Lion (10.8.4)
Applications-OTHER, OS X Mountain Lion (10.8.4)
You keep posting in the forum for the long-defunct office program 'AppleWorks'. You should post in the Developer Forum and I'll ask the Hosts to move this thread (again).
HI osky4,
This is the second xcode question you have posted in the AppleWorks discussion area. The topic in this forum is Apple's long discontinued productivity application AppleWorks.
As a courtesy, another user reading this forum requested your earlier post be transferred to the Developers Forum, where you received a quick and accurate response.
Please bookmark this link to the Developers Forum, and use it to post any further questions regarding xcode directly to that forum.
Regards,
Barry
The error message is telling you the problem, alertView is an undeclared identifier, among other problems.
In addition to posting in the correct community as the two posters above have asked. I have to ask you not to post screen shots like this. They are hard to read and don't give enough scope to properly diagnose the problem.
You might want to take some time getting more familiar with Objective-C and the Xcode before jumping into full developer mode.
regards
Hello,
You mean this?
UIAlertView *alert;
alert = [[UIAlertView alloc]
initWithTitle:@"Error Fetching Classes"
message:[error localizedDescription]
delegate:nil cancelButtonTitle:@"Dismiss"
otherButtonTitles:nil];
[alert show];
sorry i will post on the devaloper fourmes form now on
no i dont i have done that part
"alertView" erroe in xcode