2014年1月23日木曜日

Property 'viewcontroller' refers to an incomplete Objective-C class 'RootViewController' with no @interface(available)

Property 'viewcontroller' refers to an incomplete Objective-C class 'RootViewController' with no @interface(available)

本件のエラーが出た際の対応としては

該当のヘッダファイルに

@property(nonatomic, assign) RootViewController *viewController; 

そして.mmファイル側にも
@synthesize viewController; 

を追加する必要がある。

そうすればエラーは消える、忘れがちなのでメモ

0 件のコメント:

コメントを投稿