objective c - Importing libPusher in iOS app -


i creating app makes use of pusher in order send packages app thing controlling. ran problem importing libpusher.h class.

i followed of instructions here--> http://pusher.com/docs/ios_quick_start yet put in #import @ top of file, still error saying " 'libpusher/libpusher.h' file not found" can not find libpusher.h file in libpusher folder. there problem files downloaded library or doing else wrong? in advance.

just encountered myself. i'm wondering if perhaps cocoapods version of pusher behind?

anyway, quick @ github shows contained in "libpusher/libpusher.h" these 4 lines

#import <libpusher/ptpusher.h> #import <libpusher/ptpusherchannel.h> #import <libpusher/ptpusherevent.h> #import <libpusher/ptpusherapi.h> 

including these throw "#import <libpusher/libpusher.h>" should work same.


Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -