
Your certificate request has been created on disk.
NSPredicate *predicate = [NSPredicate predicateWithFormat: @"self isKindOfClass: %@", [UIButton class]]; NSArray *buttons = [self.view.subviews filteredArrayUsingPredicate: |
I had this problem with Xcode after installing Lion
found article HERE
MAS Update Bug
1. Quit the Mac App Store
2. Trash the following folders and files; (~ is your Home folder)~/Library/Caches/com.apple.appstore
~/Library/Caches/com.apple.storeagent
~/Library/Cookies/com.apple.appstore.plist~/Library/Preferences/com.apple.appstore.plist
~/Library/Preferences/com.apple.storeagent.plist3. Restart your Mac
4. Open the Mac App Store
5. Log into your MAS account
NSDateFormatter *dateFormat = [[[NSDateFormatter alloc] init] autorelease];
[dateFormat setDateFormat:@"MM/dd/yyyy HH:mm"];
[dateFormatter setTimeZone:[NSTimeZone timeZoneForSecondsFromGMT:0]];
NSDate *myDate = [dateFormat dateFromString:@"07/21/2011 14:59"];