Chakrit Wichian
Chakrit Wichian
How are you linking against Gossip?
i think the header search path settings might be incorrect somewhere. what is the value of your header search path settings? This is what I have on my machine which...
There is no `pj` folder because it is an external dependency. They reside in the PJSIP source tree. What is needed is the PJSIP submodule properly checked out and the...
BTW I'm on Xcode 5.1.1 just in case.
Hmmm... the release list is broken. Fixing...
Ok, can you try `git pull` on the gossip project root folder and try building again?
It means you get some of the changes I've made to the `project.pbxproj` file. Does it build now?
What is your xcode version. Don't really see what could go wrong.
That is a bit complicated to do since if we requires an init method to be called, that means all the class's dependents needs to call it before the object...
The main reason for this (at least for me) is that constructor injection _is_ cumbersome (as if Java wasn't cumbersome enough already). Using constructor injections would of course be more...