Gerald Eersteling

Results 23 comments of Gerald Eersteling

Hi @AliSoftware, Sadly no news yet 😞. To be honest, I haven't been able to look into it further as the project is currently on hold (and I'm on an...

Sorry to bust this one open again, but I receive this warning when defining an `abstract_target` as well. The warning tells me that the 'abstact target' is the culprit, but...

An updated view for GraphQL calls--they now all show the same entry in the table. This makes it annoying to see at a glance which call was made

Ok I managed to get somewhat further on my own by looking at #1 (might put that in the readme?); I now have a response back from Slack. But is...

Hi @nateyolles, Thanks for fixing, I've managed to get everything to work! I created a [PR for the readme](https://github.com/nateyolles/slack-pokerbot/pull/3). There is one more thing I'd like to ask, maybe you...

Any progress yet? Why can't OpenSSL just be converted to a dynamic library...

@BB9z Nope haven't tried it (or maybe I unconsciously did try it), but what difference will (should) it make? The reason it fails and gives the error is because of...

@appsforall I ended up compiling my own `openSSL.framework` as Cocoapods was just unable to provide it for me.

@SanyasiraoM if I recall correctly I just compiled the `openSSL.framework` an added it to my project as an embedded framework...so _without_ Cocoapods

Look [here](https://github.com/x2on/OpenSSL-for-iPhone), I made the framework with the shell script provided there. afterwards just add it as an embedded framework.