steipete / Aspects

Delightful, simple library for aspect oriented programming in Objective-C and Swift.

Home Page:https://twitter.com/steipete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

it does not work in swift 4.2

vince-hz opened this issue · comments

commented

I have tried the way you answered in twitter.
still, it does not work.
here is the error message: 'Aspects: The block (Function) doesn't contain a type signature.'
maybe the conversion between block and closure made some mistake.
hope someone could show the right practice in swift 4.2

same issue