ioscustompicker1
ioscustompicker1 copied to clipboard
Does not build
Missing file
It needs a .pch file. A basic one will do:
#import <Availability.h>
#ifndef __IPHONE_4_0
#warning "This project uses features only available in iOS SDK 4.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif