ioscustompicker1 icon indicating copy to clipboard operation
ioscustompicker1 copied to clipboard

Does not build

Open ihmunro opened this issue 12 years ago • 1 comments

Missing file

ihmunro avatar May 26 '13 15:05 ihmunro

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

aaronbrethorst avatar May 26 '13 17:05 aaronbrethorst