以下の内容はhttps://anton0825.hatenablog.com/entry/20130411/1367727863より取得しました。


NSManagedObjectのサブクラスに追加したプロパティにアクセスするとselector not recognizedエラーが出る

確かにプロパティがあるのに、アクセスするとそんなセレクタ無いよというエラーが出る。なぜ。。
以下のようにsynthesizeを追加したら直った。不思議すぎる。

@interface CurrencyPair()
@property(nonatomic, strong) CurrencyPairSettingViewModel *createdViewModel;
@end

@implementation CurrencyPair
@synthesize createdViewModel = _createdViewModel;
・・・
@end



以上の内容はhttps://anton0825.hatenablog.com/entry/20130411/1367727863より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14