Open thesoftwarefarm opened 8 years ago
Hello,
It's been a while since I touched this code. If memory serves me right, libPusher.a is a static library that I built from this repo libPusher
You can find a pre-built copy of it in the pre-built binaries folder, if you wish to use that.
Pull Requests are welcome if you can find a better way to include it.
when building the module, I get an error like below
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Users/dragos/Documents/Titanium_Studio_Workspace/modules/pusher-titanium-ios/iphone/platform/libPusher/build/Release-iphoneos/libPusher.a (No such file or directory)
How can I build libPusher, so this libPusher.a is generated?