Objective C SDK for Pubnub in Swift -


i have added objective c sdk in swift folder structure.

https://github.com/pubnub/objective-c/tree/master/pubnub

i trying add

#import <pubnub/pubnub.h>

in bridging header file. not recognizing pubnub @ all.

also, throws error cocoalumberjack

any leads helpful !

add path pubnub , lumberjack frameworks framework search paths (framework_search_paths) under build settings target.

it should this:

$(inherited) $(project_dir)/vendor/pubnub $(project_dir)/vendor/cocoalumberjack 

Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -