我一直在尝试解决这个问题,但找不到解决方案。
我有一个 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。我已经包含了定义符号的头文件。