この問題を解決しようとしていますが、解決策が見つかりません。
MSCropImageView を定義しています
extern NSString * const MSImageSelectionIsDoneNotification;
そのヘッダーで、および
NSString * const MSImageSelectionIsDoneNotification = @"MSApp.MSImageSelectionIsDoneNotification";
MSCropImageView.m で
しかし、私が電話するとき
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(selectionIsDone:) name:MSImageSelectionIsDoneNotification object:self.imageView];
別のファイルから、アーキテクチャ x86_64 の未定義シンボルというエラーが表示されます。シンボルを定義するヘッダー ファイルをインクルードしました。
![.m ファイルに対して [ターゲット メンバーシップ] が選択されていることを確認します](https://i.stack.imgur.com/5ZOHD.jpg)