Just in case you hadn’t noticed, projects.mooseyard.com is down. (What’s more annoying in these situations, no-one telling you, or too many people telling you? One of the tricky ones…)
A few people have pointed it out … and it’s on my to-do list to fix, which realistically means that every week or so I remember it, and then promptly put it off again :-( since debugging mysterious configuration errors is not my favorite weekend pastime. But I really should fix it …
Hi Jens, Even if it’s not right place, I’d like to say thank you for BLIP!
Unfortunately it is not possible to build current version for iPhone - some files TCPStream.m TCPListener.m TCPEndpoint.m have a reference to ssl. It would be nice if you can add some #if to make it compatible…
Thanks again, Kir
Kir — Sorry for the delay. I’m adding an Xcode project for iPhone right now, and ran into the SSL symbol errors you report. The solution is to add CFNetwork.framework to your target: for some reason it needs to be explicitly added on iPhone. I’ll check in the iPhone support stuff once I have it working.