pusher/libPusher

'PTEventListener.h' file not found

cursivedgreat opened this issue · 2 comments

In xcode 8 with ios 10, after pod update, swift is not registering 'PTEventListener.h' .
As a result, bridging header is not able to build pusher and says "Failed to import bridging header ..."..
I tried to add 'PTEventListener.h' to libPusher target without success. any help ..??

This sounds like the same issue described in this PR: #233

See the comment about updating to the latest version of Cocoapods to fix it.

Let me know if that doesn't work. Thanks!

@cursivedgreat did that fix it for you?