self.imageView];dyld: lazy symbol binding failed: Symbol not found: _objc_setProperty_nonatomic/MyApp.app/MyApp
dyld: Symbol not found: _objc_setProperty_nonatomic
(read-only)
DiscussionSpecial Considerations
In iOS, this property is declared as nonatomic.我只是好奇这是什么意思:@property(readonly, NS_NONATOMIC_IPHONEONLY)。具体地说就是NS_NONATOMIC_IPHONEONLY部分。