私は既存のコードで作業しています。ここでは、popovercontrollerが.hファイルで宣言されており、実装行でエラーが発生します。
.hファイル
@property (nonatomic, strong) VFImagePickerController *imagePicker;
@property (nonatomic, strong) UIPopoverController *popoverController;
@property (nonatomic, strong) UINavigationController *targetVC;
.mファイル:
これを修正する方法を提案してください。