mikesmales / pusher-titanium-ios

Pusher Titanium Module for iOS
Other
3 stars 0 forks source link

build failure #1

Open thesoftwarefarm opened 8 years ago

thesoftwarefarm commented 8 years ago

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?

mikesmales commented 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.