`-[WBNoticeOperation setExecuting:]: unrecognized selector sent to instance 0x16b099d0` occurs when building against SDK 8.0 (running in iOS 7 and iOS 8) a fix is my PR here that explicitly synthesizes the properties. https://github.com/tciuro/NoticeView/pull/60
-[WBNoticeOperation setExecuting:]: unrecognized selector sent to instance 0x16b099d0occurs when building against SDK 8.0 (running in iOS 7 and iOS 8)
a fix is my PR here that explicitly synthesizes the properties.
#60