GitHawkApp / ContextMenu

An iOS context menu UI inspired by Things 3.
http://githawk.com/
MIT License
982 stars 51 forks source link

ContextMenuDelegate is missing #22

Closed Daxito closed 6 years ago

Daxito commented 6 years ago

I installed the POD ( pod 'ContextMenu') but it is missing ContextMenuDelegate, am I missing something ?

Thanks!

rnystrom commented 6 years ago

In the example or in your project?

Sent with GitHawk

Daxito commented 6 years ago

If I use the example as is, it is fine, if in the example I use (notice I removed the local path): pod 'ContextMenu' Then I get error.

Since in my project I do not use the path but just "pod 'ContextMenu' " then I get the error.

Thanks!

rnystrom commented 6 years ago

@Daxito can you try pod update ContextMenu? Or pod deintegrate && pod install to wipe pods and reinstall?

I just setup a dummy app and it builds fine.

Test.zip

Daxito commented 6 years ago

In your test you did not try to implement ContextMenuDelegate, try that and you will the error, that file does not exist. Thank you for looking into this!

rnystrom commented 6 years ago

Oops! Found it. Hadn't pulled + pushed my master branch, duh. Just pushed the lib to version 0.2.0.