steipete / Aspects

Delightful, simple library for aspect oriented programming in Objective-C and Swift.
https://twitter.com/steipete
MIT License
8.4k stars 1.26k forks source link

it does not work in swift 4.2 #158

Closed vince-hz closed 2 years ago

vince-hz commented 5 years ago

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

panderman commented 5 years ago

same issue